0byt3m1n1
Path:
/
data
/
5
/
0
/
142
/
161
/
305487
/
meta
/
310713
/
mysql.backup
/
[
Home
]
File: 1_00480e5_0.mysqlcluster25.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster25 Database: 1_00480e5_0 -- ------------------------------------------------------ -- Server version 5.6.48-88.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_bwg_album` -- DROP TABLE IF EXISTS `wp_bwg_album`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_album` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `description` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `preview_image` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `random_preview_image` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `order` bigint(20) NOT NULL, `author` bigint(20) NOT NULL, `published` tinyint(1) NOT NULL, `modified_date` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_album` -- LOCK TABLES `wp_bwg_album` WRITE; /*!40000 ALTER TABLE `wp_bwg_album` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_album_gallery` -- DROP TABLE IF EXISTS `wp_bwg_album_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_album_gallery` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `album_id` bigint(20) NOT NULL, `is_album` tinyint(1) NOT NULL, `alb_gal_id` bigint(20) NOT NULL, `order` bigint(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_album_gallery` -- LOCK TABLES `wp_bwg_album_gallery` WRITE; /*!40000 ALTER TABLE `wp_bwg_album_gallery` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_album_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_gallery` -- DROP TABLE IF EXISTS `wp_bwg_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_gallery` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `description` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `page_link` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `preview_image` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `random_preview_image` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `order` bigint(20) NOT NULL, `author` bigint(20) NOT NULL, `published` tinyint(1) NOT NULL, `gallery_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `gallery_source` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL, `autogallery_image_number` int(4) NOT NULL, `update_flag` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `modified_date` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_gallery` -- LOCK TABLES `wp_bwg_gallery` WRITE; /*!40000 ALTER TABLE `wp_bwg_gallery` DISABLE KEYS */; INSERT INTO `wp_bwg_gallery` VALUES (1,'Lakeside Gallery','lakeside-gallery','','','','/thumb/lakeside-02_preview.jpeg',0,1,1,'','',12,'',1527191101); /*!40000 ALTER TABLE `wp_bwg_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_image` -- DROP TABLE IF EXISTS `wp_bwg_image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_image` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `gallery_id` bigint(20) NOT NULL, `slug` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `filename` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `image_url` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `thumb_url` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `description` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `alt` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `date` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL, `size` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL, `filetype` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL, `resolution` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL, `author` bigint(20) NOT NULL, `order` bigint(20) NOT NULL, `published` tinyint(1) NOT NULL, `comment_count` bigint(20) NOT NULL, `avg_rating` float NOT NULL, `rate_count` bigint(20) NOT NULL, `hit_count` bigint(20) NOT NULL, `redirect_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `pricelist_id` bigint(20) NOT NULL, `modified_date` int(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_image` -- LOCK TABLES `wp_bwg_image` WRITE; /*!40000 ALTER TABLE `wp_bwg_image` DISABLE KEYS */; INSERT INTO `wp_bwg_image` VALUES (1,1,'lakeside-gallery-imagery preview','lakeside-gallery-imagery preview','/lakeside-gallery-imagery_preview.png','/thumb/lakeside-gallery-imagery_preview.png','','lakeside-gallery-imagery preview','24 May 2018, 15:46','1123 KB','png','1138 x 636 px',1,11,1,0,0,0,0,'',0,0),(2,1,'lakeside-09 preview','lakeside-09 preview','/lakeside-09_preview.jpeg','/thumb/lakeside-09_preview.jpeg','','lakeside-09 preview','24 May 2018, 15:46','118 KB','jpeg','1138 x 636 px',1,10,1,0,0,0,0,'',0,0),(3,1,'lakeside-10 preview','lakeside-10 preview','/lakeside-10_preview.jpeg','/thumb/lakeside-10_preview.jpeg','','lakeside-10 preview','24 May 2018, 15:46','119 KB','jpeg','1138 x 636 px',1,9,1,0,0,0,0,'',0,0),(4,1,'lakeside-07 preview','lakeside-07 preview','/lakeside-07_preview.jpeg','/thumb/lakeside-07_preview.jpeg','','lakeside-07 preview','24 May 2018, 15:46','111 KB','jpeg','1138 x 636 px',1,8,1,0,0,0,0,'',0,0),(5,1,'lakeside-08 preview','lakeside-08 preview','/lakeside-08_preview.jpeg','/thumb/lakeside-08_preview.jpeg','','lakeside-08 preview','24 May 2018, 15:46','124 KB','jpeg','1138 x 636 px',1,7,1,0,0,0,0,'',0,0),(6,1,'lakeside-05 preview','lakeside-05 preview','/lakeside-05_preview.jpeg','/thumb/lakeside-05_preview.jpeg','','lakeside-05 preview','24 May 2018, 15:45','135 KB','jpeg','1138 x 636 px',1,6,1,0,0,0,0,'',0,0),(7,1,'lakeside-06 preview','lakeside-06 preview','/lakeside-06_preview.jpeg','/thumb/lakeside-06_preview.jpeg','','lakeside-06 preview','24 May 2018, 15:45','103 KB','jpeg','1138 x 636 px',1,5,1,0,0,0,0,'',0,0),(8,1,'lakeside-03 preview','lakeside-03 preview','/lakeside-03_preview.jpeg','/thumb/lakeside-03_preview.jpeg','','lakeside-03 preview','24 May 2018, 15:45','136 KB','jpeg','1138 x 636 px',1,4,1,0,0,0,0,'',0,0),(9,1,'lakeside-04 preview','lakeside-04 preview','/lakeside-04_preview.jpeg','/thumb/lakeside-04_preview.jpeg','','lakeside-04 preview','24 May 2018, 15:45','105 KB','jpeg','1138 x 636 px',1,3,1,0,0,0,0,'',0,0),(10,1,'lakeside-01 preview','lakeside-01 preview','/lakeside-01_preview.jpeg','/thumb/lakeside-01_preview.jpeg','','lakeside-01 preview','24 May 2018, 15:45','190 KB','jpeg','1138 x 636 px',1,2,1,0,0,0,0,'',0,0),(11,1,'lakeside-02 preview','lakeside-02 preview','/lakeside-02_preview.jpeg','/thumb/lakeside-02_preview.jpeg','','lakeside-02 preview','24 May 2018, 15:45','105 KB','jpeg','1138 x 636 px',1,1,1,0,0,0,0,'',0,0); /*!40000 ALTER TABLE `wp_bwg_image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_image_comment` -- DROP TABLE IF EXISTS `wp_bwg_image_comment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_image_comment` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `image_id` bigint(20) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `url` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `mail` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `published` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_image_comment` -- LOCK TABLES `wp_bwg_image_comment` WRITE; /*!40000 ALTER TABLE `wp_bwg_image_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_image_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_image_rate` -- DROP TABLE IF EXISTS `wp_bwg_image_rate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_image_rate` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `image_id` bigint(20) NOT NULL, `rate` float NOT NULL, `ip` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_image_rate` -- LOCK TABLES `wp_bwg_image_rate` WRITE; /*!40000 ALTER TABLE `wp_bwg_image_rate` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_image_rate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_image_tag` -- DROP TABLE IF EXISTS `wp_bwg_image_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_image_tag` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `tag_id` bigint(20) NOT NULL, `image_id` bigint(20) NOT NULL, `gallery_id` bigint(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_image_tag` -- LOCK TABLES `wp_bwg_image_tag` WRITE; /*!40000 ALTER TABLE `wp_bwg_image_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_bwg_image_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_shortcode` -- DROP TABLE IF EXISTS `wp_bwg_shortcode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_shortcode` ( `id` bigint(20) NOT NULL, `tagtext` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_shortcode` -- LOCK TABLES `wp_bwg_shortcode` WRITE; /*!40000 ALTER TABLE `wp_bwg_shortcode` DISABLE KEYS */; INSERT INTO `wp_bwg_shortcode` VALUES (1,' use_option_defaults=\"1\" type=\"gallery\" theme_id=\"1\" gallery_id=\"1\" tag=\"0\" gallery_type=\"thumbnails\"'),(2,' gallery_type=\"thumbnails\" theme_id=\"null\" use_option_defaults=\"1\" gallery_id=\"0\" tag=\"0\" thumb_width=\"250\" thumb_height=\"140\" image_column_number=\"5\" image_enable_page=\"1\" images_per_page=\"30\" load_more_image_count=\"30\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" placeholder=\"\" search_box_width=\"180\" show_sort_images=\"0\" show_tag_box=\"0\" showthumbs_name=\"0\" show_gallery_description=\"0\" image_title=\"none\" play_icon=\"1\" gallery_download=\"0\" ecommerce_icon=\"undefined\" thumb_click_action=\"open_lightbox\" thumb_link_target=\"1\" popup_fullscreen=\"1\" popup_autoplay=\"0\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"2.5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"60\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"1\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_ecommerce=\"undefined\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" popup_effect_duration=\"0.1\" watermark_type=\"none\" watermark_link=\"https://10web.io/\"'); /*!40000 ALTER TABLE `wp_bwg_shortcode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_bwg_theme` -- DROP TABLE IF EXISTS `wp_bwg_theme`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_bwg_theme` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `options` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `default_theme` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_bwg_theme` -- LOCK TABLES `wp_bwg_theme` WRITE; /*!40000 ALTER TABLE `wp_bwg_theme` DISABLE KEYS */; INSERT INTO `wp_bwg_theme` VALUES (1,'Light','{\"thumb_margin\":\"4\",\"container_margin\":\"1\",\"thumb_padding\":\"0\",\"thumb_border_radius\":\"0\",\"thumb_border_width\":0,\"thumb_border_style\":\"none\",\"thumb_border_color\":\"CCCCCC\",\"thumb_bg_color\":\"FFFFFF\",\"thumbs_bg_color\":\"FFFFFF\",\"thumb_bg_transparent\":0,\"thumb_box_shadow\":\"\",\"thumb_transparent\":100,\"thumb_align\":\"center\",\"thumb_hover_effect\":\"zoom\",\"thumb_hover_effect_value\":\"1.08\",\"thumb_transition\":1,\"thumb_title_margin\":\"2px\",\"thumb_title_font_style\":\"Ubuntu\",\"thumb_title_pos\":\"bottom\",\"thumb_title_font_color\":\"CCCCCC\",\"thumb_title_shadow\":\"0px 0px 0px #888888\",\"thumb_title_font_size\":16,\"thumb_title_font_weight\":\"bold\",\"thumb_gal_title_font_color\":\"CCCCCC\",\"thumb_gal_title_font_style\":\"segoe ui\",\"thumb_gal_title_font_size\":16,\"thumb_gal_title_font_weight\":\"bold\",\"thumb_gal_title_margin\":\"2px\",\"thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"thumb_gal_title_align\":\"center\",\"page_nav_position\":\"bottom\",\"page_nav_align\":\"center\",\"page_nav_number\":0,\"page_nav_font_size\":12,\"page_nav_font_style\":\"segoe ui\",\"page_nav_font_color\":\"666666\",\"page_nav_font_weight\":\"bold\",\"page_nav_border_width\":1,\"page_nav_border_style\":\"solid\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_margin\":\"0\",\"page_nav_padding\":\"3px 6px\",\"page_nav_button_bg_color\":\"FFFFFF\",\"page_nav_button_bg_transparent\":100,\"page_nav_box_shadow\":\"0\",\"page_nav_button_transition\":1,\"page_nav_button_text\":0,\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_height\":20,\"lightbox_ctrl_btn_margin_top\":10,\"lightbox_ctrl_btn_margin_left\":7,\"lightbox_ctrl_btn_transparent\":100,\"lightbox_ctrl_btn_color\":\"808080\",\"lightbox_toggle_btn_height\":20,\"lightbox_toggle_btn_width\":100,\"lightbox_ctrl_cont_bg_color\":\"FFFFFF\",\"lightbox_ctrl_cont_border_radius\":4,\"lightbox_ctrl_cont_transparent\":85,\"lightbox_close_btn_bg_color\":\"FFFFFF\",\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_width\":2,\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_box_shadow\":\"0\",\"lightbox_close_btn_color\":\"808080\",\"lightbox_close_btn_size\":20,\"lightbox_close_btn_width\":30,\"lightbox_close_btn_height\":30,\"lightbox_close_btn_top\":\"-20\",\"lightbox_close_btn_right\":\"-15\",\"lightbox_close_btn_full_color\":\"000000\",\"lightbox_close_btn_transparent\":60,\"lightbox_rl_btn_bg_color\":\"FFFFFF\",\"lightbox_rl_btn_transparent\":\"60\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_width\":0,\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"ADADAD\",\"lightbox_rl_btn_height\":35,\"lightbox_rl_btn_width\":35,\"lightbox_rl_btn_size\":25,\"lightbox_close_rl_btn_hover_color\":\"808080\",\"lightbox_comment_pos\":\"left\",\"lightbox_comment_width\":350,\"lightbox_comment_bg_color\":\"FFFFFF\",\"lightbox_comment_font_color\":\"7A7A7A\",\"lightbox_comment_font_style\":\"Ubuntu\",\"lightbox_comment_font_size\":12,\"lightbox_comment_button_bg_color\":\"2F2F2F\",\"lightbox_comment_button_border_color\":\"666666\",\"lightbox_comment_button_border_width\":1,\"lightbox_comment_button_border_style\":\"none\",\"lightbox_comment_button_border_radius\":\"7px\",\"lightbox_comment_button_padding\":\"10px 10px\",\"lightbox_comment_input_bg_color\":\"F7F8F9\",\"lightbox_comment_input_border_color\":\"EBEBEB\",\"lightbox_comment_input_border_width\":2,\"lightbox_comment_input_border_style\":\"none\",\"lightbox_comment_input_border_radius\":\"7px\",\"lightbox_comment_input_padding\":\"5px\",\"lightbox_comment_separator_width\":20,\"lightbox_comment_separator_style\":\"none\",\"lightbox_comment_separator_color\":\"383838\",\"lightbox_comment_author_font_size\":14,\"lightbox_comment_date_font_size\":10,\"lightbox_comment_body_font_size\":12,\"lightbox_comment_share_button_color\":\"808080\",\"lightbox_filmstrip_rl_bg_color\":\"EBEBEB\",\"lightbox_filmstrip_rl_btn_size\":20,\"lightbox_filmstrip_rl_btn_color\":\"808080\",\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_filmstrip_thumb_border_width\":1,\"lightbox_filmstrip_thumb_border_style\":\"none\",\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_deactive_transparent\":80,\"lightbox_filmstrip_pos\":\"bottom\",\"lightbox_filmstrip_thumb_active_border_width\":0,\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_overlay_bg_transparent\":60,\"lightbox_bg_color\":\"FFFFFF\",\"lightbox_overlay_bg_color\":\"EEEEEE\",\"lightbox_rl_btn_style\":\"fa-angle\",\"lightbox_bg_transparent\":100,\"blog_style_margin\":\"2px\",\"blog_style_padding\":\"0\",\"blog_style_border_radius\":\"0\",\"blog_style_border_width\":1,\"blog_style_border_style\":\"solid\",\"blog_style_border_color\":\"F5F5F5\",\"blog_style_bg_color\":\"FFFFFF\",\"blog_style_transparent\":80,\"blog_style_box_shadow\":\"\",\"blog_style_align\":\"center\",\"blog_style_share_buttons_margin\":\"5px auto 10px auto\",\"blog_style_share_buttons_border_radius\":\"0\",\"blog_style_share_buttons_border_width\":0,\"blog_style_share_buttons_border_style\":\"none\",\"blog_style_share_buttons_border_color\":\"000000\",\"blog_style_share_buttons_bg_color\":\"FFFFFF\",\"blog_style_share_buttons_align\":\"right\",\"blog_style_img_font_size\":16,\"blog_style_img_font_family\":\"segoe ui\",\"blog_style_img_font_color\":\"000000\",\"blog_style_share_buttons_font_size\":20,\"blog_style_share_buttons_color\":\"B3AFAF\",\"blog_style_share_buttons_bg_transparent\":0,\"blog_style_gal_title_font_color\":\"CCCCCC\",\"blog_style_gal_title_font_style\":\"segoe ui\",\"blog_style_gal_title_font_size\":16,\"blog_style_gal_title_font_weight\":\"bold\",\"blog_style_gal_title_margin\":\"2px\",\"blog_style_gal_title_shadow\":\"0px 0px 0px #888888\",\"blog_style_gal_title_align\":\"center\",\"image_browser_margin\":\"2px auto\",\"image_browser_padding\":\"4px\",\"image_browser_border_radius\":\"0\",\"image_browser_border_width\":1,\"image_browser_border_style\":\"none\",\"image_browser_border_color\":\"F5F5F5\",\"image_browser_bg_color\":\"EBEBEB\",\"image_browser_box_shadow\":\"\",\"image_browser_transparent\":80,\"image_browser_align\":\"center\",\"image_browser_image_description_margin\":\"0px 5px 0px 5px\",\"image_browser_image_description_padding\":\"8px 8px 8px 8px\",\"image_browser_image_description_border_radius\":\"0\",\"image_browser_image_description_border_width\":1,\"image_browser_image_description_border_style\":\"none\",\"image_browser_image_description_border_color\":\"FFFFFF\",\"image_browser_image_description_bg_color\":\"EBEBEB\",\"image_browser_image_description_align\":\"center\",\"image_browser_img_font_size\":15,\"image_browser_img_font_family\":\"Ubuntu\",\"image_browser_img_font_color\":\"000000\",\"image_browser_full_padding\":\"4px\",\"image_browser_full_border_radius\":\"0\",\"image_browser_full_border_width\":2,\"image_browser_full_border_style\":\"none\",\"image_browser_full_border_color\":\"F7F7F7\",\"image_browser_full_bg_color\":\"F5F5F5\",\"image_browser_full_transparent\":90,\"image_browser_image_title_align\":\"top\",\"image_browser_gal_title_font_color\":\"CCCCCC\",\"image_browser_gal_title_font_style\":\"segoe ui\",\"image_browser_gal_title_font_size\":16,\"image_browser_gal_title_font_weight\":\"bold\",\"image_browser_gal_title_margin\":\"2px\",\"image_browser_gal_title_shadow\":\"0px 0px 0px #888888\",\"image_browser_gal_title_align\":\"center\",\"album_compact_title_margin\":\"2px\",\"album_compact_thumb_margin\":2,\"album_compact_back_padding\":\"0\",\"album_compact_thumb_padding\":0,\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_width\":0,\"album_compact_title_font_style\":\"segoe ui\",\"album_compact_back_font_color\":\"000000\",\"album_compact_title_font_color\":\"FFFFFF\",\"album_compact_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_bg_transparent\":0,\"album_compact_thumb_box_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_transition\":1,\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_color\":\"CCCCCC\",\"album_compact_thumb_bg_color\":\"FFFFFF\",\"album_compact_back_font_weight\":\"bold\",\"album_compact_back_font_size\":16,\"album_compact_back_font_style\":\"segoe ui\",\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_title_font_size\":16,\"album_compact_title_font_weight\":\"bold\",\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_hover_effect\":\"scale\",\"album_compact_thumb_transparent\":100,\"album_compact_thumb_hover_effect_value\":\"1.08\",\"album_compact_gal_title_font_color\":\"CCCCCC\",\"album_compact_gal_title_font_style\":\"segoe ui\",\"album_compact_gal_title_font_size\":16,\"album_compact_gal_title_font_weight\":\"bold\",\"album_compact_gal_title_margin\":\"2px\",\"album_compact_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_gal_title_align\":\"center\",\"album_extended_thumb_margin\":2,\"album_extended_thumb_padding\":0,\"album_extended_thumb_border_radius\":\"0\",\"album_extended_thumb_border_width\":0,\"album_extended_thumb_border_style\":\"none\",\"album_extended_thumb_border_color\":\"CCCCCC\",\"album_extended_thumb_bg_color\":\"FFFFFF\",\"album_extended_thumbs_bg_color\":\"FFFFFF\",\"album_extended_thumb_bg_transparent\":0,\"album_extended_thumb_box_shadow\":\"\",\"album_extended_thumb_transparent\":100,\"album_extended_thumb_align\":\"left\",\"album_extended_thumb_hover_effect\":\"scale\",\"album_extended_thumb_hover_effect_value\":\"1.08\",\"album_extended_thumb_transition\":1,\"album_extended_back_font_color\":\"000000\",\"album_extended_back_font_style\":\"segoe ui\",\"album_extended_back_font_size\":20,\"album_extended_back_font_weight\":\"bold\",\"album_extended_back_padding\":\"0\",\"album_extended_div_bg_color\":\"FFFFFF\",\"album_extended_div_bg_transparent\":0,\"album_extended_div_border_radius\":\"0 0 0 0\",\"album_extended_div_margin\":\"0 0 5px 0\",\"album_extended_div_padding\":10,\"album_extended_div_separator_width\":1,\"album_extended_div_separator_style\":\"solid\",\"album_extended_div_separator_color\":\"E0E0E0\",\"album_extended_thumb_div_bg_color\":\"FFFFFF\",\"album_extended_thumb_div_border_radius\":\"0\",\"album_extended_thumb_div_border_width\":1,\"album_extended_thumb_div_border_style\":\"solid\",\"album_extended_thumb_div_border_color\":\"E8E8E8\",\"album_extended_thumb_div_padding\":\"5px\",\"album_extended_text_div_bg_color\":\"FFFFFF\",\"album_extended_text_div_border_radius\":\"0\",\"album_extended_text_div_border_width\":1,\"album_extended_text_div_border_style\":\"solid\",\"album_extended_text_div_border_color\":\"E8E8E8\",\"album_extended_text_div_padding\":\"5px\",\"album_extended_title_span_border_width\":1,\"album_extended_title_span_border_style\":\"none\",\"album_extended_title_span_border_color\":\"CCCCCC\",\"album_extended_title_font_color\":\"000000\",\"album_extended_title_font_style\":\"segoe ui\",\"album_extended_title_font_size\":16,\"album_extended_title_font_weight\":\"bold\",\"album_extended_title_margin_bottom\":2,\"album_extended_title_padding\":\"2px\",\"album_extended_desc_span_border_width\":1,\"album_extended_desc_span_border_style\":\"none\",\"album_extended_desc_span_border_color\":\"CCCCCC\",\"album_extended_desc_font_color\":\"000000\",\"album_extended_desc_font_style\":\"segoe ui\",\"album_extended_desc_font_size\":14,\"album_extended_desc_font_weight\":\"normal\",\"album_extended_desc_padding\":\"2px\",\"album_extended_desc_more_color\":\"F2D22E\",\"album_extended_desc_more_size\":12,\"album_extended_gal_title_font_color\":\"CCCCCC\",\"album_extended_gal_title_font_style\":\"segoe ui\",\"album_extended_gal_title_font_size\":16,\"album_extended_gal_title_font_weight\":\"bold\",\"album_extended_gal_title_margin\":\"2px\",\"album_extended_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_extended_gal_title_align\":\"center\",\"slideshow_cont_bg_color\":\"F2F2F2\",\"slideshow_close_btn_transparent\":100,\"slideshow_rl_btn_bg_color\":\"FFFFFF\",\"slideshow_rl_btn_border_radius\":\"20px\",\"slideshow_rl_btn_border_width\":0,\"slideshow_rl_btn_border_style\":\"none\",\"slideshow_rl_btn_border_color\":\"FFFFFF\",\"slideshow_rl_btn_box_shadow\":\"0px 0px 0px #000000\",\"slideshow_rl_btn_color\":\"D6D6D6\",\"slideshow_rl_btn_height\":37,\"slideshow_rl_btn_size\":12,\"slideshow_rl_btn_width\":37,\"slideshow_close_rl_btn_hover_color\":\"BABABA\",\"slideshow_filmstrip_pos\":\"bottom\",\"slideshow_filmstrip_thumb_border_width\":0,\"slideshow_filmstrip_thumb_border_style\":\"none\",\"slideshow_filmstrip_thumb_border_color\":\"000000\",\"slideshow_filmstrip_thumb_border_radius\":\"0\",\"slideshow_filmstrip_thumb_margin\":\"0px 2px 0 0 \",\"slideshow_filmstrip_thumb_active_border_width\":0,\"slideshow_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"slideshow_filmstrip_thumb_deactive_transparent\":100,\"slideshow_filmstrip_rl_bg_color\":\"F2F2F2\",\"slideshow_filmstrip_rl_btn_color\":\"BABABA\",\"slideshow_filmstrip_rl_btn_size\":20,\"slideshow_title_font_size\":16,\"slideshow_title_font\":\"segoe ui\",\"slideshow_title_color\":\"FFFFFF\",\"slideshow_title_opacity\":70,\"slideshow_title_border_radius\":\"5px\",\"slideshow_title_background_color\":\"000000\",\"slideshow_title_padding\":\"0 0 0 0\",\"slideshow_description_font_size\":14,\"slideshow_description_font\":\"segoe ui\",\"slideshow_description_color\":\"FFFFFF\",\"slideshow_description_opacity\":70,\"slideshow_description_border_radius\":\"0\",\"slideshow_description_background_color\":\"000000\",\"slideshow_description_padding\":\"5px 10px 5px 10px\",\"slideshow_dots_width\":12,\"slideshow_dots_height\":12,\"slideshow_dots_border_radius\":\"5px\",\"slideshow_dots_background_color\":\"F2D22E\",\"slideshow_dots_margin\":3,\"slideshow_dots_active_background_color\":\"FFFFFF\",\"slideshow_dots_active_border_width\":1,\"slideshow_dots_active_border_color\":\"000000\",\"slideshow_play_pause_btn_size\":35,\"slideshow_rl_btn_style\":\"fa-chevron\",\"masonry_thumb_padding\":\"2\",\"masonry_thumb_border_radius\":\"0\",\"masonry_thumb_border_width\":\"0\",\"masonry_thumb_border_style\":\"none\",\"masonry_thumb_border_color\":\"CCCCCC\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"masonry_thumb_bg_transparent\":\"0\",\"masonry_thumb_transparent\":\"100\",\"masonry_thumb_align\":\"center\",\"masonry_thumb_hover_effect\":\"scale\",\"masonry_thumb_hover_effect_value\":\"1.08\",\"masonry_thumb_transition\":\"1\",\"masonry_thumb_gal_title_font_color\":\"CCCCCC\",\"masonry_thumb_gal_title_font_style\":\"segoe ui\",\"masonry_thumb_gal_title_font_size\":16,\"masonry_thumb_gal_title_font_weight\":\"bold\",\"masonry_thumb_gal_title_margin\":\"2px\",\"masonry_thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"masonry_thumb_gal_title_align\":\"center\",\"mosaic_thumb_padding\":\"2\",\"mosaic_thumb_border_radius\":\"0\",\"mosaic_thumb_border_width\":\"0\",\"mosaic_thumb_border_style\":\"none\",\"mosaic_thumb_border_color\":\"CCCCCC\",\"mosaic_thumbs_bg_color\":\"FFFFFF\",\"mosaic_thumb_bg_transparent\":\"0\",\"mosaic_thumb_transparent\":\"100\",\"mosaic_thumb_align\":\"center\",\"mosaic_thumb_hover_effect\":\"scale\",\"mosaic_thumb_hover_effect_value\":\"1.08\",\"mosaic_thumb_title_margin\":\"2px\",\"mosaic_thumb_title_font_style\":\"segoe ui\",\"mosaic_thumb_title_font_color\":\"CCCCCC\",\"mosaic_thumb_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_title_font_size\":16,\"mosaic_thumb_title_font_weight\":\"bold\",\"mosaic_thumb_gal_title_font_color\":\"CCCCCC\",\"mosaic_thumb_gal_title_font_style\":\"segoe ui\",\"mosaic_thumb_gal_title_font_size\":16,\"mosaic_thumb_gal_title_font_weight\":\"bold\",\"mosaic_thumb_gal_title_margin\":\"2px\",\"mosaic_thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_gal_title_align\":\"center\",\"lightbox_info_pos\":\"bottom\",\"lightbox_info_align\":\"left\",\"lightbox_info_bg_color\":\"FFFFFF\",\"lightbox_info_bg_transparent\":\"70\",\"lightbox_info_border_width\":\"1\",\"lightbox_info_border_style\":\"none\",\"lightbox_info_border_color\":\"000000\",\"lightbox_info_border_radius\":\"0px\",\"lightbox_info_padding\":\"10px 7px 44px 10px\",\"lightbox_info_margin\":\"10px 10px -5px 10px\",\"lightbox_title_color\":\"808080\",\"lightbox_title_font_style\":\"Ubuntu\",\"lightbox_title_font_weight\":\"bold\",\"lightbox_title_font_size\":\"16\",\"lightbox_description_color\":\"B0B0B0\",\"lightbox_description_font_style\":\"Ubuntu\",\"lightbox_description_font_weight\":\"bold\",\"lightbox_description_font_size\":\"13\",\"lightbox_rate_pos\":\"top\",\"lightbox_rate_align\":\"left\",\"lightbox_rate_icon\":\"star\",\"lightbox_rate_color\":\"F9D062\",\"lightbox_rate_size\":\"20\",\"lightbox_rate_stars_count\":\"5\",\"lightbox_rate_padding\":\"15px\",\"lightbox_rate_hover_color\":\"F7B50E\",\"lightbox_hit_pos\":\"bottom\",\"lightbox_hit_align\":\"left\",\"lightbox_hit_bg_color\":\"000000\",\"lightbox_hit_bg_transparent\":\"70\",\"lightbox_hit_border_width\":\"1\",\"lightbox_hit_border_style\":\"none\",\"lightbox_hit_border_color\":\"000000\",\"lightbox_hit_border_radius\":\"5px\",\"lightbox_hit_padding\":\"5px\",\"lightbox_hit_margin\":\"0 5px\",\"lightbox_hit_color\":\"FFFFFF\",\"lightbox_hit_font_style\":\"segoe ui\",\"lightbox_hit_font_weight\":\"normal\",\"lightbox_hit_font_size\":\"14\",\"masonry_description_font_size\":12,\"masonry_description_color\":\"CCCCCC\",\"masonry_description_font_style\":\"segoe ui\",\"album_masonry_back_font_color\":\"000000\",\"album_masonry_back_font_style\":\"segoe ui\",\"album_masonry_back_font_size\":16,\"album_masonry_back_font_weight\":\"bold\",\"album_masonry_back_padding\":\"0\",\"album_masonry_title_font_color\":\"CCCCCC\",\"album_masonry_title_font_style\":\"segoe ui\",\"album_masonry_thumb_title_pos\":\"bottom\",\"album_masonry_title_font_size\":16,\"album_masonry_title_font_weight\":\"bold\",\"album_masonry_title_margin\":\"\",\"album_masonry_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_thumb_margin\":0,\"album_masonry_thumb_padding\":0,\"album_masonry_thumb_border_radius\":\"0\",\"album_masonry_thumb_border_width\":0,\"album_masonry_thumb_border_style\":\"none\",\"album_masonry_thumb_border_color\":\"CCCCCC\",\"album_masonry_thumb_bg_color\":\"FFFFFF\",\"album_masonry_thumbs_bg_color\":\"FFFFFF\",\"album_masonry_thumb_bg_transparent\":0,\"album_masonry_thumb_box_shadow\":\"\",\"album_masonry_thumb_transparent\":100,\"album_masonry_thumb_align\":\"center\",\"album_masonry_thumb_hover_effect\":\"scale\",\"album_masonry_thumb_hover_effect_value\":\"1.08\",\"album_masonry_thumb_transition\":1,\"album_masonry_gal_title_font_color\":\"CCCCCC\",\"album_masonry_gal_title_font_style\":\"segoe ui\",\"album_masonry_gal_title_font_size\":16,\"album_masonry_gal_title_font_weight\":\"bold\",\"album_masonry_gal_title_margin\":\"2px\",\"album_masonry_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_gal_title_align\":\"center\",\"carousel_cont_bg_color\":\"000000\",\"carousel_cont_btn_transparent\":0,\"carousel_close_btn_transparent\":50,\"carousel_rl_btn_bg_color\":\"FFFFFF\",\"carousel_rl_btn_border_radius\":\"20px\",\"carousel_rl_btn_border_width\":0,\"carousel_rl_btn_border_style\":\"none\",\"carousel_rl_btn_border_color\":\"FFFFFF\",\"carousel_rl_btn_color\":\"303030\",\"carousel_rl_btn_height\":35,\"carousel_rl_btn_size\":15,\"carousel_play_pause_btn_size\":25,\"carousel_rl_btn_width\":35,\"carousel_close_rl_btn_hover_color\":\"191919\",\"carousel_rl_btn_style\":\"fa-chevron\",\"carousel_mergin_bottom\":\"0.5\",\"carousel_font_family\":\"arial\",\"carousel_feature_border_width\":2,\"carousel_feature_border_style\":\"none\",\"carousel_feature_border_color\":\"5D204F\",\"carousel_caption_background_color\":\"000000\",\"carousel_caption_bottom\":0,\"carousel_caption_p_mergin\":0,\"carousel_caption_p_pedding\":5,\"carousel_caption_p_font_weight\":\"bold\",\"carousel_caption_p_font_size\":14,\"carousel_caption_p_color\":\"FFFFFF\",\"carousel_title_opacity\":100,\"carousel_title_border_radius\":\"5px\",\"mosaic_thumb_transition\":\"1\"}',1),(2,'Dark','{\"thumb_margin\":\"4\",\"container_margin\":\"1\",\"thumb_padding\":\"0\",\"thumb_border_radius\":\"0\",\"thumb_border_width\":5,\"thumb_border_style\":\"none\",\"thumb_border_color\":\"FFFFFF\",\"thumb_bg_color\":\"E8E8E8\",\"thumbs_bg_color\":\"FFFFFF\",\"thumb_bg_transparent\":0,\"thumb_box_shadow\":\"0px 0px 0px #888888\",\"thumb_transparent\":100,\"thumb_align\":\"center\",\"thumb_hover_effect\":\"scale\",\"thumb_hover_effect_value\":\"2deg\",\"thumb_transition\":1,\"thumb_title_font_color\":\"CCCCCC\",\"thumb_title_font_style\":\"segoe ui\",\"thumb_title_pos\":\"bottom\",\"thumb_title_font_size\":16,\"thumb_title_font_weight\":\"bold\",\"thumb_title_margin\":\"5px\",\"thumb_title_shadow\":\"\",\"thumb_gal_title_font_color\":\"CCCCCC\",\"thumb_gal_title_font_style\":\"segoe ui\",\"thumb_gal_title_font_size\":16,\"thumb_gal_title_font_weight\":\"bold\",\"thumb_gal_title_margin\":\"2px\",\"thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"thumb_gal_title_align\":\"center\",\"page_nav_position\":\"bottom\",\"page_nav_align\":\"center\",\"page_nav_number\":0,\"page_nav_font_size\":12,\"page_nav_font_style\":\"segoe ui\",\"page_nav_font_color\":\"666666\",\"page_nav_font_weight\":\"bold\",\"page_nav_border_width\":1,\"page_nav_border_style\":\"none\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_margin\":\"0\",\"page_nav_padding\":\"3px 6px\",\"page_nav_button_bg_color\":\"FCFCFC\",\"page_nav_button_bg_transparent\":100,\"page_nav_box_shadow\":\"0\",\"page_nav_button_transition\":1,\"page_nav_button_text\":0,\"lightbox_overlay_bg_color\":\"000000\",\"lightbox_overlay_bg_transparent\":70,\"lightbox_bg_color\":\"000000\",\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_height\":20,\"lightbox_ctrl_btn_margin_top\":10,\"lightbox_ctrl_btn_margin_left\":7,\"lightbox_ctrl_btn_transparent\":80,\"lightbox_ctrl_btn_color\":\"FFFFFF\",\"lightbox_toggle_btn_height\":14,\"lightbox_toggle_btn_width\":100,\"lightbox_ctrl_cont_bg_color\":\"000000\",\"lightbox_ctrl_cont_transparent\":80,\"lightbox_ctrl_cont_border_radius\":4,\"lightbox_close_btn_transparent\":95,\"lightbox_close_btn_bg_color\":\"000000\",\"lightbox_close_btn_border_width\":0,\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_box_shadow\":\"\",\"lightbox_close_btn_color\":\"FFFFFF\",\"lightbox_close_btn_size\":10,\"lightbox_close_btn_width\":20,\"lightbox_close_btn_height\":20,\"lightbox_close_btn_top\":\"-10\",\"lightbox_close_btn_right\":\"-10\",\"lightbox_close_btn_full_color\":\"FFFFFF\",\"lightbox_rl_btn_bg_color\":\"000000\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_width\":2,\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"FFFFFF\",\"lightbox_rl_btn_height\":40,\"lightbox_rl_btn_width\":40,\"lightbox_rl_btn_size\":20,\"lightbox_close_rl_btn_hover_color\":\"FFFFFF\",\"lightbox_comment_pos\":\"left\",\"lightbox_comment_width\":400,\"lightbox_comment_bg_color\":\"000000\",\"lightbox_comment_font_color\":\"CCCCCC\",\"lightbox_comment_font_style\":\"segoe ui\",\"lightbox_comment_font_size\":12,\"lightbox_comment_button_bg_color\":\"333333\",\"lightbox_comment_button_border_color\":\"666666\",\"lightbox_comment_button_border_width\":1,\"lightbox_comment_button_border_style\":\"none\",\"lightbox_comment_button_border_radius\":\"3px\",\"lightbox_comment_button_padding\":\"3px 10px\",\"lightbox_comment_input_bg_color\":\"333333\",\"lightbox_comment_input_border_color\":\"666666\",\"lightbox_comment_input_border_width\":1,\"lightbox_comment_input_border_style\":\"none\",\"lightbox_comment_input_border_radius\":\"0\",\"lightbox_comment_input_padding\":\"3px\",\"lightbox_comment_separator_width\":1,\"lightbox_comment_separator_style\":\"solid\",\"lightbox_comment_separator_color\":\"2B2B2B\",\"lightbox_comment_author_font_size\":14,\"lightbox_comment_date_font_size\":10,\"lightbox_comment_body_font_size\":12,\"lightbox_comment_share_button_color\":\"FFFFFF\",\"lightbox_filmstrip_pos\":\"top\",\"lightbox_filmstrip_rl_bg_color\":\"2B2B2B\",\"lightbox_filmstrip_rl_btn_size\":20,\"lightbox_filmstrip_rl_btn_color\":\"FFFFFF\",\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_filmstrip_thumb_border_width\":1,\"lightbox_filmstrip_thumb_border_style\":\"none\",\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_deactive_transparent\":80,\"lightbox_filmstrip_thumb_active_border_width\":0,\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_rl_btn_style\":\"fa-chevron\",\"lightbox_rl_btn_transparent\":80,\"lightbox_bg_transparent\":100,\"album_compact_back_font_color\":\"000000\",\"album_compact_back_font_style\":\"segoe ui\",\"album_compact_back_font_size\":14,\"album_compact_back_font_weight\":\"normal\",\"album_compact_back_padding\":\"0\",\"album_compact_title_font_color\":\"CCCCCC\",\"album_compact_title_font_style\":\"segoe ui\",\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_title_font_size\":16,\"album_compact_title_font_weight\":\"bold\",\"album_compact_title_margin\":\"5px\",\"album_compact_title_shadow\":\"\",\"album_compact_thumb_margin\":4,\"album_compact_thumb_padding\":4,\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_width\":1,\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_color\":\"000000\",\"album_compact_thumb_bg_color\":\"E8E8E8\",\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_thumb_bg_transparent\":100,\"album_compact_thumb_box_shadow\":\"\",\"album_compact_thumb_transparent\":100,\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_hover_effect\":\"rotate\",\"album_compact_thumb_hover_effect_value\":\"2deg\",\"album_compact_thumb_transition\":1,\"album_compact_gal_title_font_color\":\"CCCCCC\",\"album_compact_gal_title_font_style\":\"segoe ui\",\"album_compact_gal_title_font_size\":16,\"album_compact_gal_title_font_weight\":\"bold\",\"album_compact_gal_title_margin\":\"2px\",\"album_compact_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_gal_title_align\":\"center\",\"album_extended_thumb_margin\":2,\"album_extended_thumb_padding\":4,\"album_extended_thumb_border_radius\":\"0\",\"album_extended_thumb_border_width\":4,\"album_extended_thumb_border_style\":\"none\",\"album_extended_thumb_border_color\":\"E8E8E8\",\"album_extended_thumb_bg_color\":\"E8E8E8\",\"album_extended_thumbs_bg_color\":\"FFFFFF\",\"album_extended_thumb_bg_transparent\":100,\"album_extended_thumb_box_shadow\":\"\",\"album_extended_thumb_transparent\":100,\"album_extended_thumb_align\":\"left\",\"album_extended_thumb_hover_effect\":\"rotate\",\"album_extended_thumb_hover_effect_value\":\"2deg\",\"album_extended_thumb_transition\":0,\"album_extended_back_font_color\":\"000000\",\"album_extended_back_font_style\":\"segoe ui\",\"album_extended_back_font_size\":16,\"album_extended_back_font_weight\":\"bold\",\"album_extended_back_padding\":\"0\",\"album_extended_div_bg_color\":\"FFFFFF\",\"album_extended_div_bg_transparent\":0,\"album_extended_div_border_radius\":\"0\",\"album_extended_div_margin\":\"0 0 5px 0\",\"album_extended_div_padding\":10,\"album_extended_div_separator_width\":1,\"album_extended_div_separator_style\":\"none\",\"album_extended_div_separator_color\":\"CCCCCC\",\"album_extended_thumb_div_bg_color\":\"FFFFFF\",\"album_extended_thumb_div_border_radius\":\"0\",\"album_extended_thumb_div_border_width\":0,\"album_extended_thumb_div_border_style\":\"none\",\"album_extended_thumb_div_border_color\":\"CCCCCC\",\"album_extended_thumb_div_padding\":\"0\",\"album_extended_text_div_bg_color\":\"FFFFFF\",\"album_extended_text_div_border_radius\":\"0\",\"album_extended_text_div_border_width\":1,\"album_extended_text_div_border_style\":\"none\",\"album_extended_text_div_border_color\":\"CCCCCC\",\"album_extended_text_div_padding\":\"5px\",\"album_extended_title_span_border_width\":1,\"album_extended_title_span_border_style\":\"none\",\"album_extended_title_span_border_color\":\"CCCCCC\",\"album_extended_title_font_color\":\"000000\",\"album_extended_title_font_style\":\"segoe ui\",\"album_extended_title_font_size\":16,\"album_extended_title_font_weight\":\"bold\",\"album_extended_title_margin_bottom\":2,\"album_extended_title_padding\":\"2px\",\"album_extended_desc_span_border_width\":1,\"album_extended_desc_span_border_style\":\"none\",\"album_extended_desc_span_border_color\":\"CCCCCC\",\"album_extended_desc_font_color\":\"000000\",\"album_extended_desc_font_style\":\"segoe ui\",\"album_extended_desc_font_size\":14,\"album_extended_desc_font_weight\":\"normal\",\"album_extended_desc_padding\":\"2px\",\"album_extended_desc_more_color\":\"FFC933\",\"album_extended_desc_more_size\":12,\"album_extended_gal_title_font_color\":\"CCCCCC\",\"album_extended_gal_title_font_style\":\"segoe ui\",\"album_extended_gal_title_font_size\":16,\"album_extended_gal_title_font_weight\":\"bold\",\"album_extended_gal_title_margin\":\"2px\",\"album_extended_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_extended_gal_title_align\":\"center\",\"masonry_thumb_padding\":4,\"masonry_thumb_border_radius\":\"2px\",\"masonry_thumb_border_width\":1,\"masonry_thumb_border_style\":\"none\",\"masonry_thumb_border_color\":\"CCCCCC\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"masonry_thumb_bg_transparent\":0,\"masonry_thumb_transparent\":80,\"masonry_thumb_align\":\"center\",\"masonry_thumb_hover_effect\":\"rotate\",\"masonry_thumb_hover_effect_value\":\"2deg\",\"masonry_thumb_transition\":0,\"masonry_thumb_gal_title_font_color\":\"CCCCCC\",\"masonry_thumb_gal_title_font_style\":\"segoe ui\",\"masonry_thumb_gal_title_font_size\":16,\"masonry_thumb_gal_title_font_weight\":\"bold\",\"masonry_thumb_gal_title_margin\":\"2px\",\"masonry_thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"masonry_thumb_gal_title_align\":\"center\",\"slideshow_cont_bg_color\":\"000000\",\"slideshow_close_btn_transparent\":100,\"slideshow_rl_btn_bg_color\":\"000000\",\"slideshow_rl_btn_border_radius\":\"20px\",\"slideshow_rl_btn_border_width\":0,\"slideshow_rl_btn_border_style\":\"none\",\"slideshow_rl_btn_border_color\":\"FFFFFF\",\"slideshow_rl_btn_box_shadow\":\"\",\"slideshow_rl_btn_color\":\"FFFFFF\",\"slideshow_rl_btn_height\":40,\"slideshow_rl_btn_size\":20,\"slideshow_rl_btn_width\":40,\"slideshow_close_rl_btn_hover_color\":\"DBDBDB\",\"slideshow_filmstrip_pos\":\"bottom\",\"slideshow_filmstrip_thumb_border_width\":1,\"slideshow_filmstrip_thumb_border_style\":\"none\",\"slideshow_filmstrip_thumb_border_color\":\"000000\",\"slideshow_filmstrip_thumb_border_radius\":\"0\",\"slideshow_filmstrip_thumb_margin\":\"0 1px\",\"slideshow_filmstrip_thumb_active_border_width\":0,\"slideshow_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"slideshow_filmstrip_thumb_deactive_transparent\":80,\"slideshow_filmstrip_rl_bg_color\":\"303030\",\"slideshow_filmstrip_rl_btn_color\":\"FFFFFF\",\"slideshow_filmstrip_rl_btn_size\":20,\"slideshow_title_font_size\":16,\"slideshow_title_font\":\"segoe ui\",\"slideshow_title_color\":\"FFFFFF\",\"slideshow_title_opacity\":70,\"slideshow_title_border_radius\":\"5px\",\"slideshow_title_background_color\":\"000000\",\"slideshow_title_padding\":\"5px 10px 5px 10px\",\"slideshow_description_font_size\":14,\"slideshow_description_font\":\"segoe ui\",\"slideshow_description_color\":\"FFFFFF\",\"slideshow_description_opacity\":70,\"slideshow_description_border_radius\":\"0\",\"slideshow_description_background_color\":\"000000\",\"slideshow_description_padding\":\"5px 10px 5px 10px\",\"slideshow_dots_width\":10,\"slideshow_dots_height\":10,\"slideshow_dots_border_radius\":\"10px\",\"slideshow_dots_background_color\":\"292929\",\"slideshow_dots_margin\":1,\"slideshow_dots_active_background_color\":\"292929\",\"slideshow_dots_active_border_width\":2,\"slideshow_dots_active_border_color\":\"FFC933\",\"slideshow_play_pause_btn_size\":60,\"slideshow_rl_btn_style\":\"fa-chevron\",\"blog_style_margin\":\"2px\",\"blog_style_padding\":\"4px\",\"blog_style_border_radius\":\"0\",\"blog_style_border_width\":1,\"blog_style_border_style\":\"none\",\"blog_style_border_color\":\"CCCCCC\",\"blog_style_bg_color\":\"E8E8E8\",\"blog_style_transparent\":70,\"blog_style_box_shadow\":\"\",\"blog_style_align\":\"center\",\"blog_style_share_buttons_margin\":\"5px auto 10px auto\",\"blog_style_share_buttons_border_radius\":\"0\",\"blog_style_share_buttons_border_width\":0,\"blog_style_share_buttons_border_style\":\"none\",\"blog_style_share_buttons_border_color\":\"000000\",\"blog_style_share_buttons_bg_color\":\"FFFFFF\",\"blog_style_share_buttons_align\":\"right\",\"blog_style_img_font_size\":16,\"blog_style_img_font_family\":\"segoe ui\",\"blog_style_img_font_color\":\"000000\",\"blog_style_share_buttons_color\":\"A1A1A1\",\"blog_style_share_buttons_bg_transparent\":0,\"blog_style_share_buttons_font_size\":20,\"blog_style_image_title_align\":\"top\",\"blog_style_gal_title_font_color\":\"CCCCCC\",\"blog_style_gal_title_font_style\":\"segoe ui\",\"blog_style_gal_title_font_size\":16,\"blog_style_gal_title_font_weight\":\"bold\",\"blog_style_gal_title_margin\":\"2px\",\"blog_style_gal_title_shadow\":\"0px 0px 0px #888888\",\"blog_style_gal_title_align\":\"center\",\"image_browser_margin\":\"2px auto\",\"image_browser_padding\":\"4px\",\"image_browser_border_radius\":\"2px\",\"image_browser_border_width\":1,\"image_browser_border_style\":\"none\",\"image_browser_border_color\":\"E8E8E8\",\"image_browser_bg_color\":\"E8E8E8\",\"image_browser_box_shadow\":\"\",\"image_browser_transparent\":80,\"image_browser_align\":\"center\",\"image_browser_image_description_margin\":\"24px 0px 0px 0px\",\"image_browser_image_description_padding\":\"8px 8px 8px 8px\",\"image_browser_image_description_border_radius\":\"0\",\"image_browser_image_description_border_width\":1,\"image_browser_image_description_border_style\":\"none\",\"image_browser_image_description_border_color\":\"FFFFFF\",\"image_browser_image_description_bg_color\":\"E8E8E8\",\"image_browser_image_description_align\":\"center\",\"image_browser_img_font_size\":14,\"image_browser_img_font_family\":\"segoe ui\",\"image_browser_img_font_color\":\"000000\",\"image_browser_full_padding\":\"4px\",\"image_browser_full_border_radius\":\"0\",\"image_browser_full_border_width\":1,\"image_browser_full_border_style\":\"solid\",\"image_browser_full_border_color\":\"EDEDED\",\"image_browser_full_bg_color\":\"FFFFFF\",\"image_browser_full_transparent\":90,\"image_browser_image_title_align\":\"top\",\"image_browser_gal_title_font_color\":\"CCCCCC\",\"image_browser_gal_title_font_style\":\"segoe ui\",\"image_browser_gal_title_font_size\":16,\"image_browser_gal_title_font_weight\":\"bold\",\"image_browser_gal_title_margin\":\"2px\",\"image_browser_gal_title_shadow\":\"0px 0px 0px #888888\",\"image_browser_gal_title_align\":\"center\",\"lightbox_info_pos\":\"top\",\"lightbox_info_align\":\"right\",\"lightbox_info_bg_color\":\"000000\",\"lightbox_info_bg_transparent\":70,\"lightbox_info_border_width\":1,\"lightbox_info_border_style\":\"none\",\"lightbox_info_border_color\":\"000000\",\"lightbox_info_border_radius\":\"5px\",\"lightbox_info_padding\":\"5px\",\"lightbox_info_margin\":\"15px\",\"lightbox_title_color\":\"FFFFFF\",\"lightbox_title_font_style\":\"segoe ui\",\"lightbox_title_font_weight\":\"bold\",\"lightbox_title_font_size\":18,\"lightbox_description_color\":\"FFFFFF\",\"lightbox_description_font_style\":\"segoe ui\",\"lightbox_description_font_weight\":\"normal\",\"lightbox_description_font_size\":14,\"lightbox_rate_pos\":\"bottom\",\"lightbox_rate_align\":\"right\",\"lightbox_rate_icon\":\"star\",\"lightbox_rate_color\":\"F9D062\",\"lightbox_rate_size\":20,\"lightbox_rate_stars_count\":5,\"lightbox_rate_padding\":\"15px\",\"lightbox_rate_hover_color\":\"F7B50E\",\"lightbox_hit_pos\":\"bottom\",\"lightbox_hit_align\":\"left\",\"lightbox_hit_bg_color\":\"000000\",\"lightbox_hit_bg_transparent\":70,\"lightbox_hit_border_width\":1,\"lightbox_hit_border_style\":\"none\",\"lightbox_hit_border_color\":\"000000\",\"lightbox_hit_border_radius\":\"5px\",\"lightbox_hit_padding\":\"5px\",\"lightbox_hit_margin\":\"0 5px\",\"lightbox_hit_color\":\"FFFFFF\",\"lightbox_hit_font_style\":\"segoe ui\",\"lightbox_hit_font_weight\":\"normal\",\"lightbox_hit_font_size\":14,\"masonry_description_font_size\":12,\"masonry_description_color\":\"CCCCCC\",\"masonry_description_font_style\":\"segoe ui\",\"album_masonry_back_font_color\":\"000000\",\"album_masonry_back_font_style\":\"segoe ui\",\"album_masonry_back_font_size\":14,\"album_masonry_back_font_weight\":\"normal\",\"album_masonry_back_padding\":\"0\",\"album_masonry_title_font_color\":\"CCCCCC\",\"album_masonry_title_font_style\":\"segoe ui\",\"album_masonry_thumb_title_pos\":\"bottom\",\"album_masonry_title_font_size\":16,\"album_masonry_title_font_weight\":\"bold\",\"album_masonry_title_margin\":\"5px\",\"album_masonry_title_shadow\":\"\",\"album_masonry_thumb_margin\":4,\"album_masonry_thumb_padding\":4,\"album_masonry_thumb_border_radius\":\"0\",\"album_masonry_thumb_border_width\":1,\"album_masonry_thumb_border_style\":\"none\",\"album_masonry_thumb_border_color\":\"000000\",\"album_masonry_thumb_bg_color\":\"E8E8E8\",\"album_masonry_thumbs_bg_color\":\"FFFFFF\",\"album_masonry_thumb_bg_transparent\":100,\"album_masonry_thumb_box_shadow\":\"\",\"album_masonry_thumb_transparent\":100,\"album_masonry_thumb_align\":\"center\",\"album_masonry_thumb_hover_effect\":\"rotate\",\"album_masonry_thumb_hover_effect_value\":\"2deg\",\"album_masonry_thumb_transition\":1,\"album_masonry_gal_title_font_color\":\"CCCCCC\",\"album_masonry_gal_title_font_style\":\"segoe ui\",\"album_masonry_gal_title_font_size\":16,\"album_masonry_gal_title_font_weight\":\"bold\",\"album_masonry_gal_title_margin\":\"2px\",\"album_masonry_gal_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_gal_title_align\":\"center\",\"mosaic_thumb_padding\":4,\"mosaic_thumb_border_radius\":\"2px\",\"mosaic_thumb_border_width\":1,\"mosaic_thumb_border_style\":\"none\",\"mosaic_thumb_border_color\":\"CCCCCC\",\"mosaic_thumbs_bg_color\":\"FFFFFF\",\"mosaic_thumb_bg_transparent\":0,\"mosaic_thumb_transparent\":80,\"mosaic_thumb_align\":\"center\",\"mosaic_thumb_hover_effect\":\"rotate\",\"mosaic_thumb_hover_effect_value\":\"2deg\",\"mosaic_thumb_title_font_color\":\"CCCCCC\",\"mosaic_thumb_title_font_style\":\"segoe ui\",\"mosaic_thumb_title_font_weight\":\"bold\",\"mosaic_thumb_title_margin\":\"2px\",\"mosaic_thumb_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_title_font_size\":16,\"mosaic_thumb_gal_title_font_color\":\"CCCCCC\",\"mosaic_thumb_gal_title_font_style\":\"segoe ui\",\"mosaic_thumb_gal_title_font_size\":16,\"mosaic_thumb_gal_title_font_weight\":\"bold\",\"mosaic_thumb_gal_title_margin\":\"2px\",\"mosaic_thumb_gal_title_shadow\":\"0px 0px 0px #888888\",\"mosaic_thumb_gal_title_align\":\"center\",\"carousel_cont_bg_color\":\"000000\",\"carousel_cont_btn_transparent\":0,\"carousel_close_btn_transparent\":100,\"carousel_rl_btn_bg_color\":\"000000\",\"carousel_rl_btn_border_radius\":\"20px\",\"carousel_rl_btn_border_width\":0,\"carousel_rl_btn_border_style\":\"none\",\"carousel_rl_btn_border_color\":\"FFFFFF\",\"carousel_rl_btn_color\":\"FFFFFF\",\"carousel_rl_btn_height\":40,\"carousel_rl_btn_size\":20,\"carousel_play_pause_btn_size\":20,\"carousel_rl_btn_width\":40,\"carousel_close_rl_btn_hover_color\":\"CCCCCC\",\"carousel_rl_btn_style\":\"fa-chevron\",\"carousel_mergin_bottom\":\"0.5\",\"carousel_font_family\":\"segoe ui\",\"carousel_feature_border_width\":2,\"carousel_feature_border_style\":\"solid\",\"carousel_feature_border_color\":\"5D204F\",\"carousel_caption_background_color\":\"000000\",\"carousel_caption_bottom\":0,\"carousel_caption_p_mergin\":0,\"carousel_caption_p_pedding\":5,\"carousel_caption_p_font_weight\":\"bold\",\"carousel_caption_p_font_size\":14,\"carousel_caption_p_color\":\"FFFFFF\",\"carousel_title_opacity\":100,\"carousel_title_border_radius\":\"5px\",\"mosaic_thumb_transition\":1}',0); /*!40000 ALTER TABLE `wp_bwg_theme` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2018-02-06 17:51:13','2018-02-06 17:51:13','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_gv_responsive_slider` -- DROP TABLE IF EXISTS `wp_gv_responsive_slider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_gv_responsive_slider` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL, `image_name` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL, `createdon` datetime NOT NULL, `custom_link` varchar(1000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `post_id` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_gv_responsive_slider` -- LOCK TABLES `wp_gv_responsive_slider` WRITE; /*!40000 ALTER TABLE `wp_gv_responsive_slider` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_gv_responsive_slider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_image_hover_ultimate_list` -- DROP TABLE IF EXISTS `wp_image_hover_ultimate_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_image_hover_ultimate_list` ( `id` mediumint(5) NOT NULL AUTO_INCREMENT, `styleid` mediumint(6) NOT NULL, `title` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `files` varchar(2000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `buttom_text` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `link` varchar(800) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `image` varchar(800) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `hoverimage` varchar(800) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `data1` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `data1link` varchar(800) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `data2` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `data2link` varchar(800) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_image_hover_ultimate_list` -- LOCK TABLES `wp_image_hover_ultimate_list` WRITE; /*!40000 ALTER TABLE `wp_image_hover_ultimate_list` DISABLE KEYS */; INSERT INTO `wp_image_hover_ultimate_list` VALUES (1,1,'Amenities','Description goes here when ready....','Amenities','http://www.carolinamarina/wordpress/amenities','http://carolinamarina.com/wordpress/wp-content/uploads/2018/06/home-highlight-boxes-amenities.jpg','',NULL,NULL,NULL,NULL),(2,2,'Amenities','Carolina Marina has a fully stocked marina store, wide-lane boat launch ramps, boat and RV storage, boat and cottage rental program, and the Pearl Kitchen food truck. Come join us at the lake!','','http://yacht.forcefieldnc.com/amenities','http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/home-highlight-boxes-amenities-265x265.jpg','',NULL,NULL,NULL,NULL),(3,2,'Marina','Carolina Marina offers the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Come visit us today!','','http://yacht.forcefieldnc.com/marina','http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/home-highlight-boxes-marina-265x265.jpg','',NULL,NULL,NULL,NULL),(4,2,'Lake Villas','Unique lakeside homes offer year-round enjoyment. Click here for a listing of current available lots and pre-owned villas for sale by owner.\r\n','','http://yacht.forcefieldnc.com/lake-villas','http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/home-highlight-boxes-lakevillas-265x265.jpg','',NULL,NULL,NULL,NULL),(5,2,'Stay and Play','Looking for an affordable and relaxing getaway? Our Lakefront Cottage offers the perfect lakeside retreat. \r\n\r\nWhile you’re here, rent one of ourpontoon boats and enjoy fishing, tubing or a leisurely cruise around Belews Lake.','','http://yacht.forcefieldnc.com/stay-and-play-2','http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/home-highlight-boxes-stayandplay-265x265.jpg','',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `wp_image_hover_ultimate_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_image_hover_ultimate_style` -- DROP TABLE IF EXISTS `wp_image_hover_ultimate_style`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_image_hover_ultimate_style` ( `id` mediumint(5) NOT NULL AUTO_INCREMENT, `name` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL, `style_name` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `css` text COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_image_hover_ultimate_style` -- LOCK TABLES `wp_image_hover_ultimate_style` WRITE; /*!40000 ALTER TABLE `wp_image_hover_ultimate_style` DISABLE KEYS */; INSERT INTO `wp_image_hover_ultimate_style` VALUES (1,'Home Page Hover','square-8','iheu-item |image-ultimate-responsive-1|image-radius ||image-width |250|image-height |250|image-margin |20|image-padding |20|background-color |rgba(0, 146, 194, 1)|content-alignment |vertical-align: top;text-align: center;|open-in-new-tab ||image-animation ||animation-durations |1|content-animation ||inner-shadow |0|inner-shadow-color ||box-shadow ||box-shadow-color ||heading-font-size |20|heading-font-color |#FFF|heading-font-familly |Open+Sans|heading-font-weight |600|heading-underline ||heading-padding-bottom ||heading-margin-bottom |15|desc-font-size |15|desc-font-color |#FFF|desc-font-familly |Open+Sans|desc-font-weight |300|desc-padding-bottom |20|bottom-font-size |12|bottom-font-color |#FFF|bottom-font-background |#7e009e|bottom-font-familly |Open+Sans|bottom-font-weight |100|bottom-hover-color |#7e009e|bottom-hover-background |#FFF|bottom-border-radius |5|bottom-padding-top-bottom |8|bottom-padding-left-right |10|bottom-align |margin: 0 auto;|bottom-margin-left |10|bottom-margin-right |10|iheu-css ||heading-background-color |rgba(166, 0, 138, 1)|heading-padding |10|heading-margin-top |0|iheu-directions |bottom_to_top|'),(2,'Home Page Hover','square-8','iheu-item |image-ultimate-responsive-4|image-radius ||image-width |250|image-height |250|image-margin |20|image-padding |20|background-color |rgba(0, 46, 91, 1)|content-alignment |vertical-align: top;text-align: center;|open-in-new-tab ||image-animation ||animation-durations |1|content-animation |iheu-no-animation|inner-shadow |0|inner-shadow-color ||box-shadow ||box-shadow-color ||heading-font-size |18|heading-font-color |#ffffff|heading-font-familly |Open+Sans|heading-font-weight |600|heading-underline ||heading-padding-bottom ||heading-margin-bottom |15|desc-font-size |14|desc-font-color |#ffffff|desc-font-familly |Open+Sans|desc-font-weight |300|desc-padding-bottom |20|bottom-font-size |12|bottom-font-color |#ffffff|bottom-font-background |#7e009e|bottom-font-familly |Open+Sans|bottom-font-weight |100|bottom-hover-color |#7e009e|bottom-hover-background |#ffffff|bottom-border-radius |5|bottom-padding-top-bottom |8|bottom-padding-left-right |10|bottom-align |margin: 0 auto;|bottom-margin-left |10|bottom-margin-right |10|iheu-css ||heading-background-color |rgba(0, 46, 91, 1)|heading-padding |8|heading-margin-top |0|iheu-directions |bottom_to_top|'); /*!40000 ALTER TABLE `wp_image_hover_ultimate_style` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_oih_lists` -- DROP TABLE IF EXISTS `wp_oih_lists`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_oih_lists` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `date` datetime NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_oih_lists` -- LOCK TABLES `wp_oih_lists` WRITE; /*!40000 ALTER TABLE `wp_oih_lists` DISABLE KEYS */; INSERT INTO `wp_oih_lists` VALUES (1,'My First List','This is your first list. It was created automatically by the plugin to get you started faster. You can of course change this information to suit your needs.','2018-05-18 18:48:48'); /*!40000 ALTER TABLE `wp_oih_lists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_oih_opt_ins` -- DROP TABLE IF EXISTS `wp_oih_opt_ins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_oih_opt_ins` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `options` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `test_mode` tinyint(1) DEFAULT NULL, `active` tinyint(1) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_oih_opt_ins` -- LOCK TABLES `wp_oih_opt_ins` WRITE; /*!40000 ALTER TABLE `wp_oih_opt_ins` DISABLE KEYS */; INSERT INTO `wp_oih_opt_ins` VALUES (1,'Join Our Email List','widget','{\"subscriber_lists\":[\"1\"],\"opt_in_image\":\"\",\"opt_in_image_size\":\"100\",\"opt_in_heading\":\"Join Our Email List\",\"opt_in_content\":\"\",\"opt_in_success_type\":\"message\",\"opt_in_success_message_heading\":\"<p style=\\\"text-align: center;\\\">Thank You For Subscribing<\\/p>\",\"opt_in_success_message\":\"\",\"opt_in_success_redirect_page_id\":\"58\",\"form_position\":\"bottom\",\"form_fields_orientation\":\"stacked\",\"form_field_placeholder_email\":\"E-mail\",\"form_field_placeholder_first_name\":\"First Name\",\"form_field_placeholder_last_name\":\"Last Name\",\"form_button_text\":\"Submit\",\"form_footer_text\":\"\",\"opt_in_background_color\":\"#f9f9f9\",\"opt_in_corner_radius\":\"0\",\"opt_in_heading_color\":\"#0f1468\",\"opt_in_content_color\":\"#000\",\"form_background_color\":\"#ffffff\",\"form_fields_style_state\":\"focus\",\"form_fields_background_color\":\"#0f1468\",\"form_fields_background_color_focus\":\"#0f1468\",\"form_fields_text_color\":\"#ffffff\",\"form_fields_text_color_focus\":\"#ffffff\",\"form_fields_border_width\":\"0\",\"form_fields_border_width_focus\":\"0\",\"form_fields_border_color\":\"#34495e\",\"form_fields_border_color_focus\":\"#34495e\",\"form_fields_corner_radius\":\"4\",\"form_button_style_state\":\"hover\",\"form_button_background_color\":\"#4d9de2\",\"form_button_background_color_hover\":\"#4d9de2\",\"form_button_text_color\":\"#ffffff\",\"form_button_text_color_hover\":\"#ffffff\",\"form_button_border_width\":\"0\",\"form_button_border_width_hover\":\"0\",\"form_button_border_color\":\"#34495e\",\"form_button_border_color_hover\":\"#0f1468\",\"form_button_corner_radius\":\"4\",\"custom_css\":\"\"}',0,1); /*!40000 ALTER TABLE `wp_oih_opt_ins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_oih_subscribers` -- DROP TABLE IF EXISTS `wp_oih_subscribers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_oih_subscribers` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `list_id` bigint(20) NOT NULL, `email` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `first_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `ip_address` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `date` datetime NOT NULL, `source` text COLLATE utf8mb4_unicode_520_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_oih_subscribers` -- LOCK TABLES `wp_oih_subscribers` WRITE; /*!40000 ALTER TABLE `wp_oih_subscribers` DISABLE KEYS */; INSERT INTO `wp_oih_subscribers` VALUES (1,1,'info@jmfinteractive.com','','','75.183.114.196','2018-05-18 18:59:20','opt_in_1'),(2,1,'preichard@tryoncapital.com','','','174.111.197.38','2018-05-28 17:10:42','opt_in_1'); /*!40000 ALTER TABLE `wp_oih_subscribers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1791 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://carolinamarina.com/wordpress','yes'),(2,'home','http://carolinamarina.com/wordpress','yes'),(3,'blogname','wordpress','yes'),(4,'blogdescription','Carolina Marina','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','lee@carolinamarina.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:11:{i:0;s:35:\"redux-framework/redux-framework.php\";i:1;s:35:\"add-from-server/add-from-server.php\";i:2;s:26:\"event-calendar-wd/ecwd.php\";i:3;s:47:\"export-database-littlebizzy/export-database.php\";i:4;s:28:\"gallery-images-ape/index.php\";i:5;s:38:\"image-hover-effects-ultimate/index.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:22:\"opt-in-hound/index.php\";i:8;s:23:\"revslider/revslider.php\";i:9;s:39:\"wp-file-manager/file_folder_manager.php\";i:10;s:23:\"yacht_cpt/yacht_cpt.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:107:\"\\\\WDP\\DFS\\43\\1\\5\\5\\4365672551\\user\\sites\\310713.site\\www\\wordpress/wp-content/themes/yachtsailing/style.css\";i:2;s:0:\"\";}','no'),(40,'template','yachtsailing','yes'),(41,'stylesheet','yachtsailing','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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:10:\"Contact Us\";s:4:\"text\";s:69:\"Carolina Marina\r\n548 Shelton Road\r\nStokesdale NC 27357\r\n(336)429-0498\";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:2:{s:26:\"event-calendar-wd/ecwd.php\";a:2:{i:0;s:10:\"ECWD_Admin\";i:1;s:9:\"uninstall\";}s:47:\"export-database-littlebizzy/export-database.php\";a:2:{i:0;s:20:\"EXPDBS_Admin_Notices\";i:1;s:9:\"uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','8','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:124:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:44:{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:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:15:{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:23:\"edit_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:7:{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:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:11:\"tags_widtet\";a:0:{}s:13:\"footer_widget\";a:2:{i:0;s:6:\"text-2\";i:1;s:19:\"oih_opt_in_widget-2\";}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'cron','a:8:{i:1531996958;a:2:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1531997606;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1532012406;a:1:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1532022675;a:3:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1532038377;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:1532053102;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1532059200;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(110,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1525982895;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'),(124,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"lee@carolinamarina.com\";s:7:\"version\";s:5:\"4.9.7\";s:9:\"timestamp\";i:1530892806;}','no'),(130,'can_compress_scripts','0','no'),(173,'current_theme','Yachtsailing','yes'),(174,'theme_mods_halcyon','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1526337691;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:13:\"right-sidebar\";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:10:\"footer-one\";a:0:{}s:10:\"footer-two\";a:0:{}s:12:\"footer-three\";a:0:{}}}}','yes'),(175,'theme_switched','','yes'),(176,'widget_halcyon_recent_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(177,'widget_halcyon_featured_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(178,'widget_halcyon_popular_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(179,'widget_halcyon_social_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(182,'_transient_halcyon_categories','1','yes'),(261,'theme_mods_yachtsailing','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:301;}','yes'),(262,'widget_yachtsailing_post_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(263,'widget_about_club_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(264,'widget_yachtsailing_event_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(265,'widget_yachtsailing_feature_product_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(271,'recently_activated','a:3:{s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:1528124103;s:27:\"woocommerce/woocommerce.php\";i:1528124091;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1528123901;}','yes'),(272,'vc_version','5.4.5','yes'),(274,'wpb_js_composer_license_activation_notified','yes','yes'),(275,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.0.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1526338133;s:7:\"version\";s:5:\"5.0.1\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(277,'redux_version_upgraded_from','3.6.9','yes'),(278,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(280,'mc4wp_version','4.2.1','yes'),(281,'theme_option','a:69:{s:8:\"last_tab\";s:1:\"3\";s:13:\"load_icon_val\";s:1:\"1\";s:15:\"load_icon_image\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:13:\"layout_swtich\";s:5:\"boxed\";s:16:\"boxed_background\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:15:\"background-size\";s:5:\"cover\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:13:\"center center\";s:16:\"background-image\";s:93:\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/08/background-image-all-pages.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:3:\"294\";s:6:\"height\";s:4:\"1900\";s:5:\"width\";s:4:\"1920\";s:9:\"thumbnail\";s:101:\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/08/background-image-all-pages-150x150.jpg\";}}s:10:\"site_width\";a:2:{s:5:\"width\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:18:\"back_to_top_switch\";s:4:\"show\";s:16:\"back_to_top_icon\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:13:\"sidebars_list\";a:1:{i:0;s:0:\"\";}s:10:\"logo_image\";a:9:{s:3:\"url\";s:95:\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/carolina-marina-logo-rgb_150.png\";s:2:\"id\";s:2:\"39\";s:6:\"height\";s:2:\"64\";s:5:\"width\";s:3:\"125\";s:9:\"thumbnail\";s:95:\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/carolina-marina-logo-rgb_150.png\";s:5:\"title\";s:28:\"carolina-marina-logo-rgb_150\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:9:\"logo_text\";s:25:\"Yacht<span>Sailing</span>\";s:7:\"favicon\";a:9:{s:3:\"url\";s:97:\"http://carolinamarina.com/wordpress/wp-content/themes/yachtsailing/images/backgrounds/favicon.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:20:\"show_top_details_bar\";s:3:\"yes\";s:11:\"home_header\";s:14:\"theme_defaults\";s:18:\"home_header_sticky\";s:7:\"default\";s:21:\"home_sticky_header_bg\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:14:\"home_header_bg\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:12:\"inner_header\";s:12:\"header_fifth\";s:19:\"inner_header_sticky\";s:3:\"yes\";s:22:\"inner_sticky_header_bg\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:96:\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/06/home-image-template-4-150x150.jpg\";}}s:15:\"inner_header_bg\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:22:\"header_featured_swtich\";s:7:\"default\";s:15:\"header_featured\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:23:\"gap_header_menu_content\";a:2:{s:14:\"padding-bottom\";s:5:\"200px\";s:5:\"units\";s:2:\"px\";}s:15:\"woo_icon_switch\";s:4:\"hide\";s:10:\"shop_title\";s:4:\"shop\";s:19:\"shop_sidebar_swtich\";s:4:\"show\";s:12:\"shop_sidebar\";s:5:\"right\";s:13:\"filter_swtich\";s:4:\"show\";s:22:\"product_listing_column\";s:13:\"three_columns\";s:16:\"product_per_page\";s:1:\"#\";s:17:\"shop_price_switch\";s:4:\"show\";s:26:\"single_shop_sidebar_swtich\";s:4:\"show\";s:19:\"single_shop_sidebar\";s:5:\"right\";s:19:\"single_share_swtich\";s:4:\"show\";s:9:\"body-font\";a:7:{s:11:\"font-family\";s:7:\"Raleway\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:5:\"color\";s:4:\"#000\";}s:12:\"heading-font\";a:3:{s:11:\"font-family\";s:11:\"Roboto Slab\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";}s:30:\"whole_site_color_customization\";s:2:\"no\";s:13:\"primary_color\";s:0:\"\";s:15:\"secondary_color\";s:0:\"\";s:27:\"heading_underline_customize\";s:2:\"no\";s:17:\"heading_underline\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"alpha\";s:1:\"1\";s:4:\"rgba\";s:0:\"\";}s:20:\"heading_under_img_bg\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:21:\"heading_under_padding\";a:5:{s:11:\"padding-top\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:20:\"heading_under_margin\";a:5:{s:11:\"padding-top\";s:0:\"\";s:13:\"padding-right\";s:0:\"\";s:14:\"padding-bottom\";s:0:\"\";s:12:\"padding-left\";s:0:\"\";s:5:\"units\";s:2:\"px\";}s:14:\"home_menu_typo\";a:10:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:18:\"home_sub_menu_typo\";a:10:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:15:\"inner_menu_typo\";a:10:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:19:\"inner_sub_menu_typo\";a:10:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:10:\"text-align\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:11:\"twitter_url\";s:1:\"#\";s:12:\"facebook_url\";s:1:\"#\";s:9:\"gplus_url\";s:1:\"#\";s:13:\"pinterest_url\";s:1:\"#\";s:13:\"instagram_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:12:\"twitter_icon\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:13:\"facebook_icon\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:10:\"gplus_icon\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:14:\"pinterest_icon\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:14:\"instagram_icon\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:12:\"youtube_icon\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:13:\"linkedin_icon\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:8:\"car_icon\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:10:\"phone_icon\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:10:\"email_icon\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:15:\"title_unberline\";a:9:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:13:\"copyrighttext\";s:53:\"Copyright 2018 Carolina Marina, All rights reserved. \";s:20:\"footer_column_switch\";s:4:\"hide\";}','yes'),(282,'theme_option-transients','a:2:{s:14:\"changed_values\";a:2:{s:8:\"last_tab\";s:1:\"0\";s:15:\"woo_icon_switch\";s:4:\"show\";}s:9:\"last_save\";i:1531769439;}','yes'),(283,'mc4wp_flash_messages','a:0:{}','no'),(286,'revslider-update-check-short','1531697262','yes'),(287,'revslider-templates-check','1531429855','yes'),(291,'revslider-library-check','1531429884','yes'),(292,'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;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s: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;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";}}s:4:\"tags\";a:13:{i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}}','no'),(293,'revslider_checktables','1','yes'),(294,'rs_tables_created','1','yes'),(295,'revslider_table_version','1.0.6','yes'),(296,'revslider-global-settings','a:0:{}','yes'),(297,'revslider_update_version','5.2.5.5','yes'),(298,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(313,'tribe_events_calendar_options','a:24:{s:14:\"schema-version\";s:3:\"3.9\";s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:21:\"previous_ecp_versions\";a:2:{i:0;s:1:\"0\";i:1;s:6:\"4.6.15\";}s:18:\"latest_ecp_version\";s:6:\"4.6.16\";s:39:\"last-update-message-the-events-calendar\";s:6:\"4.6.15\";s:13:\"earliest_date\";s:19:\"2018-05-26 08:00:00\";s:21:\"earliest_date_markers\";a:1:{i:0;s:2:\"41\";}s:11:\"latest_date\";s:19:\"2018-05-26 17:00:00\";s:19:\"latest_date_markers\";a:1:{i:0;s:2:\"41\";}s:16:\"stylesheetOption\";s:4:\"full\";s:19:\"tribeEventsTemplate\";s:7:\"default\";s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:10:\"viewOption\";s:5:\"month\";s:20:\"tribeDisableTribeBar\";b:1;s:16:\"monthEventAmount\";s:1:\"3\";s:23:\"enable_month_view_cache\";b:1;s:18:\"dateWithYearFormat\";s:6:\"F j, Y\";s:21:\"dateWithoutYearFormat\";s:3:\"F j\";s:18:\"monthAndYearFormat\";s:3:\"F Y\";s:17:\"dateTimeSeparator\";s:3:\" @ \";s:18:\"timeRangeSeparator\";s:3:\" - \";s:16:\"datepickerFormat\";s:1:\"0\";s:21:\"tribeEventsBeforeHTML\";s:0:\"\";s:20:\"tribeEventsAfterHTML\";s:0:\"\";}','yes'),(314,'widget_tribe-events-list-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(315,'tribe_last_save_post','1526679405','yes'),(325,'revslider-connection','1','yes'),(326,'revslider-latest-version','5.4.8','yes'),(327,'revslider-stable-version','4.2','yes'),(328,'revslider-notices','a:9:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.0.9\";s:4:\"text\";s:220:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow51_banner.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1 is out\" ></a>\";s:4:\"code\";s:9:\"TPRS51-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.4\";s:4:\"text\";s:232:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=515b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner515.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.1.6\";s:4:\"text\";s:230:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=52b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner52.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS515-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:3;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.2.9\";s:4:\"text\";s:239:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=530b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner_large_5.3.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.3.0 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS530-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:4;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.3.9\";s:4:\"text\";s:222:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=54b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_54.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:5;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.1\";s:4:\"text\";s:239:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=542b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner_large_542.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.2 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS540-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:6;O:8:\"stdClass\":7:{s:7:\"version\";s:5:\"5.4.4\";s:4:\"text\";s:226:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=545b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_545.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPRS545-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:7;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.1\";s:4:\"text\";s:242:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=5452b\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/updatenow_banner_large5452.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"revslider 5.4.5.2 is out\" ></a>\";s:4:\"code\";s:11:\"TPRS5452-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:10:\"additional\";a:0:{}}i:8;O:8:\"stdClass\":7:{s:7:\"version\";s:7:\"5.4.5.2\";s:4:\"text\";s:223:\"<a href=\"//revolution.themepunch.com/direct-customer-benefits/?ref=546b\" target=\"_blank\"><img src=\"//updates.themepunch.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'),(329,'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'),(330,'revslider-addons','O:8:\"stdClass\":26:{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:65:\"//updates.themepunch.tools/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"1.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"1.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"1.0.5\";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.6\";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:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";}}','yes'),(339,'rs_cache_overlay','5.4.1','yes'),(356,'frmsvr_root','/','yes'),(357,'frmsvr_uac','role','yes'),(358,'frmsvr_uac_users','carolinamarina','yes'),(359,'frmsvr_uac_role','a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}','yes'),(366,'frmsvr_last_folder','//WDP/DFS/43/1/5/5/4365672551/user/sites/310713.site/www/wordpress/wp-content/uploads/2018/08','yes'),(378,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(510,'oih_version','1.4.3','yes'),(511,'oih_first_activation','1526669328','yes'),(512,'oih_version_type','free','yes'),(513,'oih_version_compatibility_v_1_4_0','1','yes'),(514,'oih_version_compatibility_v_1_2_0','1','yes'),(515,'widget_oih_opt_in_widget','a:2:{i:2;a:2:{s:5:\"title\";s:19:\"Join Our Email List\";s:9:\"opt_in_id\";i:1;}s:12:\"_multiwidget\";i:1;}','yes'),(564,'rewrite_rules','a:302:{s:36:\"event/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:54:\"index.php?ecwd_event=$matches[1]&eventDate=$matches[2]\";s:20:\"event/([^/]+)/all/?$\";s:70:\"index.php?post_type=ecwd_event&ecwd_event=$matches[1]&eventDisplay=all\";s:17:\"events/page/(\\d+)\";s:66:\"index.php?post_type=ecwd_event&eventDisplay=list&paged=$matches[1]\";s:34:\"events/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?post_type=ecwd_event&eventDisplay=list&feed=$matches[1]\";s:21:\"events/(\\d{4}-\\d{2})$\";s:71:\"index.php?post_type=ecwd_event&eventDisplay=month&eventDate=$matches[1]\";s:29:\"events/(\\d{4}-\\d{2}-\\d{2})/?$\";s:69:\"index.php?post_type=ecwd_event&eventDisplay=day&eventDate=$matches[1]\";s:14:\"events/feed/?$\";s:58:\"index.php?post_type=ecwd_eventeventDisplay=list&&feed=rss2\";s:9:\"events/?$\";s:51:\"index.php?post_type=ecwd_event&eventDisplay=default\";s:7:\"team/?$\";s:37:\"index.php?post_type=yachtsailing_team\";s:37:\"team/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=yachtsailing_team&feed=$matches[1]\";s:32:\"team/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=yachtsailing_team&feed=$matches[1]\";s:24:\"team/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=yachtsailing_team&paged=$matches[1]\";s:15:\"testimonials/?$\";s:38:\"index.php?post_type=yachtsailing_testi\";s:45:\"testimonials/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?post_type=yachtsailing_testi&feed=$matches[1]\";s:40:\"testimonials/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?post_type=yachtsailing_testi&feed=$matches[1]\";s:32:\"testimonials/page/([0-9]{1,})/?$\";s:56:\"index.php?post_type=yachtsailing_testi&paged=$matches[1]\";s:14:\"destination/?$\";s:38:\"index.php?post_type=yachtsailing_desti\";s:44:\"destination/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?post_type=yachtsailing_desti&feed=$matches[1]\";s:39:\"destination/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?post_type=yachtsailing_desti&feed=$matches[1]\";s:31:\"destination/page/([0-9]{1,})/?$\";s:56:\"index.php?post_type=yachtsailing_desti&paged=$matches[1]\";s:10:\"charter/?$\";s:40:\"index.php?post_type=yachtsailing_charter\";s:40:\"charter/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?post_type=yachtsailing_charter&feed=$matches[1]\";s:35:\"charter/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?post_type=yachtsailing_charter&feed=$matches[1]\";s:27:\"charter/page/([0-9]{1,})/?$\";s:58:\"index.php?post_type=yachtsailing_charter&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:8:\"event/?$\";s:30:\"index.php?post_type=ecwd_event\";s:38:\"event/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=ecwd_event&feed=$matches[1]\";s:33:\"event/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=ecwd_event&feed=$matches[1]\";s:25:\"event/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=ecwd_event&paged=$matches[1]\";s:12:\"organizer/?$\";s:34:\"index.php?post_type=ecwd_organizer\";s:42:\"organizer/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=ecwd_organizer&feed=$matches[1]\";s:37:\"organizer/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=ecwd_organizer&feed=$matches[1]\";s:29:\"organizer/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=ecwd_organizer&paged=$matches[1]\";s:8:\"venue/?$\";s:30:\"index.php?post_type=ecwd_venue\";s:38:\"venue/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=ecwd_venue&feed=$matches[1]\";s:33:\"venue/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=ecwd_venue&feed=$matches[1]\";s:25:\"venue/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=ecwd_venue&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:32:\"team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"team/([^/]+)/embed/?$\";s:50:\"index.php?yachtsailing_team=$matches[1]&embed=true\";s:25:\"team/([^/]+)/trackback/?$\";s:44:\"index.php?yachtsailing_team=$matches[1]&tb=1\";s:45:\"team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?yachtsailing_team=$matches[1]&feed=$matches[2]\";s:40:\"team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?yachtsailing_team=$matches[1]&feed=$matches[2]\";s:33:\"team/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?yachtsailing_team=$matches[1]&paged=$matches[2]\";s:40:\"team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?yachtsailing_team=$matches[1]&cpage=$matches[2]\";s:29:\"team/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?yachtsailing_team=$matches[1]&page=$matches[2]\";s:21:\"team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:51:\"index.php?yachtsailing_testi=$matches[1]&embed=true\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:45:\"index.php?yachtsailing_testi=$matches[1]&tb=1\";s:53:\"testimonials/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?yachtsailing_testi=$matches[1]&feed=$matches[2]\";s:48:\"testimonials/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?yachtsailing_testi=$matches[1]&feed=$matches[2]\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?yachtsailing_testi=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?yachtsailing_testi=$matches[1]&cpage=$matches[2]\";s:37:\"testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?yachtsailing_testi=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"destination/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"destination/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"destination/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"destination/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"destination/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"destination/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"destination/([^/]+)/embed/?$\";s:51:\"index.php?yachtsailing_desti=$matches[1]&embed=true\";s:32:\"destination/([^/]+)/trackback/?$\";s:45:\"index.php?yachtsailing_desti=$matches[1]&tb=1\";s:52:\"destination/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?yachtsailing_desti=$matches[1]&feed=$matches[2]\";s:47:\"destination/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?yachtsailing_desti=$matches[1]&feed=$matches[2]\";s:40:\"destination/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?yachtsailing_desti=$matches[1]&paged=$matches[2]\";s:47:\"destination/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?yachtsailing_desti=$matches[1]&cpage=$matches[2]\";s:36:\"destination/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?yachtsailing_desti=$matches[1]&page=$matches[2]\";s:28:\"destination/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"destination/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"destination/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"destination/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"destination/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"destination/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"charter/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"charter/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"charter/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"charter/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"charter/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"charter/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"charter/([^/]+)/embed/?$\";s:53:\"index.php?yachtsailing_charter=$matches[1]&embed=true\";s:28:\"charter/([^/]+)/trackback/?$\";s:47:\"index.php?yachtsailing_charter=$matches[1]&tb=1\";s:48:\"charter/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?yachtsailing_charter=$matches[1]&feed=$matches[2]\";s:43:\"charter/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?yachtsailing_charter=$matches[1]&feed=$matches[2]\";s:36:\"charter/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?yachtsailing_charter=$matches[1]&paged=$matches[2]\";s:43:\"charter/([^/]+)/comment-page-([0-9]{1,})/?$\";s:60:\"index.php?yachtsailing_charter=$matches[1]&cpage=$matches[2]\";s:32:\"charter/([^/]+)(?:/([0-9]+))?/?$\";s:59:\"index.php?yachtsailing_charter=$matches[1]&page=$matches[2]\";s:24:\"charter/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"charter/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"charter/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"charter/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"charter/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"charter/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"event_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?ecwd_event_category=$matches[1]&feed=$matches[2]\";s:50:\"event_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?ecwd_event_category=$matches[1]&feed=$matches[2]\";s:31:\"event_category/([^/]+)/embed/?$\";s:52:\"index.php?ecwd_event_category=$matches[1]&embed=true\";s:43:\"event_category/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?ecwd_event_category=$matches[1]&paged=$matches[2]\";s:25:\"event_category/([^/]+)/?$\";s:41:\"index.php?ecwd_event_category=$matches[1]\";s:50:\"event_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?ecwd_event_tag=$matches[1]&feed=$matches[2]\";s:45:\"event_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?ecwd_event_tag=$matches[1]&feed=$matches[2]\";s:26:\"event_tag/([^/]+)/embed/?$\";s:47:\"index.php?ecwd_event_tag=$matches[1]&embed=true\";s:38:\"event_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?ecwd_event_tag=$matches[1]&paged=$matches[2]\";s:20:\"event_tag/([^/]+)/?$\";s:36:\"index.php?ecwd_event_tag=$matches[1]\";s:37:\"ape_gallery/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"ape_gallery/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"ape_gallery/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ape_gallery/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ape_gallery/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"ape_gallery/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"ape_gallery/(.+?)/embed/?$\";s:51:\"index.php?wpape_gallery_type=$matches[1]&embed=true\";s:30:\"ape_gallery/(.+?)/trackback/?$\";s:45:\"index.php?wpape_gallery_type=$matches[1]&tb=1\";s:38:\"ape_gallery/(.+?)/page/?([0-9]{1,})/?$\";s:58:\"index.php?wpape_gallery_type=$matches[1]&paged=$matches[2]\";s:45:\"ape_gallery/(.+?)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?wpape_gallery_type=$matches[1]&cpage=$matches[2]\";s:34:\"ape_gallery/(.+?)(?:/([0-9]+))?/?$\";s:57:\"index.php?wpape_gallery_type=$matches[1]&page=$matches[2]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:43:\"index.php?ecwd_event=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:37:\"index.php?ecwd_event=$matches[1]&tb=1\";s:46:\"event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?ecwd_event=$matches[1]&feed=$matches[2]\";s:41:\"event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?ecwd_event=$matches[1]&feed=$matches[2]\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?ecwd_event=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?ecwd_event=$matches[1]&cpage=$matches[2]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?ecwd_event=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"organizer/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"organizer/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"organizer/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"organizer/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"organizer/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"organizer/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"organizer/(.+?)/embed/?$\";s:47:\"index.php?ecwd_organizer=$matches[1]&embed=true\";s:28:\"organizer/(.+?)/trackback/?$\";s:41:\"index.php?ecwd_organizer=$matches[1]&tb=1\";s:48:\"organizer/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?ecwd_organizer=$matches[1]&feed=$matches[2]\";s:43:\"organizer/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?ecwd_organizer=$matches[1]&feed=$matches[2]\";s:36:\"organizer/(.+?)/page/?([0-9]{1,})/?$\";s:54:\"index.php?ecwd_organizer=$matches[1]&paged=$matches[2]\";s:43:\"organizer/(.+?)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?ecwd_organizer=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/(.+?)(?:/([0-9]+))?/?$\";s:53:\"index.php?ecwd_organizer=$matches[1]&page=$matches[2]\";s:31:\"venue/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"venue/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"venue/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"venue/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"venue/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"venue/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:20:\"venue/(.+?)/embed/?$\";s:43:\"index.php?ecwd_venue=$matches[1]&embed=true\";s:24:\"venue/(.+?)/trackback/?$\";s:37:\"index.php?ecwd_venue=$matches[1]&tb=1\";s:44:\"venue/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?ecwd_venue=$matches[1]&feed=$matches[2]\";s:39:\"venue/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?ecwd_venue=$matches[1]&feed=$matches[2]\";s:32:\"venue/(.+?)/page/?([0-9]{1,})/?$\";s:50:\"index.php?ecwd_venue=$matches[1]&paged=$matches[2]\";s:39:\"venue/(.+?)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?ecwd_venue=$matches[1]&cpage=$matches[2]\";s:28:\"venue/(.+?)(?:/([0-9]+))?/?$\";s:49:\"index.php?ecwd_venue=$matches[1]&page=$matches[2]\";s:41:\"ecwd_calendar/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"ecwd_calendar/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"ecwd_calendar/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"ecwd_calendar/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"ecwd_calendar/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"ecwd_calendar/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"ecwd_calendar/([^/]+)/embed/?$\";s:46:\"index.php?ecwd_calendar=$matches[1]&embed=true\";s:34:\"ecwd_calendar/([^/]+)/trackback/?$\";s:40:\"index.php?ecwd_calendar=$matches[1]&tb=1\";s:42:\"ecwd_calendar/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?ecwd_calendar=$matches[1]&paged=$matches[2]\";s:49:\"ecwd_calendar/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?ecwd_calendar=$matches[1]&cpage=$matches[2]\";s:38:\"ecwd_calendar/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?ecwd_calendar=$matches[1]&page=$matches[2]\";s:30:\"ecwd_calendar/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"ecwd_calendar/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"ecwd_calendar/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"ecwd_calendar/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"ecwd_calendar/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"ecwd_calendar/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=8&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(567,'ecwd_old_events','0','yes'),(568,'ecwd_default_calendar','77','yes'),(569,'ecwd_version','1.1.15','yes'),(570,'ecwd_scripts_key','5aff47ccc17e4','yes'),(571,'ecwd_settings_general','a:1:{s:13:\"save_settings\";i:1;}','yes'),(572,'widget_ecwd_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(573,'ecwd_slug_changed','0','yes'),(574,'ecwd_single_slug','event','yes'),(575,'ecwd_slug','events','yes'),(576,'ecwd_cpt_setup','1','yes'),(577,'ecwd_settings','','yes'),(578,'ecwd_admin_notice','a:1:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:8:\"6/1/2018\";s:3:\"int\";i:14;}}','yes'),(579,'ecwd_subscribe_done','1','yes'),(580,'oih_admin_notice_attribution_links','1','yes'),(581,'oih_settings','a:2:{s:22:\"hide_attribution_links\";s:1:\"1\";s:13:\"always_update\";s:1:\"1\";}','yes'),(582,'wd_seo_notice_status','1','no'),(590,'WPLANG','','yes'),(591,'new_admin_email','lee@carolinamarina.com','yes'),(625,'ecwd_event_category_children','a:0:{}','yes'),(642,'oih_settings_email_notification_new_subscriber_admin','a:5:{s:12:\"admin_emails\";s:23:\"info@jmfinteractive.com\";s:9:\"from_name\";s:7:\"Website\";s:10:\"from_email\";s:23:\"info@jmfinteractive.com\";s:13:\"email_subject\";s:35:\"Say Hello to a New Email Subscriber\";s:13:\"email_content\";s:133:\"<p>A new email subscriber just joined your list:</p><p>{{subscriber_first_name}} {{subscriber_last_name}} - {{subscriber_email}}</p>\";}','yes'),(651,'sb_image_hover_version','','yes'),(652,'sb_image_hover_activation_date','1526908438','yes'),(655,'widget_sb_image_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(660,'image_hover_ultimate_version','','yes'),(661,'image_hover_ultimate_activation_date','1526909584','yes'),(664,'widget_iheu_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(665,'image_hover_ultimate_license_key','62452e13bb69d639f07d9ab14661714c','yes'),(668,'image_hover_ultimate_license_status','valid','yes'),(699,'edd_sl_0a6ad72f75ccb21fd173e97578ec2e7c','a:2:{s:7:\"timeout\";i:1528475132;s:5:\"value\";s:1117:\"{\"new_version\":\"8.3.1\",\"stable_version\":\"8.3.1\",\"name\":\"Image Hover Effects Ultimate\",\"slug\":\"index\",\"url\":\"https:\\/\\/www.oxilab.org\\/downloads\\/image-hover-ultimate-pro\\/?changelog=1\",\"last_updated\":\"2018-06-03 07:27:28\",\"homepage\":\"https:\\/\\/www.oxilab.org\\/downloads\\/image-hover-ultimate-pro\\/\",\"package\":\"https:\\/\\/www.oxilab.org\\/edd-sl\\/package_download\\/MTUyODU1MDczMjo2MjQ1MmUxM2JiNjlkNjM5ZjA3ZDlhYjE0NjYxNzE0Yzo0MDg1OjZkMzBmMWVmMmRjNTFmZTYxZmZmZjNjNjA4NDc1NWE2Omh0dHBALy95YWNodC5mb3JjZWZpZWxkbmMuY29tOjA=\",\"download_link\":\"https:\\/\\/www.oxilab.org\\/edd-sl\\/package_download\\/MTUyODU1MDczMjo2MjQ1MmUxM2JiNjlkNjM5ZjA3ZDlhYjE0NjYxNzE0Yzo0MDg1OjZkMzBmMWVmMmRjNTFmZTYxZmZmZjNjNjA4NDc1NWE2Omh0dHBALy95YWNodC5mb3JjZWZpZWxkbmMuY29tOjA=\",\"sections\":{\"description\":\"<p>[orphita_div_property code=\'image-hover-effects\']<\\/p>\\n\",\"changelog\":\"<p>Update license for Single,\\u00a0 Multiple and Developer versions<\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"description\":[\"<p>[orphita_div_property code=\'image-hover-effects\']<\\/p>\\n\"],\"changelog\":[\"<p>Update license for Single,\\u00a0 Multiple and Developer versions<\\/p>\\n\"]}\";}','no'),(706,'fm_current_version','502','yes'),(707,'fm_log','[Tue, 22 May 2018 05:47:01 -0400] OPEN: \n cwd() options() files() api() uplMaxSize() uplMaxFile() maxTargets()\n[Tue, 22 May 2018 05:48:20 -0400] OPEN: \n cwd() options() files()\n[Tue, 22 May 2018 05:48:26 -0400] OPEN: \n cwd() options() files()\n[Tue, 22 May 2018 05:56:28 -0400] OPEN: \n cwd() options() files()\n[Tue, 22 May 2018 05:57:39 -0400] TMB: \n images()\n[Tue, 22 May 2018 05:57:45 -0400] FILE: \n volume() pointer() info() header()\n[Tue, 22 May 2018 05:58:14 -0400] GET: \n content()\n[Tue, 22 May 2018 05:59:41 -0400] OPEN: \n cwd() options() files()\n[Tue, 22 May 2018 05:59:53 -0400] OPEN: \n cwd() options() files()\n[Tue, 22 May 2018 06:00:01 -0400] FILE: \n volume() pointer() info() header()\n[Tue, 22 May 2018 06:00:19 -0400] GET: \n content()\n[Tue, 22 May 2018 06:01:28 -0400] PUT: \n changed()\n[Tue, 22 May 2018 06:02:21 -0400] PUT: \n changed()\n','yes'),(708,'file-manager','a:1:{s:21:\"file_manager_settings\";a:3:{s:13:\"show_url_path\";s:4:\"show\";s:8:\"language\";a:1:{s:4:\"code\";s:4:\"LANG\";}s:4:\"size\";a:2:{s:5:\"width\";s:4:\"auto\";s:6:\"height\";i:600;}}}','yes'),(709,'r_notice_data','\n{\"type\":\"redux-message\",\"title\":\"<strong>The Ultimate Redux Extensions Bundle!<\\/strong><br\\/>\\r\\n\\r\\n\",\"message\":\"Attention Redux Developers! Due to popular demand, we are extending the availability of the Ultimate Redux Extension Bundle, which includes <strong>all<\\/strong> of our extensions at over 40% off! Grab you\'re copy today at <a href=\\\"https:\\/\\/reduxframework.com\\/extension\\/ultimate-bundle\\\">https:\\/\\/reduxframework.com\\/extension\\/ultimate-bundle<\\/a>\",\"color\":\"rgba(0,162,227,1)\"}\n','yes'),(710,'redux_blast','1526983340','yes'),(717,'woocommerce_store_address','','yes'),(718,'woocommerce_store_address_2','','yes'),(719,'woocommerce_store_city','','yes'),(720,'woocommerce_default_country','GB','yes'),(721,'woocommerce_store_postcode','','yes'),(722,'woocommerce_allowed_countries','all','yes'),(723,'woocommerce_all_except_countries','','yes'),(724,'woocommerce_specific_allowed_countries','','yes'),(725,'woocommerce_ship_to_countries','','yes'),(726,'woocommerce_specific_ship_to_countries','','yes'),(727,'woocommerce_default_customer_address','geolocation','yes'),(728,'woocommerce_calc_taxes','no','yes'),(729,'woocommerce_currency','GBP','yes'),(730,'woocommerce_currency_pos','left','yes'),(731,'woocommerce_price_thousand_sep',',','yes'),(732,'woocommerce_price_decimal_sep','.','yes'),(733,'woocommerce_price_num_decimals','2','yes'),(734,'woocommerce_shop_page_id','','yes'),(735,'woocommerce_cart_redirect_after_add','no','yes'),(736,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(737,'woocommerce_weight_unit','kg','yes'),(738,'woocommerce_dimension_unit','cm','yes'),(739,'woocommerce_enable_reviews','yes','yes'),(740,'woocommerce_review_rating_verification_label','yes','no'),(741,'woocommerce_review_rating_verification_required','no','no'),(742,'woocommerce_enable_review_rating','yes','yes'),(743,'woocommerce_review_rating_required','yes','no'),(744,'woocommerce_manage_stock','yes','yes'),(745,'woocommerce_hold_stock_minutes','60','no'),(746,'woocommerce_notify_low_stock','yes','no'),(747,'woocommerce_notify_no_stock','yes','no'),(748,'woocommerce_stock_email_recipient','lee@carolinamarina.com','no'),(749,'woocommerce_notify_low_stock_amount','2','no'),(750,'woocommerce_notify_no_stock_amount','0','yes'),(751,'woocommerce_hide_out_of_stock_items','no','yes'),(752,'woocommerce_stock_format','','yes'),(753,'woocommerce_file_download_method','force','no'),(754,'woocommerce_downloads_require_login','no','no'),(755,'woocommerce_downloads_grant_access_after_payment','yes','no'),(756,'woocommerce_prices_include_tax','no','yes'),(757,'woocommerce_tax_based_on','shipping','yes'),(758,'woocommerce_shipping_tax_class','inherit','yes'),(759,'woocommerce_tax_round_at_subtotal','no','yes'),(760,'woocommerce_tax_classes','Reduced rate\r\nZero rate','yes'),(761,'woocommerce_tax_display_shop','excl','yes'),(762,'woocommerce_tax_display_cart','excl','no'),(763,'woocommerce_price_display_suffix','','yes'),(764,'woocommerce_tax_total_display','itemized','no'),(765,'woocommerce_enable_shipping_calc','yes','no'),(766,'woocommerce_shipping_cost_requires_address','no','no'),(767,'woocommerce_ship_to_destination','billing','no'),(768,'woocommerce_shipping_debug_mode','no','no'),(769,'woocommerce_enable_coupons','yes','yes'),(770,'woocommerce_calc_discounts_sequentially','no','no'),(771,'woocommerce_enable_guest_checkout','yes','no'),(772,'woocommerce_force_ssl_checkout','no','yes'),(773,'woocommerce_unforce_ssl_checkout','no','yes'),(774,'woocommerce_cart_page_id','','yes'),(775,'woocommerce_checkout_page_id','','yes'),(776,'woocommerce_terms_page_id','','no'),(777,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(778,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(779,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(780,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(781,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(782,'woocommerce_myaccount_page_id','','yes'),(783,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(784,'woocommerce_enable_myaccount_registration','no','no'),(785,'woocommerce_enable_checkout_login_reminder','yes','no'),(786,'woocommerce_registration_generate_username','yes','no'),(787,'woocommerce_registration_generate_password','no','no'),(788,'woocommerce_myaccount_orders_endpoint','orders','yes'),(789,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(790,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(791,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(792,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(793,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(794,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(795,'woocommerce_logout_endpoint','customer-logout','yes'),(796,'woocommerce_email_from_name','wordpress','no'),(797,'woocommerce_email_from_address','lee@carolinamarina.com','no'),(798,'woocommerce_email_header_image','','no'),(799,'woocommerce_email_footer_text','{site_title}','no'),(800,'woocommerce_email_base_color','#96588a','no'),(801,'woocommerce_email_background_color','#f7f7f7','no'),(802,'woocommerce_email_body_background_color','#ffffff','no'),(803,'woocommerce_email_text_color','#3c3c3c','no'),(804,'woocommerce_api_enabled','yes','yes'),(805,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(806,'current_theme_supports_woocommerce','yes','yes'),(807,'woocommerce_queue_flush_rewrite_rules','no','yes'),(808,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(809,'product_cat_children','a:0:{}','yes'),(810,'default_product_cat','16','yes'),(815,'woocommerce_admin_notices','a:0:{}','yes'),(818,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(819,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(820,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(821,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(822,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(823,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(824,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(825,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(826,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(827,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(828,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(829,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(830,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(832,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(833,'woocommerce_meta_box_errors','a:0:{}','yes'),(964,'wd_bwg_version','1.4.7','no'),(965,'wd_bwg_theme_version','1.0.0','no'),(966,'widget_bwp_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(967,'widget_bwp_gallery_slideshow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(969,'bwg_admin_notice','a:1:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:8:\"6/7/2018\";s:3:\"int\";i:14;}}','yes'),(970,'bwg_subscribe_done','1','yes'),(971,'wd_bwg_options','{\"images_directory\":\"wp-content\\/uploads\",\"resizable_thumbnails\":\"1\",\"upload_img_width\":\"1200\",\"upload_img_height\":\"1200\",\"upload_thumb_width\":\"500\",\"upload_thumb_height\":\"500\",\"image_quality\":\"75\",\"preload_images\":\"1\",\"preload_images_count\":\"10\",\"show_hide_custom_post\":\"0\",\"show_hide_post_meta\":\"0\",\"image_right_click\":\"0\",\"use_inline_stiles_and_scripts\":\"0\",\"enable_wp_editor\":\"1\",\"enable_seo\":\"1\",\"read_metadata\":\"1\",\"thumb_width\":\"250\",\"thumb_height\":\"140\",\"image_column_number\":\"5\",\"image_enable_page\":\"1\",\"images_per_page\":\"30\",\"load_more_image_count\":\"30\",\"sort_by\":\"order\",\"order_by\":\"asc\",\"show_search_box\":\"0\",\"placeholder\":\"\",\"search_box_width\":\"180\",\"show_sort_images\":\"0\",\"show_tag_box\":\"0\",\"showthumbs_name\":\"0\",\"show_gallery_description\":\"0\",\"image_title_show_hover\":\"none\",\"play_icon\":\"1\",\"gallery_download\":0,\"ecommerce_icon_show_hover\":\"none\",\"masonry\":\"vertical\",\"show_masonry_thumb_description\":0,\"masonry_thumb_size\":\"250\",\"masonry_image_column_number\":\"5\",\"masonry_image_enable_page\":\"1\",\"masonry_images_per_page\":\"30\",\"masonry_load_more_image_count\":\"30\",\"masonry_sort_by\":\"order\",\"masonry_order_by\":\"asc\",\"masonry_show_search_box\":\"0\",\"masonry_placeholder\":\"\",\"masonry_search_box_width\":\"180\",\"masonry_show_sort_images\":\"0\",\"masonry_show_tag_box\":\"0\",\"masonry_show_gallery_title\":\"0\",\"masonry_show_gallery_description\":\"0\",\"masonry_play_icon\":\"1\",\"masonry_gallery_download\":0,\"masonry_ecommerce_icon_show_hover\":\"none\",\"mosaic\":\"vertical\",\"resizable_mosaic\":0,\"mosaic_total_width\":100,\"mosaic_thumb_size\":\"250\",\"mosaic_image_enable_page\":\"1\",\"mosaic_images_per_page\":\"30\",\"mosaic_load_more_image_count\":\"30\",\"mosaic_sort_by\":\"order\",\"mosaic_order_by\":\"asc\",\"mosaic_show_search_box\":\"0\",\"mosaic_placeholder\":\"\",\"mosaic_search_box_width\":\"180\",\"mosaic_show_sort_images\":\"0\",\"mosaic_show_tag_box\":\"0\",\"mosaic_show_gallery_title\":\"0\",\"mosaic_show_gallery_description\":\"0\",\"mosaic_image_title_show_hover\":\"none\",\"mosaic_play_icon\":\"1\",\"mosaic_gallery_download\":0,\"mosaic_ecommerce_icon_show_hover\":\"none\",\"slideshow_type\":\"fade\",\"slideshow_interval\":\"5\",\"slideshow_width\":\"800\",\"slideshow_height\":\"500\",\"slideshow_sort_by\":\"order\",\"slideshow_order_by\":\"asc\",\"slideshow_enable_autoplay\":\"0\",\"slideshow_enable_shuffle\":\"0\",\"slideshow_enable_ctrl\":\"1\",\"autohide_slideshow_navigation\":\"1\",\"slideshow_enable_filmstrip\":1,\"slideshow_filmstrip_height\":90,\"slideshow_enable_title\":\"0\",\"slideshow_title_position\":\"top-right\",\"slideshow_title_full_width\":\"0\",\"slideshow_enable_description\":\"0\",\"slideshow_description_position\":\"bottom-right\",\"slideshow_enable_music\":\"0\",\"slideshow_audio_url\":\"\",\"slideshow_effect_duration\":\"0.1\",\"slideshow_gallery_download\":0,\"image_browser_width\":\"800\",\"image_browser_title_enable\":\"1\",\"image_browser_description_enable\":\"1\",\"image_browser_sort_by\":\"order\",\"image_browser_order_by\":\"asc\",\"image_browser_show_gallery_title\":\"0\",\"image_browser_show_gallery_description\":\"0\",\"image_browser_show_search_box\":\"0\",\"image_browser_placeholder\":\"\",\"image_browser_search_box_width\":\"180\",\"image_browser_gallery_download\":0,\"blog_style_width\":800,\"blog_style_title_enable\":1,\"blog_style_images_per_page\":5,\"blog_style_load_more_image_count\":\"5\",\"blog_style_enable_page\":1,\"blog_style_description_enable\":0,\"blog_style_sort_by\":\"order\",\"blog_style_order_by\":\"asc\",\"blog_style_show_gallery_title\":\"0\",\"blog_style_show_gallery_description\":\"0\",\"blog_style_show_search_box\":\"0\",\"blog_style_placeholder\":\"\",\"blog_style_search_box_width\":\"180\",\"blog_style_show_sort_images\":\"0\",\"blog_style_show_tag_box\":\"0\",\"blog_style_gallery_download\":0,\"carousel_interval\":5,\"carousel_width\":300,\"carousel_height\":300,\"carousel_image_column_number\":5,\"carousel_image_par\":\"0.75\",\"carousel_enable_title\":0,\"carousel_enable_autoplay\":0,\"carousel_r_width\":800,\"carousel_fit_containerWidth\":1,\"carousel_prev_next_butt\":1,\"carousel_play_pause_butt\":1,\"carousel_sort_by\":\"order\",\"carousel_order_by\":\"asc\",\"carousel_gallery_download\":0,\"album_column_number\":\"5\",\"album_thumb_width\":\"250\",\"album_thumb_height\":\"140\",\"album_image_column_number\":\"5\",\"album_image_thumb_width\":\"250\",\"album_image_thumb_height\":\"140\",\"album_enable_page\":\"1\",\"albums_per_page\":\"30\",\"album_images_per_page\":\"30\",\"album_sort_by\":\"order\",\"album_order_by\":\"asc\",\"album_show_search_box\":\"0\",\"album_placeholder\":\"\",\"album_search_box_width\":\"180\",\"album_show_sort_images\":\"0\",\"album_show_tag_box\":\"0\",\"show_album_name\":\"0\",\"album_show_gallery_description\":\"0\",\"album_title_show_hover\":\"hover\",\"album_view_type\":\"thumbnail\",\"album_image_title_show_hover\":\"none\",\"album_mosaic\":\"vertical\",\"album_resizable_mosaic\":0,\"album_mosaic_total_width\":100,\"album_play_icon\":\"1\",\"album_gallery_download\":0,\"album_ecommerce_icon_show_hover\":\"none\",\"album_masonry_column_number\":\"5\",\"album_masonry_thumb_width\":\"250\",\"album_masonry_image_column_number\":\"5\",\"album_masonry_image_thumb_width\":\"250\",\"album_masonry_enable_page\":\"1\",\"albums_masonry_per_page\":\"30\",\"album_masonry_images_per_page\":\"30\",\"album_masonry_sort_by\":\"order\",\"album_masonry_order_by\":\"asc\",\"album_masonry_show_search_box\":\"0\",\"album_masonry_placeholder\":\"\",\"album_masonry_search_box_width\":\"180\",\"album_masonry_show_sort_images\":\"0\",\"album_masonry_show_tag_box\":\"0\",\"show_album_masonry_name\":\"0\",\"album_masonry_show_gallery_description\":\"0\",\"album_masonry_gallery_download\":0,\"album_masonry_ecommerce_icon_show_hover\":\"none\",\"extended_album_height\":\"200\",\"album_extended_thumb_width\":\"250\",\"album_extended_thumb_height\":\"140\",\"album_extended_image_column_number\":\"5\",\"album_extended_image_thumb_width\":\"250\",\"album_extended_image_thumb_height\":\"140\",\"album_extended_enable_page\":\"1\",\"albums_extended_per_page\":\"30\",\"album_extended_images_per_page\":\"30\",\"album_extended_sort_by\":\"order\",\"album_extended_order_by\":\"asc\",\"album_extended_show_search_box\":\"0\",\"album_extended_placeholder\":\"\",\"album_extended_search_box_width\":\"180\",\"album_extended_show_sort_images\":\"0\",\"album_extended_show_tag_box\":\"0\",\"show_album_extended_name\":\"0\",\"extended_album_description_enable\":\"1\",\"album_extended_show_gallery_description\":\"0\",\"album_extended_view_type\":\"thumbnail\",\"album_extended_image_title_show_hover\":\"none\",\"album_extended_mosaic\":\"vertical\",\"album_extended_resizable_mosaic\":0,\"album_extended_mosaic_total_width\":100,\"album_extended_play_icon\":\"1\",\"album_extended_gallery_download\":0,\"album_extended_ecommerce_icon_show_hover\":\"none\",\"thumb_click_action\":\"open_lightbox\",\"thumb_link_target\":\"1\",\"popup_fullscreen\":\"1\",\"popup_width\":\"800\",\"popup_height\":\"500\",\"popup_type\":\"fade\",\"popup_effect_duration\":\"0.1\",\"popup_autoplay\":\"0\",\"popup_interval\":\"2.5\",\"popup_enable_filmstrip\":1,\"popup_filmstrip_height\":60,\"popup_hit_counter\":0,\"popup_enable_ctrl_btn\":\"1\",\"popup_enable_fullscreen\":\"1\",\"popup_enable_info\":\"1\",\"popup_info_always_show\":\"0\",\"popup_info_full_width\":\"1\",\"autohide_lightbox_navigation\":\"0\",\"popup_enable_comment\":1,\"popup_enable_email\":1,\"popup_enable_captcha\":0,\"comment_moderation\":0,\"popup_enable_fullsize_image\":\"0\",\"popup_enable_download\":\"0\",\"show_image_counts\":\"0\",\"enable_loop\":\"1\",\"enable_addthis\":0,\"addthis_profile_id\":\"\",\"popup_enable_rate\":0,\"popup_enable_facebook\":1,\"popup_enable_twitter\":1,\"popup_enable_google\":1,\"popup_enable_pinterest\":0,\"popup_enable_tumblr\":0,\"popup_enable_ecommerce\":1,\"autoupdate_interval\":1,\"instagram_access_token\":\"\",\"facebook_app_id\":\"\",\"facebook_app_secret\":\"\",\"permissions\":\"manage_options\",\"gallery_role\":0,\"album_role\":0,\"image_role\":0,\"watermark_type\":\"none\",\"watermark_position\":\"bottom-left\",\"watermark_width\":\"90\",\"watermark_height\":\"90\",\"watermark_url\":\"\",\"watermark_text\":\"10web.io\",\"watermark_link\":\"https:\\/\\/10web.io\\/\",\"watermark_font_size\":\"20\",\"watermark_font\":\"Arial\",\"watermark_color\":\"FFFFFF\",\"watermark_opacity\":\"30\",\"built_in_watermark_type\":\"none\",\"built_in_watermark_position\":\"middle-center\",\"built_in_watermark_size\":\"15\",\"built_in_watermark_url\":\"\",\"built_in_watermark_text\":\"10web.io\",\"built_in_watermark_font_size\":\"20\",\"built_in_watermark_font\":\"arial.ttf\",\"built_in_watermark_color\":\"FFFFFF\",\"built_in_watermark_opacity\":\"30\",\"old_images_directory\":\"wp-content\\/uploads\",\"jpeg_quality\":\"75\",\"png_quality\":2}','no'),(978,'my_responsive_photo_gallery_slider_settings','a:27:{s:16:\"transition_speed\";s:4:\"1000\";s:19:\"transition_interval\";s:4:\"4000\";s:11:\"show_panels\";s:1:\"1\";s:14:\"show_panel_nav\";s:1:\"1\";s:15:\"enable_overlays\";s:1:\"0\";s:11:\"panel_width\";s:3:\"550\";s:12:\"panel_height\";s:3:\"400\";s:15:\"panel_animation\";s:4:\"fade\";s:11:\"panel_scale\";s:4:\"crop\";s:16:\"overlay_position\";s:6:\"bottom\";s:10:\"pan_images\";s:1:\"1\";s:9:\"pan_style\";s:4:\"drag\";s:11:\"start_frame\";s:1:\"1\";s:14:\"show_filmstrip\";s:1:\"1\";s:18:\"show_filmstrip_nav\";s:1:\"0\";s:16:\"enable_slideshow\";s:1:\"1\";s:8:\"autoplay\";s:1:\"1\";s:18:\"filmstrip_position\";s:6:\"bottom\";s:11:\"frame_width\";i:80;s:12:\"frame_height\";i:80;s:13:\"frame_opacity\";d:0.40000000000000002;s:11:\"frame_scale\";s:4:\"crop\";s:15:\"filmstrip_style\";s:6:\"scroll\";s:9:\"frame_gap\";i:1;s:13:\"show_captions\";i:0;s:12:\"show_infobar\";i:0;s:15:\"infobar_opacity\";i:1;}','yes'),(979,'rjg_settings','a:6:{s:15:\"BackgroundColor\";s:7:\"#FFFFFF\";s:11:\"imageheight\";i:160;s:11:\"imageMargin\";i:5;s:9:\"page_size\";i:50;s:18:\"show_hover_caption\";i:1;s:15:\"show_hover_icon\";i:1;}','yes'),(980,'my_responsive_photo_gallery_slider_settings_messages','a:0:{}','yes'),(983,'widget_gallery_images_ape_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(984,'wpApeGalleryInstallVersion','1.6.4','yes'),(986,'ApeGalleryOptionVersion','1','yes'),(1123,'wpape_hideWizard','1','yes'),(1173,'woocommerce_version','3.3.5','yes'),(1174,'woocommerce_db_version','3.3.5','yes'),(1207,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(1403,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1531994758;s:7:\"checked\";a:4:{s:13:\"twentyfifteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.6\";s:13:\"twentysixteen\";s:3:\"1.5\";s:12:\"yachtsailing\";s:3:\"1.0\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(1432,'expdbs_activated_on','1528125646','yes'),(1433,'expdbs_migrations','{\"cfbecf321f0bbb7e1a7e38cb47f2d0f5\":1528125778}','no'),(1434,'expdbs_migrations_cfbecf321f0bbb7e1a7e38cb47f2d0f5','{\"key\":\"cfbecf321f0bbb7e1a7e38cb47f2d0f5\",\"total\":{\"index\":28,\"rows\":1757,\"done\":false},\"info\":{\"wp_bwg_album\":{\"index\":0,\"rows\":0,\"done\":true},\"wp_bwg_album_gallery\":{\"index\":0,\"rows\":0,\"done\":true},\"wp_bwg_gallery\":{\"index\":1,\"rows\":1,\"done\":true},\"wp_bwg_image\":{\"index\":11,\"rows\":11,\"done\":true},\"wp_bwg_image_comment\":{\"index\":0,\"rows\":0,\"done\":true},\"wp_bwg_image_rate\":{\"index\":0,\"rows\":0,\"done\":true},\"wp_bwg_image_tag\":{\"index\":0,\"rows\":0,\"done\":true},\"wp_bwg_shortcode\":{\"index\":2,\"rows\":2,\"done\":true},\"wp_bwg_theme\":{\"index\":2,\"rows\":2,\"done\":true},\"wp_commentmeta\":{\"index\":0,\"rows\":0,\"done\":true},\"wp_comments\":{\"index\":1,\"rows\":1,\"done\":true},\"wp_gv_responsive_slider\":{\"index\":0,\"rows\":0,\"done\":true},\"wp_image_hover_ultimate_list\":{\"index\":5,\"rows\":5,\"done\":true},\"wp_image_hover_ultimate_style\":{\"index\":2,\"rows\":2,\"done\":true},\"wp_links\":{\"index\":0,\"rows\":0,\"done\":true},\"wp_oih_lists\":{\"index\":1,\"rows\":1,\"done\":true},\"wp_oih_opt_ins\":{\"index\":1,\"rows\":1,\"done\":true},\"wp_oih_subscribers\":{\"index\":2,\"rows\":2,\"done\":true},\"wp_options\":{\"index\":0,\"rows\":377,\"done\":false},\"wp_postmeta\":{\"index\":0,\"rows\":852,\"done\":false},\"wp_posts\":{\"index\":0,\"rows\":291,\"done\":false},\"wp_revslider_css\":{\"index\":0,\"rows\":109,\"done\":false},\"wp_revslider_layer_animations\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_revslider_navigations\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_revslider_sliders\":{\"index\":0,\"rows\":1,\"done\":false},\"wp_revslider_slides\":{\"index\":0,\"rows\":5,\"done\":false},\"wp_revslider_static_slides\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_rjg_gallery\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_sb_image_hover_effects_list\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_sb_image_hover_effects_style\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_term_relationships\":{\"index\":0,\"rows\":26,\"done\":false},\"wp_term_taxonomy\":{\"index\":0,\"rows\":16,\"done\":false},\"wp_termmeta\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_terms\":{\"index\":0,\"rows\":16,\"done\":false},\"wp_usermeta\":{\"index\":0,\"rows\":34,\"done\":false},\"wp_users\":{\"index\":0,\"rows\":1,\"done\":false},\"wp_wc_download_log\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_wc_webhooks\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_api_keys\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_attribute_taxonomies\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_downloadable_product_permissions\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_log\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_order_itemmeta\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_order_items\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_payment_tokenmeta\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_payment_tokens\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_sessions\":{\"index\":0,\"rows\":1,\"done\":false},\"wp_woocommerce_shipping_zone_locations\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_shipping_zone_methods\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_shipping_zones\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_tax_rate_locations\":{\"index\":0,\"rows\":0,\"done\":false},\"wp_woocommerce_tax_rates\":{\"index\":0,\"rows\":0,\"done\":false}},\"struct\":{\"wp_bwg_album\":{\"id\":{\"field\":\"id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"name\":{\"field\":\"name\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"slug\":{\"field\":\"slug\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"description\":{\"field\":\"description\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"preview_image\":{\"field\":\"preview_image\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"random_preview_image\":{\"field\":\"random_preview_image\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"order\":{\"field\":\"order\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"author\":{\"field\":\"author\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"published\":{\"field\":\"published\",\"type\":\"tinyint(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"modified_date\":{\"field\":\"modified_date\",\"type\":\"int(10)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_bwg_album_gallery\":{\"id\":{\"field\":\"id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"album_id\":{\"field\":\"album_id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"is_album\":{\"field\":\"is_album\",\"type\":\"tinyint(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"alb_gal_id\":{\"field\":\"alb_gal_id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"order\":{\"field\":\"order\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_bwg_gallery\":{\"id\":{\"field\":\"id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"name\":{\"field\":\"name\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"slug\":{\"field\":\"slug\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"description\":{\"field\":\"description\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"page_link\":{\"field\":\"page_link\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"preview_image\":{\"field\":\"preview_image\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"random_preview_image\":{\"field\":\"random_preview_image\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"order\":{\"field\":\"order\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"author\":{\"field\":\"author\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"published\":{\"field\":\"published\",\"type\":\"tinyint(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"gallery_type\":{\"field\":\"gallery_type\",\"type\":\"varchar(32)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"gallery_source\":{\"field\":\"gallery_source\",\"type\":\"varchar(256)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"autogallery_image_number\":{\"field\":\"autogallery_image_number\",\"type\":\"int(4)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"update_flag\":{\"field\":\"update_flag\",\"type\":\"varchar(32)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"modified_date\":{\"field\":\"modified_date\",\"type\":\"int(10)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_bwg_image\":{\"id\":{\"field\":\"id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"gallery_id\":{\"field\":\"gallery_id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"slug\":{\"field\":\"slug\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"filename\":{\"field\":\"filename\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"image_url\":{\"field\":\"image_url\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"thumb_url\":{\"field\":\"thumb_url\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"description\":{\"field\":\"description\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"alt\":{\"field\":\"alt\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"date\":{\"field\":\"date\",\"type\":\"varchar(128)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"size\":{\"field\":\"size\",\"type\":\"varchar(128)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"filetype\":{\"field\":\"filetype\",\"type\":\"varchar(128)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"resolution\":{\"field\":\"resolution\",\"type\":\"varchar(128)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"author\":{\"field\":\"author\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"order\":{\"field\":\"order\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"published\":{\"field\":\"published\",\"type\":\"tinyint(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"comment_count\":{\"field\":\"comment_count\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"avg_rating\":{\"field\":\"avg_rating\",\"type\":\"float\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"rate_count\":{\"field\":\"rate_count\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"hit_count\":{\"field\":\"hit_count\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"redirect_url\":{\"field\":\"redirect_url\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"pricelist_id\":{\"field\":\"pricelist_id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"modified_date\":{\"field\":\"modified_date\",\"type\":\"int(10)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_bwg_image_comment\":{\"id\":{\"field\":\"id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"image_id\":{\"field\":\"image_id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"name\":{\"field\":\"name\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"date\":{\"field\":\"date\",\"type\":\"varchar(64)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"comment\":{\"field\":\"comment\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"url\":{\"field\":\"url\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"mail\":{\"field\":\"mail\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"published\":{\"field\":\"published\",\"type\":\"tinyint(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_bwg_image_rate\":{\"id\":{\"field\":\"id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"image_id\":{\"field\":\"image_id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"rate\":{\"field\":\"rate\",\"type\":\"float\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"ip\":{\"field\":\"ip\",\"type\":\"varchar(64)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"date\":{\"field\":\"date\",\"type\":\"varchar(64)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_bwg_image_tag\":{\"id\":{\"field\":\"id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"tag_id\":{\"field\":\"tag_id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"image_id\":{\"field\":\"image_id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"gallery_id\":{\"field\":\"gallery_id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_bwg_shortcode\":{\"id\":{\"field\":\"id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"tagtext\":{\"field\":\"tagtext\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_bwg_theme\":{\"id\":{\"field\":\"id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"name\":{\"field\":\"name\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"options\":{\"field\":\"options\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"default_theme\":{\"field\":\"default_theme\",\"type\":\"tinyint(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_commentmeta\":{\"meta_id\":{\"field\":\"meta_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"comment_id\":{\"field\":\"comment_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"meta_key\":{\"field\":\"meta_key\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"meta_value\":{\"field\":\"meta_value\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_comments\":{\"comment_ID\":{\"field\":\"comment_ID\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"comment_post_ID\":{\"field\":\"comment_post_ID\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"comment_author\":{\"field\":\"comment_author\",\"type\":\"tinytext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"comment_author_email\":{\"field\":\"comment_author_email\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"comment_author_url\":{\"field\":\"comment_author_url\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"comment_author_IP\":{\"field\":\"comment_author_IP\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"comment_date\":{\"field\":\"comment_date\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"comment_date_gmt\":{\"field\":\"comment_date_gmt\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"comment_content\":{\"field\":\"comment_content\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"comment_karma\":{\"field\":\"comment_karma\",\"type\":\"int(11)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"comment_approved\":{\"field\":\"comment_approved\",\"type\":\"varchar(20)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"1\"},\"comment_agent\":{\"field\":\"comment_agent\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"comment_type\":{\"field\":\"comment_type\",\"type\":\"varchar(20)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"comment_parent\":{\"field\":\"comment_parent\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"user_id\":{\"field\":\"user_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"}},\"wp_gv_responsive_slider\":{\"id\":{\"field\":\"id\",\"type\":\"int(10) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"title\":{\"field\":\"title\",\"type\":\"varchar(1000)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"image_name\":{\"field\":\"image_name\",\"type\":\"varchar(500)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"createdon\":{\"field\":\"createdon\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"custom_link\":{\"field\":\"custom_link\",\"type\":\"varchar(1000)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"post_id\":{\"field\":\"post_id\",\"type\":\"int(10) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_image_hover_ultimate_list\":{\"id\":{\"field\":\"id\",\"type\":\"mediumint(5)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"styleid\":{\"field\":\"styleid\",\"type\":\"mediumint(6)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"title\":{\"field\":\"title\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"files\":{\"field\":\"files\",\"type\":\"varchar(2000)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"buttom_text\":{\"field\":\"buttom_text\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"link\":{\"field\":\"link\",\"type\":\"varchar(800)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"image\":{\"field\":\"image\",\"type\":\"varchar(800)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"hoverimage\":{\"field\":\"hoverimage\",\"type\":\"varchar(800)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"data1\":{\"field\":\"data1\",\"type\":\"varchar(50)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"data1link\":{\"field\":\"data1link\",\"type\":\"varchar(800)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"data2\":{\"field\":\"data2\",\"type\":\"varchar(50)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"data2link\":{\"field\":\"data2link\",\"type\":\"varchar(800)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_image_hover_ultimate_style\":{\"id\":{\"field\":\"id\",\"type\":\"mediumint(5)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"name\":{\"field\":\"name\",\"type\":\"varchar(50)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"style_name\":{\"field\":\"style_name\",\"type\":\"varchar(10)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"css\":{\"field\":\"css\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_links\":{\"link_id\":{\"field\":\"link_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"link_url\":{\"field\":\"link_url\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"link_name\":{\"field\":\"link_name\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"link_image\":{\"field\":\"link_image\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"link_target\":{\"field\":\"link_target\",\"type\":\"varchar(25)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"link_description\":{\"field\":\"link_description\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"link_visible\":{\"field\":\"link_visible\",\"type\":\"varchar(20)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"Y\"},\"link_owner\":{\"field\":\"link_owner\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"1\"},\"link_rating\":{\"field\":\"link_rating\",\"type\":\"int(11)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"link_updated\":{\"field\":\"link_updated\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"link_rel\":{\"field\":\"link_rel\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"link_notes\":{\"field\":\"link_notes\",\"type\":\"mediumtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"link_rss\":{\"field\":\"link_rss\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"}},\"wp_oih_lists\":{\"id\":{\"field\":\"id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"name\":{\"field\":\"name\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"description\":{\"field\":\"description\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"date\":{\"field\":\"date\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_oih_opt_ins\":{\"id\":{\"field\":\"id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"name\":{\"field\":\"name\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"type\":{\"field\":\"type\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"options\":{\"field\":\"options\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"test_mode\":{\"field\":\"test_mode\",\"type\":\"tinyint(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"active\":{\"field\":\"active\",\"type\":\"tinyint(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_oih_subscribers\":{\"id\":{\"field\":\"id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"list_id\":{\"field\":\"list_id\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"email\":{\"field\":\"email\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"first_name\":{\"field\":\"first_name\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"last_name\":{\"field\":\"last_name\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"ip_address\":{\"field\":\"ip_address\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"date\":{\"field\":\"date\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"source\":{\"field\":\"source\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_options\":{\"option_id\":{\"field\":\"option_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"option_name\":{\"field\":\"option_name\",\"type\":\"varchar(191)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"option_value\":{\"field\":\"option_value\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"autoload\":{\"field\":\"autoload\",\"type\":\"varchar(20)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"yes\"}},\"wp_postmeta\":{\"meta_id\":{\"field\":\"meta_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"post_id\":{\"field\":\"post_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"meta_key\":{\"field\":\"meta_key\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"meta_value\":{\"field\":\"meta_value\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_posts\":{\"ID\":{\"field\":\"ID\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"post_author\":{\"field\":\"post_author\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"post_date\":{\"field\":\"post_date\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"post_date_gmt\":{\"field\":\"post_date_gmt\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"post_content\":{\"field\":\"post_content\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"post_title\":{\"field\":\"post_title\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"post_excerpt\":{\"field\":\"post_excerpt\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"post_status\":{\"field\":\"post_status\",\"type\":\"varchar(20)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"publish\"},\"comment_status\":{\"field\":\"comment_status\",\"type\":\"varchar(20)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"open\"},\"ping_status\":{\"field\":\"ping_status\",\"type\":\"varchar(20)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"open\"},\"post_password\":{\"field\":\"post_password\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"post_name\":{\"field\":\"post_name\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"to_ping\":{\"field\":\"to_ping\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"pinged\":{\"field\":\"pinged\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"post_modified\":{\"field\":\"post_modified\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"post_modified_gmt\":{\"field\":\"post_modified_gmt\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"post_content_filtered\":{\"field\":\"post_content_filtered\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"post_parent\":{\"field\":\"post_parent\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"guid\":{\"field\":\"guid\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"menu_order\":{\"field\":\"menu_order\",\"type\":\"int(11)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"post_type\":{\"field\":\"post_type\",\"type\":\"varchar(20)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"post\"},\"post_mime_type\":{\"field\":\"post_mime_type\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"comment_count\":{\"field\":\"comment_count\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"}},\"wp_revslider_css\":{\"id\":{\"field\":\"id\",\"type\":\"int(9)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"handle\":{\"field\":\"handle\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"settings\":{\"field\":\"settings\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"hover\":{\"field\":\"hover\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"params\":{\"field\":\"params\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"advanced\":{\"field\":\"advanced\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_revslider_layer_animations\":{\"id\":{\"field\":\"id\",\"type\":\"int(9)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"handle\":{\"field\":\"handle\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"params\":{\"field\":\"params\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"settings\":{\"field\":\"settings\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_revslider_navigations\":{\"id\":{\"field\":\"id\",\"type\":\"int(9)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"name\":{\"field\":\"name\",\"type\":\"varchar(191)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"handle\":{\"field\":\"handle\",\"type\":\"varchar(191)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"css\":{\"field\":\"css\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"markup\":{\"field\":\"markup\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"settings\":{\"field\":\"settings\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_revslider_sliders\":{\"id\":{\"field\":\"id\",\"type\":\"int(9)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"title\":{\"field\":\"title\",\"type\":\"tinytext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"alias\":{\"field\":\"alias\",\"type\":\"tinytext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"params\":{\"field\":\"params\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"settings\":{\"field\":\"settings\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"type\":{\"field\":\"type\",\"type\":\"varchar(191)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"}},\"wp_revslider_slides\":{\"id\":{\"field\":\"id\",\"type\":\"int(9)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"slider_id\":{\"field\":\"slider_id\",\"type\":\"int(9)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"slide_order\":{\"field\":\"slide_order\",\"type\":\"int(11)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"params\":{\"field\":\"params\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"layers\":{\"field\":\"layers\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"settings\":{\"field\":\"settings\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_revslider_static_slides\":{\"id\":{\"field\":\"id\",\"type\":\"int(9)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"slider_id\":{\"field\":\"slider_id\",\"type\":\"int(9)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"params\":{\"field\":\"params\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"layers\":{\"field\":\"layers\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"settings\":{\"field\":\"settings\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_rjg_gallery\":{\"id\":{\"field\":\"id\",\"type\":\"int(11)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"media_type\":{\"field\":\"media_type\",\"type\":\"varchar(10)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"image_name\":{\"field\":\"image_name\",\"type\":\"varchar(500)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"title\":{\"field\":\"title\",\"type\":\"varchar(500)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"murl\":{\"field\":\"murl\",\"type\":\"varchar(2000)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"open_link_in\":{\"field\":\"open_link_in\",\"type\":\"tinyint(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"vtype\":{\"field\":\"vtype\",\"type\":\"varchar(50)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"vid\":{\"field\":\"vid\",\"type\":\"varchar(300)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"videourl\":{\"field\":\"videourl\",\"type\":\"varchar(1000)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"embed_url\":{\"field\":\"embed_url\",\"type\":\"varchar(300)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"HdnMediaSelection\":{\"field\":\"HdnMediaSelection\",\"type\":\"varchar(300)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"createdon\":{\"field\":\"createdon\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"slider_id\":{\"field\":\"slider_id\",\"type\":\"int(11)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"1\"}},\"wp_sb_image_hover_effects_list\":{\"id\":{\"field\":\"id\",\"type\":\"mediumint(5)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"styleid\":{\"field\":\"styleid\",\"type\":\"mediumint(6)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"stylename\":{\"field\":\"stylename\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"title\":{\"field\":\"title\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"files\":{\"field\":\"files\",\"type\":\"varchar(800)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"buttom_text\":{\"field\":\"buttom_text\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"link\":{\"field\":\"link\",\"type\":\"varchar(800)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"image\":{\"field\":\"image\",\"type\":\"varchar(800)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"hoverimage\":{\"field\":\"hoverimage\",\"type\":\"varchar(800)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"css\":{\"field\":\"css\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_sb_image_hover_effects_style\":{\"id\":{\"field\":\"id\",\"type\":\"mediumint(5)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"name\":{\"field\":\"name\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"style_name\":{\"field\":\"style_name\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"css\":{\"field\":\"css\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_term_relationships\":{\"object_id\":{\"field\":\"object_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"0\"},\"term_taxonomy_id\":{\"field\":\"term_taxonomy_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"0\"},\"term_order\":{\"field\":\"term_order\",\"type\":\"int(11)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"}},\"wp_term_taxonomy\":{\"term_taxonomy_id\":{\"field\":\"term_taxonomy_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"term_id\":{\"field\":\"term_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"taxonomy\":{\"field\":\"taxonomy\",\"type\":\"varchar(32)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"description\":{\"field\":\"description\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"parent\":{\"field\":\"parent\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"count\":{\"field\":\"count\",\"type\":\"bigint(20)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"}},\"wp_termmeta\":{\"meta_id\":{\"field\":\"meta_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"term_id\":{\"field\":\"term_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"meta_key\":{\"field\":\"meta_key\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"meta_value\":{\"field\":\"meta_value\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_terms\":{\"term_id\":{\"field\":\"term_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"name\":{\"field\":\"name\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"slug\":{\"field\":\"slug\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"term_group\":{\"field\":\"term_group\",\"type\":\"bigint(10)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"}},\"wp_usermeta\":{\"umeta_id\":{\"field\":\"umeta_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"user_id\":{\"field\":\"user_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"meta_key\":{\"field\":\"meta_key\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"meta_value\":{\"field\":\"meta_value\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_users\":{\"ID\":{\"field\":\"ID\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"user_login\":{\"field\":\"user_login\",\"type\":\"varchar(60)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"user_pass\":{\"field\":\"user_pass\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"user_nicename\":{\"field\":\"user_nicename\",\"type\":\"varchar(50)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"user_email\":{\"field\":\"user_email\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"user_url\":{\"field\":\"user_url\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"user_registered\":{\"field\":\"user_registered\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"user_activation_key\":{\"field\":\"user_activation_key\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"user_status\":{\"field\":\"user_status\",\"type\":\"int(11)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"display_name\":{\"field\":\"display_name\",\"type\":\"varchar(250)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"}},\"wp_wc_download_log\":{\"download_log_id\":{\"field\":\"download_log_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"timestamp\":{\"field\":\"timestamp\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"permission_id\":{\"field\":\"permission_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"user_id\":{\"field\":\"user_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"user_ip_address\":{\"field\":\"user_ip_address\",\"type\":\"varchar(100)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"}},\"wp_wc_webhooks\":{\"webhook_id\":{\"field\":\"webhook_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"status\":{\"field\":\"status\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"name\":{\"field\":\"name\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"user_id\":{\"field\":\"user_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"delivery_url\":{\"field\":\"delivery_url\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"secret\":{\"field\":\"secret\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"topic\":{\"field\":\"topic\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"date_created\":{\"field\":\"date_created\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"date_created_gmt\":{\"field\":\"date_created_gmt\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"date_modified\":{\"field\":\"date_modified\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"date_modified_gmt\":{\"field\":\"date_modified_gmt\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"api_version\":{\"field\":\"api_version\",\"type\":\"smallint(4)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"failure_count\":{\"field\":\"failure_count\",\"type\":\"smallint(10)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"pending_delivery\":{\"field\":\"pending_delivery\",\"type\":\"tinyint(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"}},\"wp_woocommerce_api_keys\":{\"key_id\":{\"field\":\"key_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"user_id\":{\"field\":\"user_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"description\":{\"field\":\"description\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"permissions\":{\"field\":\"permissions\",\"type\":\"varchar(10)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"consumer_key\":{\"field\":\"consumer_key\",\"type\":\"char(64)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"consumer_secret\":{\"field\":\"consumer_secret\",\"type\":\"char(43)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"nonces\":{\"field\":\"nonces\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"truncated_key\":{\"field\":\"truncated_key\",\"type\":\"char(7)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"last_access\":{\"field\":\"last_access\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_woocommerce_attribute_taxonomies\":{\"attribute_id\":{\"field\":\"attribute_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"attribute_name\":{\"field\":\"attribute_name\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"attribute_label\":{\"field\":\"attribute_label\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"attribute_type\":{\"field\":\"attribute_type\",\"type\":\"varchar(20)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"attribute_orderby\":{\"field\":\"attribute_orderby\",\"type\":\"varchar(20)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"attribute_public\":{\"field\":\"attribute_public\",\"type\":\"int(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"1\"}},\"wp_woocommerce_downloadable_product_permissions\":{\"permission_id\":{\"field\":\"permission_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"download_id\":{\"field\":\"download_id\",\"type\":\"varchar(36)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"product_id\":{\"field\":\"product_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"order_id\":{\"field\":\"order_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"order_key\":{\"field\":\"order_key\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"user_email\":{\"field\":\"user_email\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"user_id\":{\"field\":\"user_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"downloads_remaining\":{\"field\":\"downloads_remaining\",\"type\":\"varchar(9)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"access_granted\":{\"field\":\"access_granted\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0000-00-00 00:00:00\"},\"access_expires\":{\"field\":\"access_expires\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"download_count\":{\"field\":\"download_count\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"}},\"wp_woocommerce_log\":{\"log_id\":{\"field\":\"log_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"timestamp\":{\"field\":\"timestamp\",\"type\":\"datetime\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"level\":{\"field\":\"level\",\"type\":\"smallint(4)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"source\":{\"field\":\"source\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"message\":{\"field\":\"message\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"context\":{\"field\":\"context\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_woocommerce_order_itemmeta\":{\"meta_id\":{\"field\":\"meta_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"order_item_id\":{\"field\":\"order_item_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"meta_key\":{\"field\":\"meta_key\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"meta_value\":{\"field\":\"meta_value\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_woocommerce_order_items\":{\"order_item_id\":{\"field\":\"order_item_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"order_item_name\":{\"field\":\"order_item_name\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"order_item_type\":{\"field\":\"order_item_type\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"order_id\":{\"field\":\"order_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_woocommerce_payment_tokenmeta\":{\"meta_id\":{\"field\":\"meta_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"payment_token_id\":{\"field\":\"payment_token_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"meta_key\":{\"field\":\"meta_key\",\"type\":\"varchar(255)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"meta_value\":{\"field\":\"meta_value\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_woocommerce_payment_tokens\":{\"token_id\":{\"field\":\"token_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"gateway_id\":{\"field\":\"gateway_id\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"token\":{\"field\":\"token\",\"type\":\"text\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"user_id\":{\"field\":\"user_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"type\":{\"field\":\"type\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"is_default\":{\"field\":\"is_default\",\"type\":\"tinyint(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"}},\"wp_woocommerce_sessions\":{\"session_id\":{\"field\":\"session_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"session_key\":{\"field\":\"session_key\",\"type\":\"char(32)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"session_value\":{\"field\":\"session_value\",\"type\":\"longtext\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"session_expiry\":{\"field\":\"session_expiry\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_woocommerce_shipping_zone_locations\":{\"location_id\":{\"field\":\"location_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"zone_id\":{\"field\":\"zone_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"location_code\":{\"field\":\"location_code\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"location_type\":{\"field\":\"location_type\",\"type\":\"varchar(40)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_woocommerce_shipping_zone_methods\":{\"zone_id\":{\"field\":\"zone_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"instance_id\":{\"field\":\"instance_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"method_id\":{\"field\":\"method_id\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"method_order\":{\"field\":\"method_order\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"is_enabled\":{\"field\":\"is_enabled\",\"type\":\"tinyint(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"1\"}},\"wp_woocommerce_shipping_zones\":{\"zone_id\":{\"field\":\"zone_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"zone_name\":{\"field\":\"zone_name\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"zone_order\":{\"field\":\"zone_order\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_woocommerce_tax_rate_locations\":{\"location_id\":{\"field\":\"location_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"location_code\":{\"field\":\"location_code\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"tax_rate_id\":{\"field\":\"tax_rate_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"location_type\":{\"field\":\"location_type\",\"type\":\"varchar(40)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"}},\"wp_woocommerce_tax_rates\":{\"tax_rate_id\":{\"field\":\"tax_rate_id\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":true,\"default\":\"NULL\"},\"tax_rate_country\":{\"field\":\"tax_rate_country\",\"type\":\"varchar(2)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"tax_rate_state\":{\"field\":\"tax_rate_state\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"tax_rate\":{\"field\":\"tax_rate\",\"type\":\"varchar(8)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"tax_rate_name\":{\"field\":\"tax_rate_name\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"},\"tax_rate_priority\":{\"field\":\"tax_rate_priority\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"tax_rate_compound\":{\"field\":\"tax_rate_compound\",\"type\":\"int(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"0\"},\"tax_rate_shipping\":{\"field\":\"tax_rate_shipping\",\"type\":\"int(1)\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"1\"},\"tax_rate_order\":{\"field\":\"tax_rate_order\",\"type\":\"bigint(20) unsigned\",\"int\":true,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"NULL\"},\"tax_rate_class\":{\"field\":\"tax_rate_class\",\"type\":\"varchar(200)\",\"int\":false,\"binary\":false,\"bit\":false,\"prikey\":false,\"default\":\"\"}}},\"zip\":\"31a5addce3dc4c60d68cb2901401f4c1\",\"gzip\":\"1c8f388a98360f4bbe285c72465ce617\"}','no'),(1461,'expdbs_dismissed_suggestions_on','1528297020','yes'),(1505,'filemanager_email_verified_1','yes','yes'),(1692,'_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.7.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.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.7\";s:7:\"version\";s:5:\"4.9.7\";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:1531994758;s:15:\"version_checked\";s:5:\"4.9.7\";s:12:\"translations\";a:0:{}}','no'),(1732,'rs-templates-new','','no'),(1733,'rs-templates','a:2:{s:6:\"slider\";a:218:{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.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:23:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:23:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:23:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:23:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:20:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:20:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:20:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:303:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:23:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:913:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://www.themepunch.com/faq/custom-css-or-javascript-for-version-5-0/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:23:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:23:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:23:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:20:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:426:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/revslider-doc/add-on-typewriter/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:170:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-on-typewriter\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:20:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:326:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:23:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:23:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:23:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:23:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:23:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:23:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:23:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:23:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:23:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:23:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:23:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:23:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:23:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:23:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:23:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:23:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:23:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:23:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:23:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:23:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:568:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:20:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:343:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:20:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:341:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:20:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:23:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;N;}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:20:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:164:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:20:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:468:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:20:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:20:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:463:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:20:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:421:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/revslider-doc/second-steps/#staticlayers\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:20:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:190:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:20:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:20:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.3.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:352:\"[{\"path\":\"revslider-404-addon\\/revslider-404-addon.php\",\"name\":\"404 Page Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"},{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:20:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:20:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/filmstrip-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:191:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:20:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:20:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:20:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:20:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:20:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:150;a:20:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:23:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:23:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:23:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:23:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:23:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:156;a:23:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:157;a:23:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:23:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:23:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:23:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:23:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:23:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:23:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:23:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:23:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:20:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:20:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:20:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:358:\"<span class=\"ttm_content\">How to install <a href=\"https://revolution.themepunch.com/direct-customer-benefits/#addoninstall\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:186:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:20:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:197:\"<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:23:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://www.themepunch.com/revslider-doc/slider-revolution-documentation/\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";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:\"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.2\";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;}i:224;a:20:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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: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:225;a:20:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:226;a:23:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:22:\"Wonderstruck 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:2:\"13\";s:9:\"installed\";b:0;}i:227;a:23:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:22:\"Wonderstruck 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:2:\"13\";s:9:\"installed\";b:0;}i:228;a:23:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:22:\"Wonderstruck 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:2:\"13\";s:9:\"installed\";b:0;}i:229;a:23:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:22:\"Wonderstruck 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:2:\"13\";s:9:\"installed\";b:0;}i:230;a:23:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:22:\"Wonderstruck 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:2:\"13\";s:9:\"installed\";b:0;}i:231;a:23:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:22:\"Wonderstruck 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:2:\"13\";s:9:\"installed\";b:0;}i:232;a:20:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:185:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph 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:233;a:20:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:193:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion 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:234;a:20:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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:198:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers 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:235;a:20:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s: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-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/revolution.themepunch.com\\/direct-customer-benefits\\/#addoninstall\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:223:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}}}','no'),(1787,'_site_transient_timeout_theme_roots','1531996557','no'),(1788,'_site_transient_theme_roots','a:4:{s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"yachtsailing\";s:7:\"/themes\";}','no'),(1790,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1531994770;s:8:\"response\";a:9:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.0.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:26:\"event-calendar-wd/ecwd.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/event-calendar-wd\";s:4:\"slug\";s:17:\"event-calendar-wd\";s:6:\"plugin\";s:26:\"event-calendar-wd/ecwd.php\";s:11:\"new_version\";s:6:\"1.1.18\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/event-calendar-wd/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/event-calendar-wd.1.1.18.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/event-calendar-wd/assets/icon-128x128.png?rev=1523973\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/event-calendar-wd/assets/banner-772x250.jpg?rev=1525898\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:28:\"gallery-images-ape/index.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/gallery-images-ape\";s:4:\"slug\";s:18:\"gallery-images-ape\";s:6:\"plugin\";s:28:\"gallery-images-ape/index.php\";s:11:\"new_version\";s:5:\"1.6.6\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/gallery-images-ape/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/gallery-images-ape.1.6.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/gallery-images-ape/assets/icon-256x256.png?rev=1468073\";s:2:\"1x\";s:71:\"https://ps.w.org/gallery-images-ape/assets/icon-128x128.png?rev=1468073\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/gallery-images-ape/assets/banner-1544x500.jpg?rev=1468073\";s:2:\"1x\";s:73:\"https://ps.w.org/gallery-images-ape/assets/banner-772x250.jpg?rev=1468073\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:38:\"image-hover-effects-ultimate/index.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:42:\"w.org/plugins/image-hover-effects-ultimate\";s:4:\"slug\";s:28:\"image-hover-effects-ultimate\";s:6:\"plugin\";s:38:\"image-hover-effects-ultimate/index.php\";s:11:\"new_version\";s:3:\"8.3\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/image-hover-effects-ultimate/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/image-hover-effects-ultimate.8.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/image-hover-effects-ultimate/assets/icon-128x128.png?rev=1696906\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/image-hover-effects-ultimate/assets/banner-772x250.png?rev=1696906\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:54:\"<p>Update font Awesome\nAdd image Rearrange Options</p>\";s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:5:\"4.2.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.7\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.4.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=1440831\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=1440831\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=1629184\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=1629184\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=1846029\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=1846030\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":5:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:5:\"5.5.2\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:35:\"add-from-server/add-from-server.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/add-from-server\";s:4:\"slug\";s:15:\"add-from-server\";s:6:\"plugin\";s:35:\"add-from-server/add-from-server.php\";s:11:\"new_version\";s:5:\"3.3.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/add-from-server/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/add-from-server.3.3.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/add-from-server.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:47:\"export-database-littlebizzy/export-database.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/export-database-littlebizzy\";s:4:\"slug\";s:27:\"export-database-littlebizzy\";s:6:\"plugin\";s:47:\"export-database-littlebizzy/export-database.php\";s:11:\"new_version\";s:5:\"1.0.8\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/export-database-littlebizzy/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/export-database-littlebizzy.1.0.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/export-database-littlebizzy/assets/icon-256x256.png?rev=1901917\";s:2:\"1x\";s:80:\"https://ps.w.org/export-database-littlebizzy/assets/icon-256x256.png?rev=1901917\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:22:\"opt-in-hound/index.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/opt-in-hound\";s:4:\"slug\";s:12:\"opt-in-hound\";s:6:\"plugin\";s:22:\"opt-in-hound/index.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/opt-in-hound/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/opt-in-hound.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/opt-in-hound/assets/icon-256x256.png?rev=1651958\";s:2:\"1x\";s:65:\"https://ps.w.org/opt-in-hound/assets/icon-128x128.png?rev=1651958\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/opt-in-hound/assets/banner-772x250.png?rev=1718713\";}s:11:\"banners_rtl\";a:0:{}}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/redux-framework\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:5:\"3.6.9\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/redux-framework.3.6.9.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/redux-framework/assets/icon-256x256.png?rev=995554\";s:2:\"1x\";s:59:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=995554\";s:3:\"svg\";s:59:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=995554\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/redux-framework/assets/banner-772x250.png?rev=793165\";}s:11:\"banners_rtl\";a:0:{}}s:37:\"w3-total-cache.old/w3-total-cache.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:37:\"w3-total-cache.old/w3-total-cache.php\";s:11:\"new_version\";s:5:\"0.9.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}}}}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1013 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (6,6,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7,6,'_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\"]'),(8,6,'_mail','a:8:{s:7:\"subject\";s:26:\"wordpress \"[your-subject]\"\";s:6:\"sender\";s:36:\"[your-name] <lee@carolinamarina.com>\";s:4:\"body\";s:183:\"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 wordpress (http://carolinamarina.com/wordpress)\";s:9:\"recipient\";s:22:\"lee@carolinamarina.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;}'),(9,6,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:26:\"wordpress \"[your-subject]\"\";s:6:\"sender\";s:34:\"wordpress <lee@carolinamarina.com>\";s:4:\"body\";s:125:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on wordpress (http://carolinamarina.com/wordpress)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:32:\"Reply-To: lee@carolinamarina.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(10,6,'_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.\";}'),(11,6,'_additional_settings',NULL),(12,6,'_locale','en_US'),(15,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(16,8,'_edit_last','1'),(17,8,'_edit_lock','1527781043:1'),(18,8,'_wp_page_template','page-templates/template-home.php'),(19,8,'slide_template','default'),(20,8,'_wpb_vc_js_status','true'),(21,8,'_cmb_header_type','header_third'),(22,8,'_cmb_page_layout','page_fullwidth'),(33,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(34,12,'_edit_last','1'),(35,12,'_wp_page_template','default'),(36,12,'slide_template','default'),(37,12,'_wpb_vc_js_status','true'),(38,12,'_cmb_header_type','header_inner'),(39,12,'_cmb_page_layout','page_boxed'),(40,12,'_edit_lock','1528298122:1'),(41,14,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(42,14,'_menu_item_type','custom'),(43,14,'_menu_item_menu_item_parent','0'),(44,14,'_menu_item_object_id','14'),(45,14,'_menu_item_object','custom'),(46,14,'_menu_item_target',''),(47,14,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(48,14,'_menu_item_xfn',''),(49,14,'_menu_item_url','http://carolinamarina.com/wordpress/'),(50,14,'_menu_item_orphaned','1526524356'),(51,15,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(52,15,'_menu_item_type','post_type'),(53,15,'_menu_item_menu_item_parent','0'),(54,15,'_menu_item_object_id','8'),(55,15,'_menu_item_object','page'),(56,15,'_menu_item_target',''),(57,15,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(58,15,'_menu_item_xfn',''),(59,15,'_menu_item_url',''),(61,16,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(62,16,'_menu_item_type','post_type'),(63,16,'_menu_item_menu_item_parent','0'),(64,16,'_menu_item_object_id','12'),(65,16,'_menu_item_object','page'),(66,16,'_menu_item_target',''),(67,16,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(68,16,'_menu_item_xfn',''),(69,16,'_menu_item_url',''),(70,16,'_menu_item_orphaned','1526524356'),(91,19,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(92,19,'_menu_item_type','post_type'),(93,19,'_menu_item_menu_item_parent','0'),(94,19,'_menu_item_object_id','12'),(95,19,'_menu_item_object','page'),(96,19,'_menu_item_target',''),(97,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(98,19,'_menu_item_xfn',''),(99,19,'_menu_item_url',''),(154,35,'_wp_attached_file','2018/06/interior-image-bar-1920x500.jpg'),(155,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2018/06/interior-image-bar-1920x500.jpg\";s:5:\"sizes\";a:24:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-600x156.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-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:\"interior-image-bar-1920x500-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:39:\"interior-image-bar-1920x500-768x200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"interior-image-bar-1920x500-1024x267.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-653x500.jpg\";s:5:\"width\";i:653;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:37:\"interior-image-bar-1920x500-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-575x250.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-850x450.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-370x400.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-850x350.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-470x270.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:37:\"interior-image-bar-1920x500-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-650x500.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:39:\"interior-image-bar-1920x500-259x259.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:59:\"Mooring rope and bollard on sea water and yachts background\";s:17:\"created_timestamp\";s:10:\"1471980492\";s:9:\"copyright\";s:11:\"IUshakovsky\";s:12:\"focal_length\";s:2:\"84\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:36:\"Mooring rope on sea water background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:6:\"Travel\";i:1;s:12:\"Knotted Wood\";i:2;s:7:\"Bollard\";i:3;s:20:\"Anchor - Vessel Part\";i:4;s:6:\"Moored\";i:5;s:4:\"Blue\";i:6;s:5:\"Metal\";i:7;s:7:\"Striped\";i:8;s:7:\"Sailing\";i:9;s:3:\"Sea\";i:10;s:5:\"Water\";i:11;s:4:\"Pier\";i:12;s:15:\"Commercial Dock\";i:13;s:6:\"Harbor\";i:14;s:4:\"Rope\";i:15;s:15:\"Nautical Vessel\";i:16;s:5:\"Yacht\";i:17;s:4:\"Ship\";}}}'),(161,38,'_wp_attached_file','2018/05/carolina-marina-logo.png'),(162,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:128;s:4:\"file\";s:32:\"2018/05/carolina-marina-logo.png\";s:5:\"sizes\";a:6:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"carolina-marina-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"carolina-marina-logo-150x128.png\";s:5:\"width\";i:150;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:30:\"carolina-marina-logo-72x72.png\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:32:\"carolina-marina-logo-153x128.png\";s:5:\"width\";i:153;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:30:\"carolina-marina-logo-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:32:\"carolina-marina-logo-123x123.png\";s:5:\"width\";i:123;s:6:\"height\";i:123;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:{}}}'),(163,39,'_wp_attached_file','2018/05/carolina-marina-logo-rgb_150.png'),(164,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:125;s:6:\"height\";i:64;s:4:\"file\";s:40:\"2018/05/carolina-marina-logo-rgb_150.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"carolina-marina-logo-rgb_150-100x64.png\";s:5:\"width\";i:100;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:38:\"carolina-marina-logo-rgb_150-72x64.png\";s:5:\"width\";i:72;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:38:\"carolina-marina-logo-rgb_150-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:39:\"carolina-marina-logo-rgb_150-123x64.png\";s:5:\"width\";i:123;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(166,41,'_tribe_modified_fields','a:22:{s:17:\"_vc_post_settings\";i:1526598265;s:12:\"_EventOrigin\";i:1526598265;s:10:\"_edit_last\";i:1526598302;s:10:\"post_title\";i:1526598303;s:11:\"post_status\";i:1526598366;s:14:\"slide_template\";i:1526598365;s:12:\"post_content\";i:1526598366;s:17:\"_EventShowMapLink\";i:1526598366;s:13:\"_EventShowMap\";i:1526598366;s:13:\"_EventVenueID\";i:1526598366;s:23:\"_EventOrganizerID_Order\";i:1526598366;s:15:\"_EventStartDate\";i:1526598366;s:13:\"_EventEndDate\";i:1526598366;s:18:\"_EventStartDateUTC\";i:1526598366;s:16:\"_EventEndDateUTC\";i:1526598366;s:14:\"_EventDuration\";i:1526598366;s:20:\"_EventCurrencySymbol\";i:1526598366;s:22:\"_EventCurrencyPosition\";i:1526598366;s:10:\"_EventCost\";i:1526598366;s:9:\"_EventURL\";i:1526598366;s:14:\"_EventTimezone\";i:1526598366;s:18:\"_EventTimezoneAbbr\";i:1526598366;}'),(167,41,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(168,41,'_EventOrigin','events-calendar'),(169,41,'_edit_last','1'),(170,41,'_edit_lock','1526598369:1'),(171,41,'slide_template','default'),(172,42,'_EventShowMapLink','1'),(173,42,'_EventShowMap','1'),(174,42,'_EventStartDate','2018-05-26 08:00:00'),(175,42,'_EventEndDate','2018-05-26 17:00:00'),(176,42,'_EventStartDateUTC','2018-05-26 08:00:00'),(177,42,'_EventEndDateUTC','2018-05-26 17:00:00'),(178,42,'_EventDuration','32400'),(179,42,'_EventCurrencySymbol',''),(180,42,'_EventCurrencyPosition','prefix'),(181,42,'_EventCost',''),(182,42,'_EventURL',''),(183,42,'_EventTimezone','UTC+0'),(184,42,'_EventTimezoneAbbr','UTC+0'),(185,41,'_EventShowMapLink','1'),(186,41,'_EventShowMap','1'),(187,43,'_tribe_modified_fields','a:17:{s:17:\"_vc_post_settings\";i:1526598366;s:12:\"_VenueOrigin\";i:1526598366;s:17:\"_EventShowMapLink\";i:1526598366;s:13:\"_EventShowMap\";i:1526598366;s:17:\"_VenueShowMapLink\";i:1526598366;s:13:\"_VenueShowMap\";i:1526598366;s:13:\"_VenueAddress\";i:1526598366;s:10:\"_VenueCity\";i:1526598366;s:13:\"_VenueCountry\";i:1526598366;s:14:\"_VenueProvince\";i:1526598366;s:11:\"_VenueState\";i:1526598366;s:9:\"_VenueZip\";i:1526598366;s:11:\"_VenuePhone\";i:1526598366;s:9:\"_VenueURL\";i:1526598366;s:18:\"_VenueEventShowMap\";i:1526598366;s:22:\"_VenueEventShowMapLink\";i:1526598366;s:19:\"_VenueStateProvince\";i:1526598366;}'),(188,43,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(189,43,'_VenueOrigin','events-calendar'),(190,43,'_EventShowMapLink','1'),(191,43,'_EventShowMap','1'),(192,43,'_VenueShowMapLink','1'),(193,43,'_VenueShowMap','1'),(194,43,'_VenueAddress',''),(195,43,'_VenueCity','Stokesdale'),(196,43,'_VenueCountry','United States'),(197,43,'_VenueProvince','NC'),(198,43,'_VenueState',''),(199,43,'_VenueZip',''),(200,43,'_VenuePhone','333.333.3333'),(201,43,'_VenueURL',''),(202,43,'_VenueEventShowMap','1'),(203,43,'_VenueEventShowMapLink','1'),(204,43,'_VenueStateProvince','NC'),(205,41,'_EventVenueID','43'),(206,41,'_EventOrganizerID_Order','a:1:{i:0;s:1:\"0\";}'),(207,41,'_EventStartDate','2018-05-26 08:00:00'),(208,41,'_EventEndDate','2018-05-26 17:00:00'),(209,41,'_EventStartDateUTC','2018-05-26 08:00:00'),(210,41,'_EventEndDateUTC','2018-05-26 17:00:00'),(211,41,'_EventDuration','32400'),(212,41,'_EventCurrencySymbol',''),(213,41,'_EventCurrencyPosition','prefix'),(214,41,'_EventCost',''),(215,41,'_EventURL',''),(216,41,'_EventTimezone','UTC+0'),(217,41,'_EventTimezoneAbbr','UTC+0'),(219,46,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(220,46,'_edit_last','1'),(221,46,'_edit_lock','1528297952:1'),(222,46,'_wp_page_template','default'),(223,46,'slide_template','default'),(224,47,'_wpb_vc_js_status','false'),(225,47,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(226,47,'_menu_item_type','post_type'),(227,47,'_menu_item_menu_item_parent','0'),(228,47,'_menu_item_object_id','46'),(229,47,'_menu_item_object','page'),(230,47,'_menu_item_target',''),(231,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(232,47,'_menu_item_xfn',''),(233,47,'_menu_item_url',''),(234,46,'_wpb_vc_js_status','true'),(235,46,'_cmb_header_type','header_inner'),(236,46,'_cmb_page_layout','page_boxed'),(237,49,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(238,49,'_edit_last','1'),(239,49,'_edit_lock','1528298430:1'),(240,49,'_wp_page_template','default'),(241,49,'slide_template','default'),(242,50,'_wpb_vc_js_status','false'),(243,50,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(244,50,'_menu_item_type','post_type'),(245,50,'_menu_item_menu_item_parent','0'),(246,50,'_menu_item_object_id','49'),(247,50,'_menu_item_object','page'),(248,50,'_menu_item_target',''),(249,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(250,50,'_menu_item_xfn',''),(251,50,'_menu_item_url',''),(252,49,'_wpb_vc_js_status','false'),(253,49,'_cmb_header_type','header_inner'),(254,49,'_cmb_page_layout','page_boxed'),(255,52,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(256,52,'_edit_last','1'),(257,52,'_edit_lock','1528298372:1'),(258,52,'_wp_page_template','default'),(259,52,'slide_template','default'),(260,53,'_wpb_vc_js_status','false'),(261,53,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(262,53,'_menu_item_type','post_type'),(263,53,'_menu_item_menu_item_parent','0'),(264,53,'_menu_item_object_id','52'),(265,53,'_menu_item_object','page'),(266,53,'_menu_item_target',''),(267,53,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(268,53,'_menu_item_xfn',''),(269,53,'_menu_item_url',''),(270,52,'_wpb_vc_js_status','true'),(271,52,'_cmb_header_type','header_inner'),(272,52,'_cmb_page_layout','page_boxed'),(273,55,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(274,55,'_edit_last','1'),(275,55,'_edit_lock','1528297958:1'),(276,55,'_wp_page_template','default'),(277,55,'slide_template','default'),(278,56,'_wpb_vc_js_status','false'),(279,56,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(280,56,'_menu_item_type','post_type'),(281,56,'_menu_item_menu_item_parent','0'),(282,56,'_menu_item_object_id','55'),(283,56,'_menu_item_object','page'),(284,56,'_menu_item_target',''),(285,56,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(286,56,'_menu_item_xfn',''),(287,56,'_menu_item_url',''),(288,55,'_wpb_vc_js_status','true'),(289,55,'_cmb_header_type','header_inner'),(290,55,'_cmb_page_layout','page_boxed'),(291,58,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(292,58,'_edit_last','1'),(293,58,'_edit_lock','1528298125:1'),(294,58,'_wp_page_template','default'),(295,58,'slide_template','default'),(306,58,'_wpb_vc_js_status','true'),(307,58,'_cmb_header_type','header_inner'),(308,58,'_cmb_page_layout','page_boxed'),(309,8,'_wpb_shortcodes_custom_css','.vc_custom_1526912076727{margin-right: 60px !important;margin-left: 60px !important;}.vc_custom_1526912089863{margin-left: 0px !important;}.vc_custom_1526667602004{margin-right: 80px !important;margin-left: 80px !important;}'),(311,8,'_cmb_header-slider_image_video','slider'),(312,12,'_wpb_shortcodes_custom_css','.vc_custom_1528297182521{margin-right: 40px !important;margin-left: 40px !important;}'),(313,71,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(314,71,'_edit_last','1'),(315,71,'_edit_lock','1528298187:1'),(316,71,'_wp_page_template','default'),(317,71,'slide_template','default'),(318,72,'_wpb_vc_js_status','true'),(319,72,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(320,72,'_menu_item_type','post_type'),(321,72,'_menu_item_menu_item_parent','19'),(322,72,'_menu_item_object_id','71'),(323,72,'_menu_item_object','page'),(324,72,'_menu_item_target',''),(325,72,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(326,72,'_menu_item_xfn',''),(327,72,'_menu_item_url',''),(328,71,'_wpb_vc_js_status','true'),(329,71,'_wpb_shortcodes_custom_css','.vc_custom_1528298184199{margin-right: 40px !important;margin-left: 40px !important;}'),(330,71,'_cmb_header_type','header_inner'),(331,71,'_cmb_page_layout','page_fullwidth'),(350,77,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(351,77,'ecwd_added_shortcode','1'),(352,77,'_edit_lock','1526679832:1'),(353,77,'_edit_last','1'),(354,77,'ecwd_calendar_theme','calendar'),(355,77,'slide_template','default'),(401,92,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(402,92,'_edit_last','1'),(403,92,'_edit_lock','1528298491:1'),(404,92,'_wp_page_template','default'),(405,92,'slide_template','default'),(406,93,'_wpb_vc_js_status','false'),(407,93,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(408,93,'_menu_item_type','post_type'),(409,93,'_menu_item_menu_item_parent','0'),(410,93,'_menu_item_object_id','92'),(411,93,'_menu_item_object','page'),(412,93,'_menu_item_target',''),(413,93,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(414,93,'_menu_item_xfn',''),(415,93,'_menu_item_url',''),(416,92,'_wpb_vc_js_status','false'),(417,92,'_cmb_header_type','header_inner'),(418,92,'_cmb_page_layout','page_fullwidth'),(420,96,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(421,96,'_edit_last','1'),(422,96,'_edit_lock','1528298472:1'),(423,96,'_wp_page_template','default'),(424,96,'slide_template','default'),(425,97,'_wpb_vc_js_status','false'),(426,97,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(427,97,'_menu_item_type','post_type'),(428,97,'_menu_item_menu_item_parent','47'),(429,97,'_menu_item_object_id','96'),(430,97,'_menu_item_object','page'),(431,97,'_menu_item_target',''),(432,97,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(433,97,'_menu_item_xfn',''),(434,97,'_menu_item_url',''),(435,96,'_wpb_vc_js_status','true'),(436,96,'_cmb_header_type','header_inner'),(437,96,'_cmb_page_layout','page_fullwidth'),(438,99,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(439,99,'_edit_last','1'),(440,99,'_wp_page_template','default'),(441,99,'slide_template','default'),(442,100,'_wpb_vc_js_status','false'),(443,100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(444,100,'_menu_item_type','post_type'),(445,100,'_menu_item_menu_item_parent','47'),(446,100,'_menu_item_object_id','99'),(447,100,'_menu_item_object','page'),(448,100,'_menu_item_target',''),(449,100,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(450,100,'_menu_item_xfn',''),(451,100,'_menu_item_url',''),(452,99,'_wpb_vc_js_status','true'),(453,99,'_cmb_header_type','header_inner'),(454,99,'_cmb_page_layout','page_fullwidth'),(455,99,'_edit_lock','1528298451:1'),(456,102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(457,102,'_edit_last','1'),(458,102,'_wp_page_template','default'),(459,102,'slide_template','default'),(460,103,'_wpb_vc_js_status','false'),(461,103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(462,103,'_menu_item_type','post_type'),(463,103,'_menu_item_menu_item_parent','47'),(464,103,'_menu_item_object_id','102'),(465,103,'_menu_item_object','page'),(466,103,'_menu_item_target',''),(467,103,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(468,103,'_menu_item_xfn',''),(469,103,'_menu_item_url',''),(470,102,'_wpb_vc_js_status','true'),(471,102,'_cmb_header_type','header_inner'),(472,102,'_cmb_page_layout','page_fullwidth'),(473,102,'_edit_lock','1528298048:1'),(474,107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(475,107,'_edit_last','1'),(476,107,'_wp_page_template','default'),(477,107,'slide_template','default'),(478,108,'_wpb_vc_js_status','false'),(479,108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(480,108,'_menu_item_type','post_type'),(481,108,'_menu_item_menu_item_parent','47'),(482,108,'_menu_item_object_id','107'),(483,108,'_menu_item_object','page'),(484,108,'_menu_item_target',''),(485,108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(486,108,'_menu_item_xfn',''),(487,108,'_menu_item_url',''),(488,107,'_wpb_vc_js_status','true'),(489,107,'_cmb_header_type','header_inner'),(490,107,'_cmb_page_layout','page_fullwidth'),(491,107,'_edit_lock','1528298928:1'),(492,111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(493,111,'_edit_last','1'),(494,111,'_wp_page_template','default'),(495,111,'slide_template','default'),(496,112,'_wpb_vc_js_status','false'),(497,112,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(498,112,'_menu_item_type','post_type'),(499,112,'_menu_item_menu_item_parent','47'),(500,112,'_menu_item_object_id','111'),(501,112,'_menu_item_object','page'),(502,112,'_menu_item_target',''),(503,112,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(504,112,'_menu_item_xfn',''),(505,112,'_menu_item_url',''),(506,111,'_wpb_vc_js_status','true'),(507,111,'_cmb_header_type','header_inner'),(508,111,'_cmb_page_layout','page_fullwidth'),(509,111,'_edit_lock','1528298150:1'),(510,114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(511,114,'_edit_last','1'),(512,114,'_wp_page_template','default'),(513,114,'slide_template','default'),(514,115,'_wpb_vc_js_status','false'),(515,115,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(516,115,'_menu_item_type','post_type'),(517,115,'_menu_item_menu_item_parent','47'),(518,115,'_menu_item_object_id','114'),(519,115,'_menu_item_object','page'),(520,115,'_menu_item_target',''),(521,115,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(522,115,'_menu_item_xfn',''),(523,115,'_menu_item_url',''),(524,114,'_wpb_vc_js_status','true'),(525,114,'_cmb_header_type','header_inner'),(526,114,'_cmb_page_layout','page_fullwidth'),(527,114,'_edit_lock','1528298107:1'),(528,117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(529,117,'_edit_last','1'),(530,117,'slide_template','default'),(531,117,'_edit_lock','1526910176:1'),(532,117,'_cmb_destination_image_id','26'),(533,117,'_cmb_destination_image','/Users/michaelfoster/Desktop/Marina_imagery/home-highlight-boxes-amenities.jpg'),(534,118,'_wp_attached_file','2018/05/amen_home.jpg'),(535,118,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:21:\"2018/05/amen_home.jpg\";s:5:\"sizes\";a:7:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"amen_home-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"amen_home-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:19:\"amen_home-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:21:\"amen_home-250x250.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:21:\"amen_home-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:19:\"amen_home-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:21:\"amen_home-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;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:{}}}'),(552,132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(553,132,'_edit_last','1'),(554,132,'_edit_lock','1528297937:1'),(555,133,'_wp_attached_file','2018/05/10781.jpg'),(556,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:381;s:6:\"height\";i:243;s:4:\"file\";s:17:\"2018/05/10781.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"10781-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"10781-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:17:\"10781-370x243.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:17:\"10781-270x243.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:17:\"10781-270x243.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:17:\"10781-324x243.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:15:\"10781-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:17:\"10781-370x243.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:17:\"10781-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:15:\"10781-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:17:\"10781-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:17:\"10781-259x243.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"10781-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"10781-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"10781-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"10781-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(557,132,'_wp_page_template','default'),(558,132,'slide_template','default'),(559,132,'_wpb_vc_js_status','true'),(560,132,'_cmb_header_type','header_inner'),(561,132,'_cmb_page_layout','page_fullwidth'),(562,135,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(563,135,'_edit_last','1'),(564,135,'_edit_lock','1528298918:1'),(565,136,'_wp_attached_file','2018/05/3701.jpg'),(566,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:441;s:6:\"height\";i:192;s:4:\"file\";s:16:\"2018/05/3701.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3701-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:16:\"3701-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:16:\"3701-370x192.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:16:\"3701-270x192.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:16:\"3701-270x192.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:16:\"3701-324x192.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:14:\"3701-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:16:\"3701-370x192.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:16:\"3701-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:14:\"3701-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:16:\"3701-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:16:\"3701-259x192.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"3701-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"3701-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:16:\"3701-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"3701-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"C3000Z\";s:7:\"caption\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:17:\"created_timestamp\";s:10:\"1074810359\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(567,137,'_wp_attached_file','2018/05/3691.jpg'),(568,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:441;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2018/05/3691.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3691-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:16:\"3691-300x136.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:16:\"3691-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:16:\"3691-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:16:\"3691-270x200.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:16:\"3691-324x200.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:14:\"3691-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:16:\"3691-370x200.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:16:\"3691-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:14:\"3691-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:16:\"3691-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:16:\"3691-259x200.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"3691-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"3691-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:16:\"3691-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"3691-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1189514722\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(569,135,'_wp_page_template','default'),(570,135,'slide_template','default'),(571,135,'_wpb_vc_js_status','true'),(572,135,'_cmb_header_type','header_inner'),(573,135,'_cmb_page_layout','page_fullwidth'),(574,140,'_wp_attached_file','2018/05/3711.jpg'),(575,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:441;s:6:\"height\";i:201;s:4:\"file\";s:16:\"2018/05/3711.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3711-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:16:\"3711-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:16:\"3711-370x201.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:16:\"3711-270x201.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:16:\"3711-270x201.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:16:\"3711-324x201.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:14:\"3711-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:16:\"3711-370x201.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:16:\"3711-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:14:\"3711-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:16:\"3711-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:16:\"3711-259x201.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"3711-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"3711-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:16:\"3711-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"3711-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:40:\"KODAK EASYSHARE V803 ZOOM DIGITAL CAMERA\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1210708835\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"10.3\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(579,143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(580,143,'_edit_last','1'),(581,143,'_edit_lock','1528298485:1'),(582,144,'_wp_attached_file','2018/05/3731.jpg'),(583,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:441;s:6:\"height\";i:188;s:4:\"file\";s:16:\"2018/05/3731.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3731-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:16:\"3731-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:16:\"3731-370x188.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:16:\"3731-270x188.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:16:\"3731-270x188.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:16:\"3731-324x188.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:14:\"3731-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:16:\"3731-370x188.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:16:\"3731-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:14:\"3731-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:16:\"3731-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:16:\"3731-259x188.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"3731-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"3731-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:16:\"3731-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"3731-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"DSC-R1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1189518610\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"14.5\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(584,145,'_wp_attached_file','2018/05/3741.jpg'),(585,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:441;s:6:\"height\";i:249;s:4:\"file\";s:16:\"2018/05/3741.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3741-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:16:\"3741-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:16:\"3741-370x249.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:16:\"3741-270x249.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:16:\"3741-270x249.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:16:\"3741-324x249.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:14:\"3741-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:16:\"3741-370x249.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:16:\"3741-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:14:\"3741-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:16:\"3741-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:16:\"3741-259x249.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"3741-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"3741-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:16:\"3741-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"3741-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1236497721\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(586,143,'_wp_page_template','default'),(587,143,'slide_template','default'),(588,143,'_wpb_vc_js_status','true'),(589,143,'_cmb_header_type','header_inner'),(590,143,'_cmb_page_layout','page_fullwidth'),(591,147,'_wp_attached_file','2018/05/377.jpg'),(592,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:152;s:6:\"height\";i:115;s:4:\"file\";s:15:\"2018/05/377.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"377-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:13:\"377-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:13:\"377-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:15:\"377-123x115.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"377-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"377-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"Pixi\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1310736529\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.66\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(593,150,'_wp_attached_file','2018/05/home-highlight-boxes-marina-265x265.jpg'),(594,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:265;s:6:\"height\";i:265;s:4:\"file\";s:47:\"2018/05/home-highlight-boxes-marina-265x265.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"home-highlight-boxes-marina-265x265-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:45:\"home-highlight-boxes-marina-265x265-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:47:\"home-highlight-boxes-marina-265x265-265x250.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:47:\"home-highlight-boxes-marina-265x265-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:45:\"home-highlight-boxes-marina-265x265-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:47:\"home-highlight-boxes-marina-265x265-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:47:\"home-highlight-boxes-marina-265x265-259x259.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:47:\"home-highlight-boxes-marina-265x265-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"home-highlight-boxes-marina-265x265-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(595,151,'_wp_attached_file','2018/05/home-highlight-boxes-stayandplay-265x265.jpg'),(596,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:265;s:6:\"height\";i:265;s:4:\"file\";s:52:\"2018/05/home-highlight-boxes-stayandplay-265x265.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"home-highlight-boxes-stayandplay-265x265-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:50:\"home-highlight-boxes-stayandplay-265x265-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:52:\"home-highlight-boxes-stayandplay-265x265-265x250.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:52:\"home-highlight-boxes-stayandplay-265x265-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:50:\"home-highlight-boxes-stayandplay-265x265-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:52:\"home-highlight-boxes-stayandplay-265x265-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:52:\"home-highlight-boxes-stayandplay-265x265-259x259.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"home-highlight-boxes-stayandplay-265x265-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"home-highlight-boxes-stayandplay-265x265-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(597,152,'_wp_attached_file','2018/05/home-highlight-boxes-amenities-265x265.jpg'),(598,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:265;s:6:\"height\";i:265;s:4:\"file\";s:50:\"2018/05/home-highlight-boxes-amenities-265x265.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"home-highlight-boxes-amenities-265x265-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:48:\"home-highlight-boxes-amenities-265x265-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:50:\"home-highlight-boxes-amenities-265x265-265x250.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:50:\"home-highlight-boxes-amenities-265x265-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:48:\"home-highlight-boxes-amenities-265x265-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:50:\"home-highlight-boxes-amenities-265x265-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:50:\"home-highlight-boxes-amenities-265x265-259x259.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"home-highlight-boxes-amenities-265x265-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"home-highlight-boxes-amenities-265x265-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(599,153,'_wp_attached_file','2018/05/home-highlight-boxes-lakevillas-265x265.jpg'),(600,153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:265;s:6:\"height\";i:265;s:4:\"file\";s:51:\"2018/05/home-highlight-boxes-lakevillas-265x265.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"home-highlight-boxes-lakevillas-265x265-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:49:\"home-highlight-boxes-lakevillas-265x265-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:51:\"home-highlight-boxes-lakevillas-265x265-265x250.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:51:\"home-highlight-boxes-lakevillas-265x265-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:49:\"home-highlight-boxes-lakevillas-265x265-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:51:\"home-highlight-boxes-lakevillas-265x265-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:51:\"home-highlight-boxes-lakevillas-265x265-259x259.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:51:\"home-highlight-boxes-lakevillas-265x265-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"home-highlight-boxes-lakevillas-265x265-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(601,154,'_wp_attached_file','2018/05/lakevillas_preview.jpeg'),(602,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:397;s:4:\"file\";s:31:\"2018/05/lakevillas_preview.jpeg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-150x150.jpeg\";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:\"lakevillas_preview-300x215.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:29:\"lakevillas_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-555x250.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-370x397.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-555x350.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:29:\"lakevillas_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"lakevillas_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"lakevillas_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"lakevillas_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(603,155,'_wp_attached_file','2018/05/maintenance-grounds_preview.jpeg'),(604,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:397;s:4:\"file\";s:40:\"2018/05/maintenance-grounds_preview.jpeg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-150x150.jpeg\";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:40:\"maintenance-grounds_preview-300x215.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:38:\"maintenance-grounds_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-555x250.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-370x397.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-555x350.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:38:\"maintenance-grounds_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"maintenance-grounds_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:40:\"maintenance-grounds_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"maintenance-grounds_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(605,156,'_wp_attached_file','2018/05/marinastore_preview.jpeg'),(606,156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:397;s:4:\"file\";s:32:\"2018/05/marinastore_preview.jpeg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-300x215.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:30:\"marinastore_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-555x250.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-370x397.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-555x350.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:30:\"marinastore_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"marinastore_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"marinastore_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"marinastore_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(607,157,'_wp_attached_file','2018/05/pearlkitchen_preview.jpeg'),(608,157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:397;s:4:\"file\";s:33:\"2018/05/pearlkitchen_preview.jpeg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-150x150.jpeg\";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:\"pearlkitchen_preview-300x215.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:31:\"pearlkitchen_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-555x250.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-370x397.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-555x350.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:31:\"pearlkitchen_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"pearlkitchen_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"pearlkitchen_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"pearlkitchen_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(609,158,'_wp_attached_file','2018/05/servicedepartment_preview.jpeg'),(610,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:397;s:4:\"file\";s:38:\"2018/05/servicedepartment_preview.jpeg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-150x150.jpeg\";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:\"servicedepartment_preview-300x215.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:36:\"servicedepartment_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-555x250.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-370x397.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-555x350.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:36:\"servicedepartment_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"servicedepartment_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"servicedepartment_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"servicedepartment_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(611,159,'_wp_attached_file','2018/05/wetslips_preview.jpeg'),(612,159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:397;s:4:\"file\";s:29:\"2018/05/wetslips_preview.jpeg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-150x150.jpeg\";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:\"wetslips_preview-300x215.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:27:\"wetslips_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-555x250.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-370x397.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-555x350.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:27:\"wetslips_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"wetslips_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"wetslips_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"wetslips_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(613,160,'_wp_attached_file','2018/05/boatsales_preview.jpeg'),(614,160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:397;s:4:\"file\";s:30:\"2018/05/boatsales_preview.jpeg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-150x150.jpeg\";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:\"boatsales_preview-300x215.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:28:\"boatsales_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-555x250.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-370x397.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-555x350.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:28:\"boatsales_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"boatsales_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"boatsales_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"boatsales_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(615,161,'_wp_attached_file','2018/05/drystack_preview.jpeg'),(616,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:397;s:4:\"file\";s:29:\"2018/05/drystack_preview.jpeg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"drystack_preview-150x150.jpeg\";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:\"drystack_preview-300x215.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:29:\"drystack_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:29:\"drystack_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:29:\"drystack_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:29:\"drystack_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:29:\"drystack_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:27:\"drystack_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:29:\"drystack_preview-555x250.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:29:\"drystack_preview-370x397.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:29:\"drystack_preview-555x350.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:29:\"drystack_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:29:\"drystack_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:27:\"drystack_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:29:\"drystack_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:29:\"drystack_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"drystack_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"drystack_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"drystack_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"drystack_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(617,162,'_wp_attached_file','2018/05/lakefrontcottage_preview.jpeg'),(618,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:555;s:6:\"height\";i:397;s:4:\"file\";s:37:\"2018/05/lakefrontcottage_preview.jpeg\";s:5:\"sizes\";a:20:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-150x150.jpeg\";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:37:\"lakefrontcottage_preview-300x215.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:35:\"lakefrontcottage_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-555x250.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-370x397.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-555x350.jpeg\";s:5:\"width\";i:555;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:35:\"lakefrontcottage_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"lakefrontcottage_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"lakefrontcottage_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"lakefrontcottage_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(619,163,'_wp_attached_file','2018/05/lakeside-01_preview.jpeg'),(620,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:636;s:4:\"file\";s:32:\"2018/05/lakeside-01_preview.jpeg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-768x429.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"lakeside-01_preview-1024x572.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-653x602.jpeg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:30:\"lakeside-01_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-575x250.jpeg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-850x450.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-370x400.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-850x350.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:30:\"lakeside-01_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-650x636.jpeg\";s:5:\"width\";i:650;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"lakeside-01_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"lakeside-01_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-01_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(621,164,'_wp_attached_file','2018/05/lakeside-02_preview.jpeg'),(622,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:636;s:4:\"file\";s:32:\"2018/05/lakeside-02_preview.jpeg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-768x429.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"lakeside-02_preview-1024x572.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-653x602.jpeg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:30:\"lakeside-02_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-575x250.jpeg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-850x450.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-370x400.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-850x350.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:30:\"lakeside-02_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-650x636.jpeg\";s:5:\"width\";i:650;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"lakeside-02_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"lakeside-02_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-02_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(623,165,'_wp_attached_file','2018/05/lakeside-03_preview.jpeg'),(624,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:636;s:4:\"file\";s:32:\"2018/05/lakeside-03_preview.jpeg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-768x429.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"lakeside-03_preview-1024x572.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-653x602.jpeg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:30:\"lakeside-03_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-575x250.jpeg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-850x450.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-370x400.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-850x350.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:30:\"lakeside-03_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-650x636.jpeg\";s:5:\"width\";i:650;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"lakeside-03_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"lakeside-03_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-03_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(625,166,'_wp_attached_file','2018/05/lakeside-04_preview.jpeg'),(626,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:636;s:4:\"file\";s:32:\"2018/05/lakeside-04_preview.jpeg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-768x429.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"lakeside-04_preview-1024x572.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-653x602.jpeg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:30:\"lakeside-04_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-575x250.jpeg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-850x450.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-370x400.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-850x350.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:30:\"lakeside-04_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-650x636.jpeg\";s:5:\"width\";i:650;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"lakeside-04_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"lakeside-04_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-04_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(627,167,'_wp_attached_file','2018/05/lakeside-05_preview.jpeg'),(628,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:636;s:4:\"file\";s:32:\"2018/05/lakeside-05_preview.jpeg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-768x429.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"lakeside-05_preview-1024x572.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-653x602.jpeg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:30:\"lakeside-05_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-575x250.jpeg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-850x450.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-370x400.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-850x350.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:30:\"lakeside-05_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-650x636.jpeg\";s:5:\"width\";i:650;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"lakeside-05_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"lakeside-05_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-05_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(629,168,'_wp_attached_file','2018/05/lakeside-06_preview.jpeg'),(630,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:636;s:4:\"file\";s:32:\"2018/05/lakeside-06_preview.jpeg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-768x429.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"lakeside-06_preview-1024x572.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-653x602.jpeg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:30:\"lakeside-06_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-575x250.jpeg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-850x450.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-370x400.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-850x350.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:30:\"lakeside-06_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-650x636.jpeg\";s:5:\"width\";i:650;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"lakeside-06_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"lakeside-06_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-06_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(631,169,'_wp_attached_file','2018/05/lakeside-07_preview.jpeg'),(632,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:636;s:4:\"file\";s:32:\"2018/05/lakeside-07_preview.jpeg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-768x429.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"lakeside-07_preview-1024x572.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-653x602.jpeg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:30:\"lakeside-07_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-575x250.jpeg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-850x450.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-370x400.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-850x350.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:30:\"lakeside-07_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-650x636.jpeg\";s:5:\"width\";i:650;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"lakeside-07_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"lakeside-07_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-07_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(633,170,'_wp_attached_file','2018/05/lakeside-08_preview.jpeg'),(634,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:636;s:4:\"file\";s:32:\"2018/05/lakeside-08_preview.jpeg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-768x429.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"lakeside-08_preview-1024x572.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-653x602.jpeg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:30:\"lakeside-08_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-575x250.jpeg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-850x450.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-370x400.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-850x350.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:30:\"lakeside-08_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-650x636.jpeg\";s:5:\"width\";i:650;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"lakeside-08_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"lakeside-08_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-08_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(635,171,'_wp_attached_file','2018/05/lakeside-09_preview.jpeg'),(636,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:636;s:4:\"file\";s:32:\"2018/05/lakeside-09_preview.jpeg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-768x429.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"lakeside-09_preview-1024x572.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-653x602.jpeg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:30:\"lakeside-09_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-575x250.jpeg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-850x450.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-370x400.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-850x350.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:30:\"lakeside-09_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-650x636.jpeg\";s:5:\"width\";i:650;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"lakeside-09_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"lakeside-09_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-09_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(637,172,'_wp_attached_file','2018/05/lakeside-10_preview.jpeg'),(638,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:636;s:4:\"file\";s:32:\"2018/05/lakeside-10_preview.jpeg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-300x168.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-768x429.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"lakeside-10_preview-1024x572.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-370x370.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-270x270.jpeg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-540x360.jpeg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-324x324.jpeg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-653x602.jpeg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:30:\"lakeside-10_preview-72x72.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-575x250.jpeg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-850x450.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-370x400.jpeg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-850x350.jpeg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-153x153.jpeg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-470x270.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:30:\"lakeside-10_preview-60x60.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-123x123.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-650x636.jpeg\";s:5:\"width\";i:650;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-259x259.jpeg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"lakeside-10_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"lakeside-10_preview-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-600x335.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"lakeside-10_preview-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(639,173,'_wp_attached_file','2018/05/lakeside-gallery-imagery_preview.png'),(640,173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1138;s:6:\"height\";i:636;s:4:\"file\";s:44:\"2018/05/lakeside-gallery-imagery_preview.png\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-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:44:\"lakeside-gallery-imagery_preview-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-768x429.png\";s:5:\"width\";i:768;s:6:\"height\";i:429;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"lakeside-gallery-imagery_preview-1024x572.png\";s:5:\"width\";i:1024;s:6:\"height\";i:572;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-370x370.png\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-540x360.png\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-324x324.png\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-653x602.png\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:42:\"lakeside-gallery-imagery_preview-72x72.png\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-575x250.png\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-850x450.png\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-370x400.png\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-850x350.png\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-153x153.png\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-470x270.png\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:42:\"lakeside-gallery-imagery_preview-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-123x123.png\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-650x636.png\";s:5:\"width\";i:650;s:6:\"height\";i:636;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-259x259.png\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-600x335.png\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-600x335.png\";s:5:\"width\";i:600;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"lakeside-gallery-imagery_preview-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(643,176,'_wp_attached_file','2018/07/background-image-all-pages-revised.jpg'),(644,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1900;s:4:\"file\";s:46:\"2018/07/background-image-all-pages-revised.jpg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-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:46:\"background-image-all-pages-revised-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-768x760.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"background-image-all-pages-revised-1024x1013.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-653x602.jpg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:44:\"background-image-all-pages-revised-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-575x250.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-850x450.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-370x400.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-850x350.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-470x270.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:44:\"background-image-all-pages-revised-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-650x650.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-259x259.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"background-image-all-pages-revised-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-600x594.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:46:\"background-image-all-pages-revised-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-600x594.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"background-image-all-pages-revised-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:11:\"NIKON D5200\";s:7:\"caption\";s:33:\"blue sea water texture background\";s:17:\"created_timestamp\";s:10:\"1461403384\";s:9:\"copyright\";s:12:\"kikkalek5050\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:33:\"blue sea water texture background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:38:{i:0;s:7:\"Flowing\";i:1;s:9:\"No People\";i:2;s:8:\"Textured\";i:3;s:13:\"Water Surface\";i:4;s:12:\"Wave Pattern\";i:5;s:16:\"Beauty In Nature\";i:6;s:4:\"Tide\";i:7;s:8:\"Abstract\";i:8;s:6:\"Waving\";i:9;s:6:\"Beauty\";i:10;s:11:\"Backgrounds\";i:11;s:18:\"Cold - Temperature\";i:12;s:9:\"Freshness\";i:13;s:4:\"Cool\";i:14;s:6:\"Motion\";i:15;s:11:\"Transparent\";i:16;s:4:\"Blue\";i:17;s:17:\"Turquoise Colored\";i:18;s:7:\"Pattern\";i:19;s:7:\"Rippled\";i:20;s:4:\"Open\";i:21;s:4:\"Deep\";i:22;s:16:\"Tropical Climate\";i:23;s:6:\"Nature\";i:24;s:8:\"Outdoors\";i:25;s:15:\"Textured Effect\";i:26;s:13:\"Surface Level\";i:27;s:10:\"Reflection\";i:28;s:3:\"Day\";i:29;s:26:\"Light - Natural Phenomenon\";i:30;s:3:\"Sea\";i:31;s:4:\"Lake\";i:32;s:13:\"Flowing Water\";i:33;s:4:\"Wave\";i:34;s:5:\"Water\";i:35;s:9:\"Wallpaper\";i:36;s:6:\"Ripple\";i:37;s:17:\"Wallpaper Pattern\";}}}'),(645,177,'_wp_attached_file','2018/pdf/2015 Lease Rates.pdf'),(646,178,'_wp_attached_file','2018/pdf/2015 Operating Schedule.pdf'),(647,179,'_wp_attached_file','2018/pdf/2015_operating_schedule_drystack.pdf'),(648,180,'_wp_attached_file','2018/pdf/2015_operating_schedule_service.pdf'),(649,181,'_wp_attached_file','2018/pdf/2015_operating_schedule_store.pdf'),(650,182,'_wp_attached_file','2018/pdf/2016 Lease Rates.pdf'),(651,183,'_wp_attached_file','2018/pdf/2016_operating_schedule_drystack.pdf'),(652,184,'_wp_attached_file','2018/pdf/2016_operating_schedule_service.pdf'),(653,185,'_wp_attached_file','2018/pdf/2016_operating_schedule_store.pdf'),(654,186,'_wp_attached_file','2018/pdf/2017 DRYSTACK SCHEDULE.pdf'),(655,187,'_wp_attached_file','2018/pdf/2017 SERVICE SCHEDULE.pdf'),(656,188,'_wp_attached_file','2018/pdf/2017 STORE SCHEDULE.pdf'),(657,189,'_wp_attached_file','2018/pdf/2018_lease_rates.pdf'),(658,190,'_wp_attached_file','2018/pdf/2018_operating_schedule_drystack.pdf'),(659,191,'_wp_attached_file','2018/pdf/2018_operating_schedule_service.pdf'),(660,192,'_wp_attached_file','2018/pdf/2018_operating_schedule_store.pdf'),(661,193,'_wp_attached_file','2018/pdf/Belews Lake Map_CM.pdf'),(662,194,'_wp_attached_file','2018/pdf/Boat Rental Flyer_03082018.pdf'),(663,195,'_wp_attached_file','2018/pdf/Boat Rental Flyer_072116.pdf'),(664,196,'_wp_attached_file','2018/pdf/Boats Available pdf.pdf'),(665,197,'_wp_attached_file','2018/pdf/CMLS_SpecialEventsCenter.pdf'),(666,198,'_wp_attached_file','2018/pdf/Campsite Road Map.pdf'),(667,199,'_wp_attached_file','2018/pdf/Cottage Rental pdf.pdf'),(668,200,'_wp_attached_file','2018/pdf/DS Winter Storage_2016.pdf'),(669,201,'_wp_attached_file','2018/pdf/Explore RockCty_2014_Web.pdf'),(670,202,'_wp_attached_file','2018/pdf/LEASE RATES 0116.pdf'),(671,203,'_wp_attached_file','2018/pdf/LEASE RATES 0117.xlsx'),(672,204,'_wp_attached_file','2018/pdf/Lakeside Price List.pdf'),(673,205,'_wp_attached_file','2018/pdf/Lots Available pdf.pdf'),(674,206,'_wp_attached_file','2018/pdf/MM900254494[1].gif'),(675,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:113;s:6:\"height\";i:65;s:4:\"file\";s:27:\"2018/pdf/MM900254494[1].gif\";s:5:\"sizes\";a:4:{s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:24:\"MM900254494[1]-72x65.gif\";s:5:\"width\";i:72;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/gif\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:24:\"MM900254494[1]-60x60.gif\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"MM900254494[1]-100x65.gif\";s:5:\"width\";i:100;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"MM900254494[1]-100x65.gif\";s:5:\"width\";i:100;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(676,207,'_wp_attached_file','2018/pdf/Mountain View Map.pdf'),(677,208,'_wp_attached_file','2018/pdf/Newsletter pdf.pdf'),(678,209,'_wp_attached_file','2018/pdf/Permit Request.pdf'),(679,210,'_wp_attached_file','2018/pdf/Pontoon Boat Rental pdf.pdf'),(680,211,'_wp_attached_file','2018/pdf/Special Events Center.pdf'),(681,212,'_wp_attached_file','2018/pdf/Special_Events_Center.pdf'),(682,213,'_wp_attached_file','2018/pdf/Xmas 2014_Pg2.pdf'),(683,214,'_wp_attached_file','2018/pdf/boats_available.pdf'),(684,215,'_wp_attached_file','2018/pdf/captain skeeters_menu.pdf'),(685,216,'_wp_attached_file','2018/pdf/captain_skeeters_menu.pdf'),(686,217,'_wp_attached_file','2018/pdf/lakeside_final_menu.pdf'),(687,218,'_wp_attached_file','2018/pdf/lots_available.pdf'),(688,219,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(689,219,'_menu_item_type','post_type'),(690,219,'_menu_item_menu_item_parent','50'),(691,219,'_menu_item_object_id','143'),(692,219,'_menu_item_object','page'),(693,219,'_menu_item_target',''),(694,219,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(695,219,'_menu_item_xfn',''),(696,219,'_menu_item_url',''),(698,220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(699,220,'_menu_item_type','post_type'),(700,220,'_menu_item_menu_item_parent','50'),(701,220,'_menu_item_object_id','135'),(702,220,'_menu_item_object','page'),(703,220,'_menu_item_target',''),(704,220,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(705,220,'_menu_item_xfn',''),(706,220,'_menu_item_url',''),(708,221,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(709,221,'_menu_item_type','post_type'),(710,221,'_menu_item_menu_item_parent','50'),(711,221,'_menu_item_object_id','132'),(712,221,'_menu_item_object','page'),(713,221,'_menu_item_target',''),(714,221,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(715,221,'_menu_item_xfn',''),(716,221,'_menu_item_url',''),(718,222,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(719,222,'_menu_item_type','post_type'),(720,222,'_menu_item_menu_item_parent','50'),(721,222,'_menu_item_object_id','114'),(722,222,'_menu_item_object','page'),(723,222,'_menu_item_target',''),(724,222,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(725,222,'_menu_item_xfn',''),(726,222,'_menu_item_url',''),(728,223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(729,223,'_menu_item_type','post_type'),(730,223,'_menu_item_menu_item_parent','50'),(731,223,'_menu_item_object_id','99'),(732,223,'_menu_item_object','page'),(733,223,'_menu_item_target',''),(734,223,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(735,223,'_menu_item_xfn',''),(736,223,'_menu_item_url',''),(738,46,'_wpb_shortcodes_custom_css','.vc_custom_1527186904800{margin-right: 40px !important;margin-left: 40px !important;}'),(739,135,'_wpb_shortcodes_custom_css','.vc_custom_1527187597500{margin-right: 30px !important;margin-left: 30px !important;}'),(740,232,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(741,232,'_menu_item_type','post_type'),(742,232,'_menu_item_menu_item_parent','47'),(743,232,'_menu_item_object_id','132'),(744,232,'_menu_item_object','page'),(745,232,'_menu_item_target',''),(746,232,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(747,232,'_menu_item_xfn',''),(748,232,'_menu_item_url',''),(750,233,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(751,233,'_menu_item_type','post_type'),(752,233,'_menu_item_menu_item_parent','47'),(753,233,'_menu_item_object_id','135'),(754,233,'_menu_item_object','page'),(755,233,'_menu_item_target',''),(756,233,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(757,233,'_menu_item_xfn',''),(758,233,'_menu_item_url',''),(760,234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(761,234,'_edit_last','1'),(762,234,'_edit_lock','1528298870:1'),(763,234,'_wp_page_template','default'),(764,234,'slide_template','default'),(765,234,'_wpb_vc_js_status','true'),(766,234,'_wpb_shortcodes_custom_css','.vc_custom_1527187866494{margin-right: 30px !important;margin-left: 30px !important;}'),(767,234,'_cmb_header_type','header_inner'),(768,234,'_cmb_page_layout','page_fullwidth'),(769,96,'_oembed_fe43b9fe232ba08e0afb3582a6a59252','{{unknown}}'),(770,96,'_wpb_shortcodes_custom_css','.vc_custom_1527188410161{margin-right: 30px !important;margin-left: 30px !important;}'),(771,238,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(772,238,'_menu_item_type','post_type'),(773,238,'_menu_item_menu_item_parent','47'),(774,238,'_menu_item_object_id','234'),(775,238,'_menu_item_object','page'),(776,238,'_menu_item_target',''),(777,238,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(778,238,'_menu_item_xfn',''),(779,238,'_menu_item_url',''),(781,132,'_wpb_shortcodes_custom_css','.vc_custom_1527188800005{margin-right: 30px !important;margin-left: 30px !important;}'),(782,241,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(783,241,'_edit_last','1'),(784,241,'_edit_lock','1528297854:1'),(785,241,'_wp_page_template','default'),(786,241,'slide_template','default'),(787,241,'_wpb_vc_js_status','true'),(788,241,'_wpb_shortcodes_custom_css','.vc_custom_1527189187644{margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1527189365864{margin-right: 30px !important;margin-left: 30px !important;}.vc_custom_1527189376742{margin-right: 30px !important;margin-left: 30px !important;}'),(789,241,'_cmb_header_type','header_inner'),(790,241,'_cmb_page_layout','page_fullwidth'),(791,99,'_wpb_shortcodes_custom_css','.vc_custom_1527189646566{margin-right: 30px !important;margin-left: 30px !important;}'),(792,102,'_wpb_shortcodes_custom_css','.vc_custom_1527189972351{margin-right: 30px !important;margin-left: 30px !important;}'),(793,114,'_wpb_shortcodes_custom_css','.vc_custom_1527190418402{margin-right: 30px !important;margin-left: 30px !important;}'),(794,254,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(795,255,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(796,256,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(797,256,'_edit_last','1'),(798,256,'_edit_lock','1527620535:1'),(799,256,'slide_template','default'),(800,256,'wpape_galleryImages','a:11:{i:0;s:3:\"163\";i:1;s:3:\"173\";i:2;s:3:\"172\";i:3;s:3:\"171\";i:4;s:3:\"170\";i:5;s:3:\"169\";i:6;s:3:\"168\";i:7;s:3:\"167\";i:8;s:3:\"166\";i:9;s:3:\"165\";i:10;s:3:\"164\";}'),(801,256,'wpape_thumbClick','1'),(802,256,'wpape_hover','1'),(803,256,'wpape_background','rgba(7, 7, 7, 0.5)'),(804,256,'wpape_overlayEffect','direction-aware-fade'),(805,256,'wpape_showTitle','a:6:{s:7:\"enabled\";s:1:\"1\";s:8:\"fontBold\";s:4:\"bold\";s:8:\"fontSize\";s:2:\"12\";s:14:\"fontLineHeight\";s:2:\"88\";s:5:\"color\";s:18:\"rgb(255, 255, 255)\";s:10:\"colorHover\";s:18:\"rgb(255, 255, 255)\";}'),(806,256,'wpape_showDesc','a:4:{s:8:\"fontSize\";s:2:\"24\";s:14:\"fontLineHeight\";s:2:\"88\";s:5:\"color\";s:12:\"rgb(0, 0, 0)\";s:10:\"colorHover\";s:12:\"rgb(0, 0, 0)\";}'),(807,256,'wpape_linkIcon','a:8:{s:10:\"iconSelect\";s:7:\"fa-link\";s:10:\"borderSize\";s:1:\"0\";s:8:\"fontSize\";s:2:\"22\";s:14:\"fontLineHeight\";s:2:\"88\";s:5:\"color\";s:18:\"rgb(255, 255, 255)\";s:10:\"colorHover\";s:18:\"rgb(255, 255, 255)\";s:7:\"colorBg\";s:16:\"rgba(0, 0, 0, 0)\";s:12:\"colorBgHover\";s:16:\"rgba(0, 0, 0, 0)\";}'),(808,256,'wpape_zoomIcon','a:9:{s:7:\"enabled\";s:1:\"1\";s:10:\"iconSelect\";s:7:\"fa-plus\";s:10:\"borderSize\";s:1:\"0\";s:8:\"fontSize\";s:2:\"22\";s:14:\"fontLineHeight\";s:2:\"88\";s:5:\"color\";s:18:\"rgb(255, 255, 255)\";s:10:\"colorHover\";s:18:\"rgb(255, 255, 255)\";s:7:\"colorBg\";s:16:\"rgba(0, 0, 0, 0)\";s:12:\"colorBgHover\";s:16:\"rgba(0, 0, 0, 0)\";}'),(809,256,'wpape_polaroidSource','desc'),(810,256,'wpape_polaroidBackground','rgb(255, 255, 255)'),(811,256,'wpape_polaroidAlign','center'),(812,256,'wpape_lazyLoad','1'),(813,256,'wpape_boxesToLoadStart','12'),(814,256,'wpape_boxesToLoad','8'),(815,256,'wpape_loadingBgColor','rgb(255, 255, 255)'),(816,256,'wpape_LoadingWord','Gallery images loading'),(817,256,'wpape_loadMoreWord','More images'),(818,256,'wpape_noMoreEntriesWord','No images'),(819,256,'wpape_width-size','a:1:{s:5:\"width\";s:3:\"100\";}'),(820,256,'wpape_colums','a:8:{s:9:\"autowidth\";s:4:\"auto\";s:6:\"colums\";s:1:\"3\";s:10:\"autowidth1\";s:4:\"auto\";s:7:\"colums1\";s:1:\"3\";s:10:\"autowidth2\";s:4:\"auto\";s:7:\"colums2\";s:1:\"2\";s:10:\"autowidth3\";s:4:\"auto\";s:7:\"colums3\";s:1:\"1\";}'),(821,256,'wpape_orderby','categoryD'),(822,256,'wpape_source','medium'),(823,256,'wpape_thumb-size-options','a:2:{s:5:\"width\";s:3:\"240\";s:6:\"height\";s:3:\"140\";}'),(824,256,'wpape_thumb-options','a:3:{s:6:\"radius\";s:1:\"5\";s:6:\"xspace\";s:2:\"15\";s:6:\"yspace\";s:2:\"15\";}'),(825,256,'wpape_shadow','1'),(826,256,'wpape_shadow-options','a:4:{s:7:\"hshadow\";s:1:\"0\";s:7:\"vshadow\";s:1:\"5\";s:7:\"bshadow\";s:1:\"7\";s:5:\"color\";s:21:\"rgba(34, 25, 25, 0.4)\";}'),(827,256,'wpape_hover-shadow-options','a:4:{s:7:\"hshadow\";s:1:\"1\";s:7:\"vshadow\";s:1:\"3\";s:7:\"bshadow\";s:1:\"3\";s:5:\"color\";s:21:\"rgba(34, 25, 25, 0.4)\";}'),(828,256,'wpape_thumbBorder','1'),(829,256,'wpape_border-options','a:3:{s:5:\"width\";s:1:\"3\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:14:\"rgb(2, 52, 88)\";}'),(830,256,'wpape_hover-border-options','a:3:{s:5:\"width\";s:1:\"3\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:17:\"rgb(27, 154, 247)\";}'),(831,256,'wpape_menu','1'),(832,256,'wpape_menuSelfImages','1'),(833,256,'wpape_menuHome','hide'),(834,256,'wpape_menuRootIcon','fa-home'),(835,256,'wpape_menuRootLabel','Home'),(837,256,'wpape_buttonFill','flat'),(838,256,'wpape_buttonColor','blue'),(839,256,'wpape_buttonType','rounded'),(840,256,'wpape_buttonSize','normal'),(841,256,'wpape_buttonAlign','left'),(842,256,'wpape_paddingMenu','a:2:{s:4:\"left\";s:1:\"5\";s:6:\"bottom\";s:2:\"10\";}'),(843,256,'wpape_lightboxColor','rgb(243, 243, 243)'),(844,256,'wpape_lightboxBackground','rgba(11, 11, 11, 0.8)'),(845,256,'wpape_lightboxSwipe','1'),(846,256,'wpape_arrows','1'),(847,107,'_wpb_shortcodes_custom_css','.vc_custom_1527192833235{margin-right: 30px !important;margin-left: 30px !important;}'),(848,111,'_wpb_shortcodes_custom_css','.vc_custom_1527193022413{margin-right: 30px !important;margin-left: 30px !important;}'),(849,143,'_wpb_shortcodes_custom_css','.vc_custom_1527194357817{margin-right: 30px !important;margin-left: 30px !important;}'),(850,273,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(851,273,'_menu_item_type','post_type'),(852,273,'_menu_item_menu_item_parent','0'),(853,273,'_menu_item_object_id','58'),(854,273,'_menu_item_object','page'),(855,273,'_menu_item_target',''),(856,273,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(857,273,'_menu_item_xfn',''),(858,273,'_menu_item_url',''),(860,55,'_wpb_shortcodes_custom_css','.vc_custom_1527194816487{margin-right: 30px !important;margin-left: 30px !important;}'),(861,58,'_wpb_shortcodes_custom_css','.vc_custom_1527195023015{margin-right: 30px !important;margin-left: 30px !important;}'),(862,278,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(863,278,'_menu_item_type','post_type'),(864,278,'_menu_item_menu_item_parent','93'),(865,278,'_menu_item_object_id','107'),(866,278,'_menu_item_object','page'),(867,278,'_menu_item_target',''),(868,278,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(869,278,'_menu_item_xfn',''),(870,278,'_menu_item_url',''),(884,282,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(885,282,'_edit_last','1'),(886,282,'_edit_lock','1527195714:1'),(887,282,'ecwd_event_date_from','2018/06/06 16:00'),(888,282,'ecwd_event_date_to','2018/06/06 19:00'),(889,282,'ecwd_event_calendars','a:1:{i:0;s:2:\"77\";}'),(890,282,'ecwd_event_organizers','a:1:{i:0;s:14:\"{organizer_id}\";}'),(891,282,'slide_template','default'),(892,283,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(893,283,'_edit_last','1'),(894,283,'_edit_lock','1527195762:1'),(895,283,'ecwd_event_date_from','2018/07/04'),(896,283,'ecwd_event_date_to','2018/07/04'),(897,283,'ecwd_event_calendars','a:1:{i:0;s:2:\"77\";}'),(898,283,'ecwd_event_organizers','a:1:{i:0;s:14:\"{organizer_id}\";}'),(899,283,'ecwd_all_day_event','1'),(900,283,'slide_template','default'),(901,284,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(902,284,'_edit_last','1'),(903,284,'_edit_lock','1527195828:1'),(904,284,'ecwd_event_date_from','2018/07/07'),(905,284,'ecwd_event_date_to','2018/07/07'),(906,284,'ecwd_event_calendars','a:1:{i:0;s:2:\"77\";}'),(907,284,'ecwd_event_organizers','a:1:{i:0;s:14:\"{organizer_id}\";}'),(908,284,'ecwd_all_day_event','1'),(909,284,'slide_template','default'),(910,286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(911,286,'_edit_last','1'),(912,286,'_edit_lock','1528298423:1'),(913,286,'_wp_page_template','default'),(914,286,'slide_template','default'),(915,286,'_wpb_vc_js_status','true'),(916,286,'_cmb_header_type','header_inner'),(917,286,'_cmb_page_layout','page_fullwidth'),(918,286,'_wpb_shortcodes_custom_css','.vc_custom_1527196471688{margin-right: 30px !important;margin-left: 30px !important;}'),(919,290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(920,290,'_menu_item_type','post_type'),(921,290,'_menu_item_menu_item_parent','53'),(922,290,'_menu_item_object_id','286'),(923,290,'_menu_item_object','page'),(924,290,'_menu_item_target',''),(925,290,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(926,290,'_menu_item_xfn',''),(927,290,'_menu_item_url',''),(929,256,'wpape_saveAccord','collapseSix'),(930,256,'wpape_buttonEffect','raised'),(931,256,'wpape_buttonShadow','longshadow-right'),(933,294,'_wp_attached_file','2018/08/background-image-all-pages.jpg'),(934,294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1900;s:4:\"file\";s:38:\"2018/08/background-image-all-pages.jpg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-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:\"background-image-all-pages-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-768x760.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:760;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"background-image-all-pages-1024x1013.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-653x602.jpg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:36:\"background-image-all-pages-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-575x250.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-850x450.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-370x400.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-850x350.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-470x270.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:36:\"background-image-all-pages-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-650x650.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-259x259.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"background-image-all-pages-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-600x594.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"background-image-all-pages-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-600x594.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"background-image-all-pages-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:11:\"NIKON D5200\";s:7:\"caption\";s:33:\"blue sea water texture background\";s:17:\"created_timestamp\";s:10:\"1461403384\";s:9:\"copyright\";s:12:\"kikkalek5050\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:33:\"blue sea water texture background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:38:{i:0;s:7:\"Flowing\";i:1;s:9:\"No People\";i:2;s:8:\"Textured\";i:3;s:13:\"Water Surface\";i:4;s:12:\"Wave Pattern\";i:5;s:16:\"Beauty In Nature\";i:6;s:4:\"Tide\";i:7;s:8:\"Abstract\";i:8;s:6:\"Waving\";i:9;s:6:\"Beauty\";i:10;s:11:\"Backgrounds\";i:11;s:18:\"Cold - Temperature\";i:12;s:9:\"Freshness\";i:13;s:4:\"Cool\";i:14;s:6:\"Motion\";i:15;s:11:\"Transparent\";i:16;s:4:\"Blue\";i:17;s:17:\"Turquoise Colored\";i:18;s:7:\"Pattern\";i:19;s:7:\"Rippled\";i:20;s:4:\"Open\";i:21;s:4:\"Deep\";i:22;s:16:\"Tropical Climate\";i:23;s:6:\"Nature\";i:24;s:8:\"Outdoors\";i:25;s:15:\"Textured Effect\";i:26;s:13:\"Surface Level\";i:27;s:10:\"Reflection\";i:28;s:3:\"Day\";i:29;s:26:\"Light - Natural Phenomenon\";i:30;s:3:\"Sea\";i:31;s:4:\"Lake\";i:32;s:13:\"Flowing Water\";i:33;s:4:\"Wave\";i:34;s:5:\"Water\";i:35;s:9:\"Wallpaper\";i:36;s:6:\"Ripple\";i:37;s:17:\"Wallpaper Pattern\";}}}'),(935,295,'_wp_attached_file','2018/08/home-image-template-1.jpg'),(936,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:990;s:4:\"file\";s:33:\"2018/08/home-image-template-1.jpg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-768x396.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"home-image-template-1-1024x528.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-653x602.jpg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:31:\"home-image-template-1-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-575x250.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-850x450.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-370x400.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-850x350.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-470x270.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:31:\"home-image-template-1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-650x650.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-259x259.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"home-image-template-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-600x309.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"home-image-template-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-600x309.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(937,296,'_wp_attached_file','2018/08/home-image-template-2.jpg'),(938,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:990;s:4:\"file\";s:33:\"2018/08/home-image-template-2.jpg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-768x396.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"home-image-template-2-1024x528.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-653x602.jpg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:31:\"home-image-template-2-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-575x250.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-850x450.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-370x400.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-850x350.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-470x270.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:31:\"home-image-template-2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-650x650.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-259x259.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"home-image-template-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-600x309.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"home-image-template-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-600x309.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(939,297,'_wp_attached_file','2018/08/home-image-template-3.jpg'),(940,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:990;s:4:\"file\";s:33:\"2018/08/home-image-template-3.jpg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-768x396.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"home-image-template-3-1024x528.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-653x602.jpg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:31:\"home-image-template-3-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-575x250.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-850x450.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-370x400.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-850x350.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-470x270.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:31:\"home-image-template-3-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-650x650.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-259x259.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"home-image-template-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-600x309.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"home-image-template-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-600x309.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463780401\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(941,298,'_wp_attached_file','2018/08/home-image-template-4.jpg'),(942,298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:990;s:4:\"file\";s:33:\"2018/08/home-image-template-4.jpg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-768x396.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"home-image-template-4-1024x528.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-653x602.jpg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:31:\"home-image-template-4-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-575x250.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-850x450.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-370x400.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-850x350.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-470x270.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:31:\"home-image-template-4-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-650x650.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-259x259.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"home-image-template-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-600x309.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"home-image-template-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-600x309.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463780401\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(943,299,'_wp_attached_file','2018/08/home-image-template-5.jpg'),(944,299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:990;s:4:\"file\";s:33:\"2018/08/home-image-template-5.jpg\";s:5:\"sizes\";a:27:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-768x396.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"home-image-template-5-1024x528.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"yachtsailing-portfolio\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-370x370.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"yachtsailing-offer\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"yachtsailing-blog-listing-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"yachtsailing-blog-listing-medium\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-540x360.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"yachtsailing-destination-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-324x324.jpg\";s:5:\"width\";i:324;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"yachtsailing-sevices\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-653x602.jpg\";s:5:\"width\";i:653;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-blog-sidebar\";a:4:{s:4:\"file\";s:31:\"home-image-template-5-72x72.jpg\";s:5:\"width\";i:72;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"yachtsailing-blog-thumb\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-575x250.jpg\";s:5:\"width\";i:575;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yachtsailing-blog-big\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-850x450.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-latest\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-370x400.jpg\";s:5:\"width\";i:370;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yachtsailing-post-single\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-850x350.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yachtsailing-author\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-153x153.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"yachtsailing-product-featured\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-470x270.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-feature-product\";a:4:{s:4:\"file\";s:31:\"home-image-template-5-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"yachtsailing-product-shop\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-123x123.jpg\";s:5:\"width\";i:123;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"yachtsailing-product-single\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-650x650.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"yachtsailing-product-listing\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-259x259.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"home-image-template-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-600x309.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"home-image-template-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-600x309.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"home-image-template-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463780401\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(949,307,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(950,307,'_edit_last','1'),(951,307,'_edit_lock','1528297540:1'),(952,307,'_wp_page_template','default'),(953,307,'slide_template','default'),(954,307,'_wpb_vc_js_status','true'),(955,307,'_cmb_header_type','header_inner'),(956,307,'_cmb_page_layout','page_boxed'),(957,309,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(958,309,'_menu_item_type','post_type'),(959,309,'_menu_item_menu_item_parent','19'),(960,309,'_menu_item_object_id','307'),(961,309,'_menu_item_object','page'),(962,309,'_menu_item_target',''),(963,309,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(964,309,'_menu_item_xfn',''),(965,309,'_menu_item_url',''),(968,307,'_thumbnail_id','35'),(974,329,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(975,329,'_menu_item_type','post_type'),(976,329,'_menu_item_menu_item_parent','47'),(977,329,'_menu_item_object_id','46'),(978,329,'_menu_item_object','page'),(979,329,'_menu_item_target',''),(980,329,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(981,329,'_menu_item_xfn',''),(982,329,'_menu_item_url',''),(984,330,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(985,330,'_menu_item_type','post_type'),(986,330,'_menu_item_menu_item_parent','19'),(987,330,'_menu_item_object_id','12'),(988,330,'_menu_item_object','page'),(989,330,'_menu_item_target',''),(990,330,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(991,330,'_menu_item_xfn',''),(992,330,'_menu_item_url',''),(994,331,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(995,331,'_menu_item_type','post_type'),(996,331,'_menu_item_menu_item_parent','53'),(997,331,'_menu_item_object_id','52'),(998,331,'_menu_item_object','page'),(999,331,'_menu_item_target',''),(1000,331,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1001,331,'_menu_item_xfn',''),(1002,331,'_menu_item_url',''),(1004,332,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1005,332,'_menu_item_type','post_type'),(1006,332,'_menu_item_menu_item_parent','93'),(1007,332,'_menu_item_object_id','92'),(1008,332,'_menu_item_object','page'),(1009,332,'_menu_item_target',''),(1010,332,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1011,332,'_menu_item_xfn',''),(1012,332,'_menu_item_url',''); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=333 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2018-02-06 17:51:13','2018-02-06 17:51:13','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2018-02-06 17:51:13','2018-02-06 17:51:13','',0,'http://carolinamarina.com/wordpress/?p=1',0,'post','',1),(6,1,'2018-05-14 22:48:53','2018-05-14 22:48:53','<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\"]\nwordpress \"[your-subject]\"\n[your-name] <lee@carolinamarina.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 wordpress (http://carolinamarina.com/wordpress)\nlee@carolinamarina.com\nReply-To: [your-email]\n\n0\n0\n\nwordpress \"[your-subject]\"\nwordpress <lee@carolinamarina.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on wordpress (http://carolinamarina.com/wordpress)\n[your-email]\nReply-To: lee@carolinamarina.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-05-14 22:48:53','2018-05-14 22:48:53','',0,'http://carolinamarina.com/wordpress/?post_type=wpcf7_contact_form&p=6',0,'wpcf7_contact_form','',0),(8,1,'2018-05-17 02:19:26','2018-05-17 02:19:26','[vc_row css=\".vc_custom_1526912076727{margin-right: 60px !important;margin-left: 60px !important;}\"][vc_column css=\".vc_custom_1526912089863{margin-left: 0px !important;}\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Carolina Marina is dedicated to the enjoyment of the boating and recreational experience and has been serving the Carolinas since 1973. At the heart of our success lies a total commitment to providing quality products and premium service at reasonable prices. We offer the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Everything you could want from a first-class marina and Platinum Mercury/Mercruiser Service Center is now just a click away.\" font_container=\"tag:p|font_size:22|text_align:center|color:%23122772|line_height:1.5\" google_fonts=\"font_family:Roboto%20Slab%3A100%2C300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal\" font_weight=\"normal\" css=\".vc_custom_1526667602004{margin-right: 80px !important;margin-left: 80px !important;}\"][/vc_column][/vc_row]','Carolina Marina','','publish','closed','closed','','carolina-marina','','','2018-05-31 10:42:31','2018-05-31 10:42:31','',0,'http://carolinamarina.com/wordpress/?page_id=8',0,'page','',0),(9,1,'2018-05-17 02:19:26','2018-05-17 02:19:26','','Carolina Marina','','inherit','closed','closed','','8-revision-v1','','','2018-05-17 02:19:26','2018-05-17 02:19:26','',8,'http://carolinamarina.com/wordpress/2018/05/17/8-revision-v1/',0,'revision','',0),(12,1,'2018-05-17 02:31:58','2018-05-17 02:31:58','[vc_row][vc_column][vc_column_text css=\".vc_custom_1528297182521{margin-right: 40px !important;margin-left: 40px !important;}\"]\r\n<p style=\"text-align: left;\"><strong>Main Number</strong> : 336.427.0498</p>\r\n<p style=\"text-align: left;\"><strong>Fax Number</strong> : 336.427.0524</p>\r\n \r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Management</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Jim Patten :<a href=\"mailto:jim@carolinamarina.com\"> jim@carolinamarina.com</a></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Lee Adkins : <a href=\"mailto:lee@carolinamarina.com\">lee@carolinamarina.com</a></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Customer Service</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Andrea : <a href=\"mailto:custservice@carolinamarina.com\">custservice@carolinamarina.com</a></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Loretta :<a href=\"mailto:loretta@carolinamarina.com\"> loretta@carolinamarina.com</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','publish','closed','closed','','contact-us','','','2018-06-06 14:59:44','2018-06-06 14:59:44','',0,'http://carolinamarina.com/wordpress/?page_id=12',0,'page','',0),(13,1,'2018-05-17 02:31:58','2018-05-17 02:31:58','','Contact Us','','inherit','closed','closed','','12-revision-v1','','','2018-05-17 02:31:58','2018-05-17 02:31:58','',12,'http://carolinamarina.com/wordpress/2018/05/17/12-revision-v1/',0,'revision','',0),(14,1,'2018-05-17 02:32:34','0000-00-00 00:00:00','','Home','','draft','closed','closed','','','','','2018-05-17 02:32:34','0000-00-00 00:00:00','',0,'http://carolinamarina.com/wordpress/?p=14',1,'nav_menu_item','',0),(15,1,'2018-05-17 02:33:07','2018-05-17 02:33:07',' ','','','publish','closed','closed','','15','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/?p=15',1,'nav_menu_item','',0),(16,1,'2018-05-17 02:32:36','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2018-05-17 02:32:36','0000-00-00 00:00:00','',0,'http://carolinamarina.com/wordpress/?p=16',1,'nav_menu_item','',0),(19,1,'2018-05-17 02:33:07','2018-05-17 02:33:07',' ','','','publish','closed','closed','','19','','','2018-06-08 18:57:22','2018-06-08 18:57:22','',0,'http://carolinamarina.com/wordpress/?p=19',25,'nav_menu_item','',0),(35,1,'2018-05-17 22:15:20','2018-05-17 22:15:20','','Mooring rope on sea water background','Mooring rope and bollard on sea water and yachts background','inherit','open','closed','','mooring-rope-on-sea-water-background','','','2018-05-17 22:15:20','2018-05-17 22:15:20','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/06/interior-image-bar-1920x500.jpg',0,'attachment','image/jpeg',0),(38,1,'2018-05-17 22:50:03','2018-05-17 22:50:03','','carolina-marina-logo','','inherit','open','closed','','carolina-marina-logo','','','2018-05-17 22:50:03','2018-05-17 22:50:03','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/carolina-marina-logo.png',0,'attachment','image/png',0),(39,1,'2018-05-17 22:51:33','2018-05-17 22:51:33','','carolina-marina-logo-rgb_150','','inherit','open','closed','','carolina-marina-logo-rgb_150','','','2018-05-17 22:51:33','2018-05-17 22:51:33','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/carolina-marina-logo-rgb_150.png',0,'attachment','image/png',0),(40,1,'2018-05-17 22:58:45','2018-05-17 22:58:45','<p style=\"text-align: center;\">Carolina Marina is dedicated to the enjoyment of the boating and recreational experience and has been serving the Carolinas since 1973. At the heart of our success lies a total commitment to providing quality products and premium service at reasonable prices. We offer the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Everything you could want from a first-class marina and Platinum Mercury/Mercruiser Service Center is now just a click away.</p>','Carolina Marina','','inherit','closed','closed','','8-revision-v1','','','2018-05-17 22:58:45','2018-05-17 22:58:45','',8,'http://carolinamarina.com/wordpress/2018/05/17/8-revision-v1/',0,'revision','',0),(41,1,'2018-05-17 23:06:04','2018-05-17 23:06:04','Join us today!','Boating Event','','publish','open','closed','','boating-event','','','2018-05-17 23:06:04','2018-05-17 23:06:04','',0,'http://carolinamarina.com/wordpress/?post_type=tribe_events&p=41',0,'tribe_events','',0),(42,1,'2018-05-17 23:06:04','2018-05-17 23:06:04','Join us today!','Boating Event','','inherit','closed','closed','','41-revision-v1','','','2018-05-17 23:06:04','2018-05-17 23:06:04','',41,'http://carolinamarina.com/wordpress/2018/05/17/41-revision-v1/',0,'revision','',0),(43,1,'2018-05-17 23:06:06','2018-05-17 23:06:06','','Main Dock','','publish','closed','closed','','main-dock','','','2018-05-17 23:06:06','2018-05-17 23:06:06','',0,'http://carolinamarina.com/wordpress/venue/main-dock/',0,'tribe_venue','',0),(45,1,'2018-05-18 17:41:37','2018-05-18 17:41:37','','Contact','','inherit','closed','closed','','12-revision-v1','','','2018-05-18 17:41:37','2018-05-18 17:41:37','',12,'http://carolinamarina.com/wordpress/2018/05/18/12-revision-v1/',0,'revision','',0),(46,1,'2018-05-18 17:42:37','2018-05-18 17:42:37','[vc_row][vc_column][vc_column_text css=\".vc_custom_1527186904800{margin-right: 40px !important;margin-left: 40px !important;}\"]<span style=\"font-family: Calibri, serif;\"><span style=\"font-size: large;\">Carolina Marina offers a wide-range of amenities – so you can enjoy the beauty of Belews Lake all day, everyday. From our fully stocked marina store, to our wide-lane boat launch ramps, to our boat and RV storage, our boat and cottage rental program, to the Pearl Kitchen food truck, Carolina Marina has it all. Come join us for a memorable lake experience.</span></span>[/vc_column_text][/vc_column][/vc_row]','Amenities','','publish','closed','closed','','amenities','','','2018-05-24 18:35:11','2018-05-24 18:35:11','',0,'http://carolinamarina.com/wordpress/?page_id=46',0,'page','',0),(47,1,'2018-05-18 17:42:38','2018-05-18 17:42:38',' ','','','publish','closed','closed','','47','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/2018/05/18/47/',2,'nav_menu_item','',0),(48,1,'2018-05-18 17:42:37','2018-05-18 17:42:37','','Amenities','','inherit','closed','closed','','46-revision-v1','','','2018-05-18 17:42:37','2018-05-18 17:42:37','',46,'http://carolinamarina.com/wordpress/2018/05/18/46-revision-v1/',0,'revision','',0),(49,1,'2018-05-18 17:43:19','2018-05-18 17:43:19','','Marina','','publish','closed','closed','','marina','','','2018-05-18 17:43:19','2018-05-18 17:43:19','',0,'http://carolinamarina.com/wordpress/?page_id=49',0,'page','',0),(50,1,'2018-05-18 17:43:20','2018-05-18 17:43:20',' ','','','publish','closed','closed','','50','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/2018/05/18/50/',13,'nav_menu_item','',0),(51,1,'2018-05-18 17:43:19','2018-05-18 17:43:19','','Marina','','inherit','closed','closed','','49-revision-v1','','','2018-05-18 17:43:19','2018-05-18 17:43:19','',49,'http://carolinamarina.com/wordpress/2018/05/18/49-revision-v1/',0,'revision','',0),(52,1,'2018-05-18 17:44:09','2018-05-18 17:44:09','[vc_row][vc_column][vc_column_text]<img class=\"size-medium wp-image-154 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakevillas_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" /><strong>Carolina Marina currently has no NEW Lake Villas for sale, however, we do have several pre-owned Lake Villas “For Sale by Owner”.</strong>\r\n<a href=\"http://www.carolinamarina.com/index_htm_files/lots_available.pdf\" target=\"_blank\" rel=\"noopener\">Click here for current Lots Available</a>\r\n\r\n<span class=\"xr_tc Normal_text\">***NOTICE TO NEW OR PROSPECTIVE LEASEHOLDERS***</span><span class=\"xr_tc Normal_text\">Effective November 10, 2016, Duke Power has informed us that </span><span class=\"xr_tc Normal_text\">only <span class=\"Normal_text\">one</span> lift (boat or jet ski) per slip may be transferred to new </span><span class=\"xr_tc Normal_text\">leaseholders in our campground going forward. Upon approval </span><span class=\"xr_tc Normal_text\">of potential leaseholders’ application for campsite lease </span><span class=\"xr_tc Normal_text\">transfer, Carolina Marina personnel will inform you of the new </span><span class=\"xr_tc Normal_text\">ruling and how it affects your lease. If you have any questions, </span><span class=\"xr_tc Normal_text\">please give us a call at (336) 427-0498</span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Campsite Road Map.pdf\" target=\"_blank\" rel=\"noopener\">Lot #’s 1-325 are off of Campsite Road - click here for map</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Mountain View Map.pdf\" target=\"_blank\" rel=\"noopener\">Lot #’s 503-587 are off of Mountain View (near the</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Mountain View Map.pdf\" target=\"_blank\" rel=\"noopener\">Drystack “Boat Hotel” - click here for map</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><span class=\"Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Permit Request.pdf\" target=\"_blank\" rel=\"noopener\">Campground Lotholders - Application for Building Permit</a></span></span>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" target=\"_blank\" rel=\"noopener\">Click here for 2018 lease rates</a></span></div>\r\n[/vc_column_text][/vc_column][/vc_row]','Lake Villas','','publish','closed','closed','','lake-villas','','','2018-06-06 15:19:31','2018-06-06 15:19:31','',0,'http://carolinamarina.com/wordpress/?page_id=52',0,'page','',0),(53,1,'2018-05-18 17:44:10','2018-05-18 17:44:10',' ','','','publish','closed','closed','','53','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/2018/05/18/53/',19,'nav_menu_item','',0),(54,1,'2018-05-18 17:44:09','2018-05-18 17:44:09','','Lake Villas','','inherit','closed','closed','','52-revision-v1','','','2018-05-18 17:44:09','2018-05-18 17:44:09','',52,'http://carolinamarina.com/wordpress/2018/05/18/52-revision-v1/',0,'revision','',0),(55,1,'2018-05-18 17:44:49','2018-05-18 17:44:49','[vc_row css=\".vc_custom_1527194816487{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<strong>Duke Power</strong> - <a href=\"https://www.duke-energy.com/our-company/about-us/power-plants/belews-creek-steam-stati\">https://www.duke-energy.com/our-company/about-us/power-plants/belews-creek-steam-station</a>\r\n\r\n<strong>History</strong> - <a href=\"https://en.wikipedia.org/wiki/Belews_Lake\">https://en.wikipedia.org/wiki/Belews_Lake</a>\r\n\r\n<strong>Usage Rules</strong> - <a href=\"https://www.duke-energy.com/community/lakes/services/shoreline-use-at-belews\">https://www.duke-energy.com/community/lakes/services/shoreline-use-at-belews</a>[/vc_column_text][/vc_column][/vc_row]','Belews Lake','','publish','closed','closed','','belews-lake','','','2018-05-24 20:47:03','2018-05-24 20:47:03','',0,'http://carolinamarina.com/wordpress/?page_id=55',0,'page','',0),(56,1,'2018-05-18 17:44:50','2018-05-18 17:44:50',' ','','','publish','closed','closed','','56','','','2018-06-08 18:57:22','2018-06-08 18:57:22','',0,'http://carolinamarina.com/wordpress/2018/05/18/56/',30,'nav_menu_item','',0),(57,1,'2018-05-18 17:44:49','2018-05-18 17:44:49','','Belews Lake','','inherit','closed','closed','','55-revision-v1','','','2018-05-18 17:44:49','2018-05-18 17:44:49','',55,'http://carolinamarina.com/wordpress/2018/05/18/55-revision-v1/',0,'revision','',0),(58,1,'2018-05-18 17:45:35','2018-05-18 17:45:35','[vc_row css=\".vc_custom_1527195023015{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]\r\n<h3>Subscribe to email list</h3>\r\nPlease use the form in the footer below to Subscribe to our Email List.\r\n<h3></h3>\r\n<h3>Comments or Suggestions?</h3>\r\nPlease email <a href=\"mailto:lee@carolinamarina.com\">lee@carolinamarina.com</a>!\r\n<h3></h3>\r\n<h3>Newsletter</h3>\r\nComing Soon[/vc_column_text][/vc_column][/vc_row]','Connect','','publish','closed','closed','','connect','','','2018-05-24 21:27:25','2018-05-24 21:27:25','',0,'http://carolinamarina.com/wordpress/?page_id=58',0,'page','',0),(60,1,'2018-05-18 17:45:35','2018-05-18 17:45:35','','Connect','','inherit','closed','closed','','58-revision-v1','','','2018-05-18 17:45:35','2018-05-18 17:45:35','',58,'http://carolinamarina.com/wordpress/2018/05/18/58-revision-v1/',0,'revision','',0),(61,1,'2018-05-18 18:20:43','2018-05-18 18:20:43','[vc_row][vc_column][vc_custom_heading text=\"Carolina Marina is dedicated to the enjoyment of the boating and recreational experience and has been serving the Carolinas since 1973. At the heart of our success lies a total commitment to providing quality products and premium service at reasonable prices. We offer the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Everything you could want from a first-class marina and Platinum Mercury/Mercruiser Service Center is now just a click away.\" font_container=\"tag:p|font_size:22|text_align:center|color:%23122772|line_height:1.5\" google_fonts=\"font_family:Roboto%20Slab%3A100%2C300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal\" font_weight=\"normal\" css=\".vc_custom_1526667602004{margin-right: 80px !important;margin-left: 80px !important;}\"][/vc_column][/vc_row]','Carolina Marina','','inherit','closed','closed','','8-revision-v1','','','2018-05-18 18:20:43','2018-05-18 18:20:43','',8,'http://carolinamarina.com/wordpress/2018/05/18/8-revision-v1/',0,'revision','',0),(62,1,'2018-05-18 18:22:06','2018-05-18 18:22:06','[vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Carolina Marina is dedicated to the enjoyment of the boating and recreational experience and has been serving the Carolinas since 1973. At the heart of our success lies a total commitment to providing quality products and premium service at reasonable prices. We offer the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Everything you could want from a first-class marina and Platinum Mercury/Mercruiser Service Center is now just a click away.\" font_container=\"tag:p|font_size:22|text_align:center|color:%23122772|line_height:1.5\" google_fonts=\"font_family:Roboto%20Slab%3A100%2C300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal\" font_weight=\"normal\" css=\".vc_custom_1526667602004{margin-right: 80px !important;margin-left: 80px !important;}\"][/vc_column][/vc_row]','Carolina Marina','','inherit','closed','closed','','8-revision-v1','','','2018-05-18 18:22:06','2018-05-18 18:22:06','',8,'http://carolinamarina.com/wordpress/2018/05/18/8-revision-v1/',0,'revision','',0),(63,1,'2018-05-18 18:30:10','2018-05-18 18:30:10','<div><strong>Main Number</strong> : 336.427.0498\n<strong>Fax Number</strong> : 336.427.0524</div>\n<div></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\n<div></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">. </span></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road </span></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road</span></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\n<div></div>\n<div class=\"Normal_text\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West</span></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East</span></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road</span></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road</span></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\n<div></div>\n<div class=\"Normal_text\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit</span></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road</span></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road</span></div>\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></div>\n<div></div>\n<div>Management</div>','Contact','','inherit','closed','closed','','12-autosave-v1','','','2018-05-18 18:30:10','2018-05-18 18:30:10','',12,'http://carolinamarina.com/wordpress/2018/05/18/12-autosave-v1/',0,'revision','',0),(64,1,'2018-05-18 18:28:52','2018-05-18 18:28:52','<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">. </span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road </span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></div>','Contact','','inherit','closed','closed','','12-revision-v1','','','2018-05-18 18:28:52','2018-05-18 18:28:52','',12,'http://carolinamarina.com/wordpress/2018/05/18/12-revision-v1/',0,'revision','',0),(65,1,'2018-05-18 18:31:11','2018-05-18 18:31:11','<div><strong>Main Number</strong> : 336.427.0498\r\n<strong>Fax Number</strong> : 336.427.0524</div>\r\n<div></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">. </span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road </span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div><strong>Management</strong></div>\r\n<div></div>\r\n<div>Jim Patten :</div>\r\n<div></div>\r\n<div>Lee Adkins :</div>\r\n<div></div>\r\n<div><strong>Customer Service</strong></div>\r\n<div></div>\r\n<div>Andrea :\r\n\r\nLoretta :</div>\r\n<div></div>\r\n<div><strong>Employment </strong></div>','Contact','','inherit','closed','closed','','12-revision-v1','','','2018-05-18 18:31:11','2018-05-18 18:31:11','',12,'http://carolinamarina.com/wordpress/2018/05/18/12-revision-v1/',0,'revision','',0),(66,1,'2018-05-18 18:32:34','2018-05-18 18:32:34','<div><strong>Main Number</strong> : 336.427.0498\r\n<strong>Fax Number</strong> : 336.427.0524</div>\r\n<div></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">. </span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road </span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div><strong>Management</strong></div>\r\n<div></div>\r\n<div>Jim Patten :</div>\r\n<div></div>\r\n<div>Lee Adkins :</div>\r\n<div></div>\r\n<div><strong>Customer Service</strong></div>\r\n<div></div>\r\n<div>\r\n\r\nAndrea :\r\n\r\nLoretta :\r\n\r\n</div>\r\n<div></div>\r\n<div><strong>Employment </strong></div>','Contact','','inherit','closed','closed','','12-revision-v1','','','2018-05-18 18:32:34','2018-05-18 18:32:34','',12,'http://carolinamarina.com/wordpress/2018/05/18/12-revision-v1/',0,'revision','',0),(67,1,'2018-05-18 18:33:39','2018-05-18 18:33:39','[vc_row][vc_column][vc_column_text css=\".vc_custom_1526668412044{margin-right: 80px !important;margin-left: 80px !important;}\"]\r\n<div><strong>Main Number</strong> : 336.427.0498\r\n<strong>Fax Number</strong> : 336.427.0524</div>\r\n<div></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">. </span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road </span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road</span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></div>\r\n<div></div>\r\n<div><strong>Management</strong></div>\r\n<div></div>\r\n<div>Jim Patten :</div>\r\n<div></div>\r\n<div>Lee Adkins :</div>\r\n<div></div>\r\n<div><strong>Customer Service</strong></div>\r\n<div></div>\r\n<div>\r\n\r\nAndrea :\r\n\r\nLoretta :\r\n\r\n</div>\r\n<div></div>\r\n<div><strong>Employment </strong></div>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','12-revision-v1','','','2018-05-18 18:33:39','2018-05-18 18:33:39','',12,'http://carolinamarina.com/wordpress/2018/05/18/12-revision-v1/',0,'revision','',0),(68,1,'2018-05-18 18:36:19','2018-05-18 18:36:19','[vc_row][vc_column][vc_column_text css=\".vc_custom_1526668564364{margin-right: 80px !important;margin-left: 80px !important;}\"]\r\n<p style=\"text-align: left;\"><strong>Main Number</strong> : 336.427.0498\r\n<strong>Fax Number</strong> : 336.427.0524</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">.\r\n</span><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West\r\n</span><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East\r\n</span><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit\r\n</span><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Management</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Jim Patten :</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Lee Adkins :</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Customer Service</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Andrea :</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Loretta :</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Employment </strong></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','12-revision-v1','','','2018-05-18 18:36:19','2018-05-18 18:36:19','',12,'http://carolinamarina.com/wordpress/2018/05/18/12-revision-v1/',0,'revision','',0),(69,1,'2018-05-18 18:41:49','2018-05-18 18:41:49','[vc_row][vc_column][vc_column_text]\r\n<p style=\"text-align: left;\"><strong>Main Number</strong> : 336.427.0498\r\n<strong>Fax Number</strong> : 336.427.0524</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">.\r\n</span><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West\r\n</span><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East\r\n</span><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit\r\n</span><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Management</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Jim Patten :</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Lee Adkins :</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Customer Service</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Andrea :</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Loretta :</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Employment </strong></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','12-revision-v1','','','2018-05-18 18:41:49','2018-05-18 18:41:49','',12,'http://carolinamarina.com/wordpress/2018/05/18/12-revision-v1/',0,'revision','',0),(70,1,'2018-05-18 18:42:33','2018-05-18 18:42:33','[vc_row][vc_column][vc_column_text css=\".vc_custom_1526668948493{margin-right: 40px !important;margin-left: 40px !important;}\"]\r\n<p style=\"text-align: left;\"><strong>Main Number</strong> : 336.427.0498\r\n<strong>Fax Number</strong> : 336.427.0524</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">.\r\n</span><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West\r\n</span><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East\r\n</span><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit\r\n</span><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Management</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Jim Patten :</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Lee Adkins :</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Customer Service</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Andrea :</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Loretta :</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Employment </strong></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','12-revision-v1','','','2018-05-18 18:42:33','2018-05-18 18:42:33','',12,'http://carolinamarina.com/wordpress/2018/05/18/12-revision-v1/',0,'revision','',0),(71,1,'2018-05-18 19:27:31','2018-05-18 19:27:31','[vc_row][vc_column][vc_column_text css=\".vc_custom_1528298184199{margin-right: 40px !important;margin-left: 40px !important;}\"]\r\n<p class=\"Normal_text\"><strong><span class=\"xr_tc Normal_text\">Seasonal Positions - Full or Part-time</span></strong></p>\r\n<p class=\"Normal_text\"><span class=\"xr_tc Normal_text\">We are currently accepting applications for seasonal positions at Carolina </span><span class=\"xr_tc Normal_text\">Marina in the Maintenance Dept and at the Drystack Facility</span><span class=\"xr_tc Normal_text\">Please complete an application in person at 548 Shelton Road, Stokesdale, NC </span><span class=\"xr_tc Normal_text\"><span class=\"Normal_text\">27357 or email your resume to <a href=\"mailto:lee@carolinamarina.com\">lee@carolinamarina.com</a>.</span></span></p>\r\n<p class=\"Normal_text\"><strong><span class=\"xr_tc Normal_text\">Marine/Boat Technician/Mechanic</span></strong></p>\r\n<p class=\"Normal_text\"><span class=\"xr_tl style261\">We are looking for a detail oriented, independent individual, qualified to work </span><span class=\"xr_tl style261\">on inboard/outboard engines, as well as other areas of the boat. Must be </span><span class=\"xr_tl style261\">willing to</span><span class=\"xr_tl style261\">do service calls and work independently, as well as working in the </span><span class=\"xr_tl style261\">shop with others. Prefer applicants with Mercury/Mercruiser Certification, </span><span class=\"xr_tl style261\">however, we will also consider applicants with other relevant experience </span><span class=\"xr_tl style261\">and/or training. To apply for this position please e-mail resume to </span><span class=\"xr_tl style261\"><a href=\"mailto:lee@carolinamarina.com\">lee@carolinamarina</a> or mail to Attn: Lee Adkins, 548 Shelton Road, Stokesdale, </span><span class=\"xr_tl style261\">NC 27357. Pay is dependent upon qualifications.</span></p>\r\n \r\n\r\n \r\n<p class=\"Normal_text\"><img class=\"xr_rn_ xr_ap alignleft\" title=\"\" src=\"http://carolinamarina.com/index_htm_files/4579.png\" alt=\"If you would like to be considered for employment with Carolina Marina, please feel free to fax a resume to (336) 427-0524 or e-mail a resume to lee@carolinamarina.com or pick up an application at 548 Shelton Road, Stokesdale, NC 27357. Be sure to indicate which type of position you are interested in and, if seasonal, the dates you are available to work. ** No telephone calls please ** ** All applicants must be able to pass a criminal background check **\" /></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Employment','','publish','closed','closed','','employment','','','2018-06-06 15:16:27','2018-06-06 15:16:27','',0,'http://carolinamarina.com/wordpress/?page_id=71',0,'page','',0),(72,1,'2018-05-18 19:27:32','2018-05-18 19:27:32',' ','','','publish','closed','closed','','72','','','2018-06-08 18:57:22','2018-06-08 18:57:22','',0,'http://carolinamarina.com/wordpress/2018/05/18/72/',28,'nav_menu_item','',0),(73,1,'2018-05-18 19:27:31','2018-05-18 19:27:31','[vc_row][vc_column][vc_column_text css=\".vc_custom_1526671628464{margin-right: 40px !important;margin-left: 40px !important;}\"]\r\n<p class=\"Normal_text\"><strong><span class=\"xr_tc Normal_text\">Seasonal Positions - Full or Part-time</span></strong></p>\r\n<p class=\"Normal_text\"><span class=\"xr_tc Normal_text\">We are currently accepting applications for seasonal positions at Carolina </span><span class=\"xr_tc Normal_text\">Marina in the Maintenance Dept and at the Drystack Facility</span><span class=\"xr_tc Normal_text\">Please complete an application in person at 548 Shelton Road, Stokesdale, NC </span><span class=\"xr_tc Normal_text\"><span class=\"Normal_text\">27357 or email your resume to <a href=\"mailto:lee@carolinamarina.com\">lee@carolinamarina.com</a>.</span></span></p>\r\n<p class=\"Normal_text\"><strong><span class=\"xr_tc Normal_text\">Marine/Boat Technician/Mechanic</span></strong></p>\r\n<p class=\"Normal_text\"><span class=\"xr_tl style261\">We are looking for a detail oriented, independent individual, qualified to work </span><span class=\"xr_tl style261\">on inboard/outboard engines, as well as other areas of the boat. Must be </span><span class=\"xr_tl style261\">willing to</span><span class=\"xr_tl style261\">do service calls and work independently, as well as working in the </span><span class=\"xr_tl style261\">shop with others. Prefer applicants with Mercury/Mercruiser Certification, </span><span class=\"xr_tl style261\">however, we will also consider applicants with other relevant experience </span><span class=\"xr_tl style261\">and/or training. To apply for this position please e-mail resume to </span><span class=\"xr_tl style261\"><a href=\"mailto:lee@carolinamarina.com\">lee@carolinamarina</a> or mail to Attn: Lee Adkins, 548 Shelton Road, Stokesdale, </span><span class=\"xr_tl style261\">NC 27357. Pay is dependent upon qualifications.</span></p>\r\n \r\n\r\n \r\n<p class=\"Normal_text\"><img class=\"xr_rn_ xr_ap aligncenter\" title=\"\" src=\"http://carolinamarina.com/index_htm_files/4579.png\" alt=\"If you would like to be considered for employment with Carolina Marina, please feel free to fax a resume to (336) 427-0524 or e-mail a resume to lee@carolinamarina.com or pick up an application at 548 Shelton Road, Stokesdale, NC 27357. Be sure to indicate which type of position you are interested in and, if seasonal, the dates you are available to work. ** No telephone calls please ** ** All applicants must be able to pass a criminal background check **\" /></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Employment','','inherit','closed','closed','','71-revision-v1','','','2018-05-18 19:27:31','2018-05-18 19:27:31','',71,'http://carolinamarina.com/wordpress/2018/05/18/71-revision-v1/',0,'revision','',0),(77,1,'2018-05-18 21:38:17','2018-05-18 21:38:17','[ecwd id=\"77\" type=\"full\" page_items=\"5\" event_search=\"yes\" display=\"full\" displays=\"full,list,week,day\" filters=\"\"]','Marina Events','','publish','closed','closed','','calendar','','','2018-05-18 21:43:47','2018-05-18 21:43:47','',0,'http://carolinamarina.com/wordpress/2018/05/18/calendar/',0,'ecwd_calendar','',0),(90,1,'2018-05-21 12:57:17','2018-05-21 12:57:17','[ecwd id=\"77\"]','Amenities','','inherit','closed','closed','','46-revision-v1','','','2018-05-21 12:57:17','2018-05-21 12:57:17','',46,'http://carolinamarina.com/wordpress/2018/05/21/46-revision-v1/',0,'revision','',0),(92,1,'2018-05-21 13:00:52','2018-05-21 13:00:52','<h3><center>Fishing Report - provided by Fishingnotes.com - <a href=\"http://www.fishingnotes.com/fishing-report/nc/Belews-Lake\">Click Here</a> for Current Report.</center></h3>\r\n\r\n[ecwd id=\"77\"]','Special Events','','publish','closed','closed','','special-events','','','2018-05-24 20:56:50','2018-05-24 20:56:50','',0,'http://carolinamarina.com/wordpress/?page_id=92',0,'page','',0),(93,1,'2018-05-21 13:00:53','2018-05-21 13:00:53',' ','','','publish','closed','closed','','93','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/2018/05/21/93/',22,'nav_menu_item','',0),(94,1,'2018-05-21 13:00:52','2018-05-21 13:00:52','[ecwd id=\"77\"]','Special Events','','inherit','closed','closed','','92-revision-v1','','','2018-05-21 13:00:52','2018-05-21 13:00:52','',92,'http://carolinamarina.com/wordpress/2018/05/21/92-revision-v1/',0,'revision','',0),(96,1,'2018-05-21 13:02:41','2018-05-21 13:02:41','[vc_row css=\".vc_custom_1527188410161{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\"size-medium wp-image-157 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/pearlkitchen_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" /><span class=\"xr_tc xr_s0\">The PEARL KITCHEN </span><span class=\"xr_tc xr_s0\">will return in May 2018</span>\r\n\r\n<span class=\"xr_tc xr_s1\">Follow us on Facebook for updates </span><span class=\"xr_tc xr_s2\"><span class=\"xr_s3\"><a href=\"http://www.facebook.com/thepearlkitchen/\">facebook.com</a></span><span class=\"xr_s4\"><a href=\"http://www.facebook.com/thepearlkitchen/\">/thepearlkitche</a></span><span class=\"xr_s3\"><a href=\"http://www.facebook.com/thepearlkitchen/\">n/</a></span></span>\r\n\r\n<span class=\"xr_tc xr_s0\">phone : 336-420-6803</span>\r\n\r\n<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/lakeside_final_menu.pdf\">Click here to download the Pearl Kitchen Menu.</a>[/vc_column_text][/vc_column][/vc_row]','Pearl Kitchen','','publish','closed','closed','','pearl-kitchen','','','2018-06-06 15:21:12','2018-06-06 15:21:12','',0,'http://carolinamarina.com/wordpress/?page_id=96',0,'page','',0),(97,1,'2018-05-21 13:02:42','2018-05-21 13:02:42',' ','','','publish','closed','closed','','97','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/2018/05/21/97/',4,'nav_menu_item','',0),(98,1,'2018-05-21 13:02:41','2018-05-21 13:02:41','','Pearl Kitchen','','inherit','closed','closed','','96-revision-v1','','','2018-05-21 13:02:41','2018-05-21 13:02:41','',96,'http://carolinamarina.com/wordpress/2018/05/21/96-revision-v1/',0,'revision','',0),(99,1,'2018-05-21 13:03:12','2018-05-21 13:03:12','[vc_row css=\".vc_custom_1527189646566{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<i><img class=\"size-medium wp-image-156 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/marinastore_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />The Ship\'s Store is fully stocked with boating and recreational supplies to make your day on the lake complete! Store hours beginning May 25th are Monday - Sunday 8:30 am to 6pm</i>.\r\n<h3><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/2018_operating_schedule_store.pdf\">Click here to download 2018 Store schedule.</a></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Marina Store','','publish','closed','closed','','marina-store','','','2018-06-06 15:20:51','2018-06-06 15:20:51','',0,'http://carolinamarina.com/wordpress/?page_id=99',0,'page','',0),(100,1,'2018-05-21 13:03:14','2018-05-21 13:03:14',' ','','','publish','closed','closed','','100','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/2018/05/21/100/',6,'nav_menu_item','',0),(101,1,'2018-05-21 13:03:12','2018-05-21 13:03:12','','Marina Store','','inherit','closed','closed','','99-revision-v1','','','2018-05-21 13:03:12','2018-05-21 13:03:12','',99,'http://carolinamarina.com/wordpress/2018/05/21/99-revision-v1/',0,'revision','',0),(102,1,'2018-05-21 13:03:56','2018-05-21 13:03:56','[vc_row css=\".vc_custom_1527189972351{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\" wp-image-26 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/06/home-highlight-boxes-amenities.jpg\" alt=\"\" width=\"335\" height=\"323\" />Carolina Marina offers an easy to afford, yet relaxing, getaway opportunity. Come and stay in our Lakefront Cottage for a couple of days or a week. Planning a big event? Our Lakeside Special Events center is also available for your use and enjoyment. It has a beautiful view of Carolina Marina’s South Cove and is available for weddings, receptions, reunions, birthdays and other special events year-round. While you are here, be sure to see the entire lake in one of our rental pontoons. They are available for half or full day excursions, complete with all needed safety equipment and gear. So come spend some time at Carolina Marina on Belews Lake. Celebrating, picnicking, fishing, touring, or just for the fun of it! For more information, just click the link below;\r\n<h3><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Click Here to see Rental Pontoons</a></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Boat Rentals','','publish','closed','closed','','stay-and-play','','','2018-06-06 15:14:08','2018-06-06 15:14:08','',0,'http://carolinamarina.com/wordpress/?page_id=102',0,'page','',0),(103,1,'2018-05-21 13:03:58','2018-05-21 13:03:58',' ','','','publish','closed','closed','','103','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/2018/05/21/103/',9,'nav_menu_item','',0),(104,1,'2018-05-21 13:03:56','2018-05-21 13:03:56','','Stay and Play','','inherit','closed','closed','','102-revision-v1','','','2018-05-21 13:03:56','2018-05-21 13:03:56','',102,'http://carolinamarina.com/wordpress/2018/05/21/102-revision-v1/',0,'revision','',0),(105,1,'2018-05-21 13:04:28','2018-05-21 13:04:28','','Dry Stack Boat Hotel','','inherit','closed','closed','','102-revision-v1','','','2018-05-21 13:04:28','2018-05-21 13:04:28','',102,'http://carolinamarina.com/wordpress/2018/05/21/102-revision-v1/',0,'revision','',0),(106,1,'2018-05-21 13:04:51','2018-05-21 13:04:51','','Boat Rentals','','inherit','closed','closed','','102-revision-v1','','','2018-05-21 13:04:51','2018-05-21 13:04:51','',102,'http://carolinamarina.com/wordpress/2018/05/21/102-revision-v1/',0,'revision','',0),(107,1,'2018-05-21 13:05:25','2018-05-21 13:05:25','[vc_row css=\".vc_custom_1527192833235{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ape-gallery 256]\r\n\r\n \r\n<h2><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/CMLS_SpecialEventsCenter.pdf\">Click Here for Lakeside SEC Rental Rates.</a></h2>\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Lakeside at CM','','publish','closed','closed','','lakeside-at-cm','','','2018-06-06 15:27:24','2018-06-06 15:27:24','',0,'http://carolinamarina.com/wordpress/?page_id=107',0,'page','',0),(108,1,'2018-05-21 13:05:26','2018-05-21 13:05:26',' ','','','publish','closed','closed','','108','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/2018/05/21/108/',11,'nav_menu_item','',0),(109,1,'2018-05-21 13:05:25','2018-05-21 13:05:25','','Boat Sales','','inherit','closed','closed','','107-revision-v1','','','2018-05-21 13:05:25','2018-05-21 13:05:25','',107,'http://carolinamarina.com/wordpress/2018/05/21/107-revision-v1/',0,'revision','',0),(110,1,'2018-05-21 13:05:50','2018-05-21 13:05:50','','Lakeside at CM','','inherit','closed','closed','','107-revision-v1','','','2018-05-21 13:05:50','2018-05-21 13:05:50','',107,'http://carolinamarina.com/wordpress/2018/05/21/107-revision-v1/',0,'revision','',0),(111,1,'2018-05-21 13:06:23','2018-05-21 13:06:23','[vc_row css=\".vc_custom_1527193022413{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Carolina Marina offers an easy to afford, yet relaxing, getaway </span><span class=\"xr_tc Normal_text\">opportunity. Come and stay in our Lakefront Cottage for a couple </span><span class=\"xr_tc Normal_text\">of days or a week. Planning a big event? Our Lakeside Special </span><span class=\"xr_tc Normal_text\">Events center is also available for your use and enjoyment. It has a </span><span class=\"xr_tc Normal_text\">beautiful view of Carolina Marina’s South Cove and is available for </span><span class=\"xr_tc Normal_text\">weddings, receptions, reunions, birthdays and other special events </span><span class=\"xr_tc Normal_text\">year-round. While you are here, be sure to see the entire lake in </span><span class=\"xr_tc Normal_text\">one of our rental pontoons. They are available for half or full day </span><span class=\"xr_tc Normal_text\">excursions, complete with all needed safety equipment and gear. </span><span class=\"xr_tc Normal_text\">So come spend some time at Carolina Marina on Belews Lake. </span><span class=\"xr_tc Normal_text\">Celebrating, picnicking, fishing, touring, or just for the fun of it! </span><span class=\"xr_tc Normal_text\">For more information, just click the link below;</span>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Cottage Rental pdf.pdf\">Lakefront Cottage</a></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Cottage Rental','','publish','closed','closed','','cottage-rental','','','2018-06-06 15:15:50','2018-06-06 15:15:50','',0,'http://carolinamarina.com/wordpress/?page_id=111',0,'page','',0),(112,1,'2018-05-21 13:06:24','2018-05-21 13:06:24',' ','','','publish','closed','closed','','112','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/2018/05/21/112/',12,'nav_menu_item','',0),(113,1,'2018-05-21 13:06:23','2018-05-21 13:06:23','','Cottage Rental','','inherit','closed','closed','','111-revision-v1','','','2018-05-21 13:06:23','2018-05-21 13:06:23','',111,'http://carolinamarina.com/wordpress/2018/05/21/111-revision-v1/',0,'revision','',0),(114,1,'2018-05-21 13:07:53','2018-05-21 13:07:53','[vc_row css=\".vc_custom_1527190418402{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\"size-medium wp-image-160 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/boatsales_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />\r\n\r\n<span class=\"xr_tc Normal_text\">Carolina Marina does not sell new or used boats directly, however, </span><span class=\"xr_tc Normal_text\">we do provide a free listing of boats “For Sale by Owner” by </span><span class=\"xr_tc Normal_text\">leaseholders here at Carolina Marina.</span>\r\n<h3>Boats \"For Sale By Owner\" Listing. <a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/boats_available.pdf\">Click Here</a></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Boat Sales','','publish','closed','closed','','boat-sales-2','','','2018-06-06 15:14:46','2018-06-06 15:14:46','',0,'http://carolinamarina.com/wordpress/?page_id=114',0,'page','',0),(115,1,'2018-05-21 13:07:54','2018-05-21 13:07:54',' ','','','publish','closed','closed','','115','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/2018/05/21/115/',10,'nav_menu_item','',0),(116,1,'2018-05-21 13:07:53','2018-05-21 13:07:53','','Boat Sales','','inherit','closed','closed','','114-revision-v1','','','2018-05-21 13:07:53','2018-05-21 13:07:53','',114,'http://carolinamarina.com/wordpress/2018/05/21/114-revision-v1/',0,'revision','',0),(117,1,'2018-05-21 13:41:01','2018-05-21 13:41:01','','Amenities','','publish','closed','closed','','amenities','','','2018-05-21 13:42:53','2018-05-21 13:42:53','',0,'http://carolinamarina.com/wordpress/?post_type=yachtsailing_desti&p=117',0,'yachtsailing_desti','',0),(118,1,'2018-05-21 13:54:10','2018-05-21 13:54:10','','amen_home','','inherit','open','closed','','amen_home','','','2018-05-21 13:54:10','2018-05-21 13:54:10','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/amen_home.jpg',0,'attachment','image/jpeg',0),(119,1,'2018-05-24 15:04:50','2018-05-24 15:04:50','<p>[vc_row css=\".vc_custom_1526912076727{margin-right: 60px !important;margin-left: 60px !important;}\"][vc_column css=\".vc_custom_1526912089863{margin-left: 0px !important;}\"][vc_column_text]<br />\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Carolina Marina is dedicated to the enjoyment of the boating and recreational experience and has been serving the Carolinas since 1973. At the heart of our success lies a total commitment to providing quality products and premium service at reasonable prices. We offer the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Everything you could want from a first-class marina and Platinum Mercury/Mercruiser Service Center is now just a click away.\" font_container=\"tag:p|font_size:22|text_align:center|color:%23122772|line_height:1.5\" google_fonts=\"font_family:Roboto%20Slab%3A100%2C300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal\" font_weight=\"normal\" css=\".vc_custom_1526667602004{margin-right: 80px !important;margin-left: 80px !important;}\"][/vc_column][/vc_row]</p>\n','Carolina Marina','','inherit','closed','closed','','8-autosave-v1','','','2018-05-24 15:04:50','2018-05-24 15:04:50','',8,'http://carolinamarina.com/wordpress/2018/05/21/8-autosave-v1/',0,'revision','',0),(120,1,'2018-05-21 14:09:15','2018-05-21 14:09:15','[vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Carolina Marina is dedicated to the enjoyment of the boating and recreational experience and has been serving the Carolinas since 1973. At the heart of our success lies a total commitment to providing quality products and premium service at reasonable prices. We offer the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Everything you could want from a first-class marina and Platinum Mercury/Mercruiser Service Center is now just a click away.\" font_container=\"tag:p|font_size:22|text_align:center|color:%23122772|line_height:1.5\" google_fonts=\"font_family:Roboto%20Slab%3A100%2C300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal\" font_weight=\"normal\" css=\".vc_custom_1526667602004{margin-right: 80px !important;margin-left: 80px !important;}\"][/vc_column][/vc_row]','Carolina Marina','','inherit','closed','closed','','8-revision-v1','','','2018-05-21 14:09:15','2018-05-21 14:09:15','',8,'http://carolinamarina.com/wordpress/2018/05/21/8-revision-v1/',0,'revision','',0),(121,1,'2018-05-21 14:09:55','2018-05-21 14:09:55','[vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Carolina Marina is dedicated to the enjoyment of the boating and recreational experience and has been serving the Carolinas since 1973. At the heart of our success lies a total commitment to providing quality products and premium service at reasonable prices. We offer the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Everything you could want from a first-class marina and Platinum Mercury/Mercruiser Service Center is now just a click away.\" font_container=\"tag:p|font_size:22|text_align:center|color:%23122772|line_height:1.5\" google_fonts=\"font_family:Roboto%20Slab%3A100%2C300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal\" font_weight=\"normal\" css=\".vc_custom_1526667602004{margin-right: 80px !important;margin-left: 80px !important;}\"][/vc_column][/vc_row]','Carolina Marina','','inherit','closed','closed','','8-revision-v1','','','2018-05-21 14:09:55','2018-05-21 14:09:55','',8,'http://carolinamarina.com/wordpress/2018/05/21/8-revision-v1/',0,'revision','',0),(122,1,'2018-05-21 14:11:39','2018-05-21 14:11:39','[vc_row][vc_column width=\"1/4\" css=\".vc_custom_1526911895006{margin-left: 40px !important;}\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Carolina Marina is dedicated to the enjoyment of the boating and recreational experience and has been serving the Carolinas since 1973. At the heart of our success lies a total commitment to providing quality products and premium service at reasonable prices. We offer the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Everything you could want from a first-class marina and Platinum Mercury/Mercruiser Service Center is now just a click away.\" font_container=\"tag:p|font_size:22|text_align:center|color:%23122772|line_height:1.5\" google_fonts=\"font_family:Roboto%20Slab%3A100%2C300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal\" font_weight=\"normal\" css=\".vc_custom_1526667602004{margin-right: 80px !important;margin-left: 80px !important;}\"][/vc_column][/vc_row]','Carolina Marina','','inherit','closed','closed','','8-revision-v1','','','2018-05-21 14:11:39','2018-05-21 14:11:39','',8,'http://carolinamarina.com/wordpress/2018/05/21/8-revision-v1/',0,'revision','',0),(123,1,'2018-05-21 14:13:11','2018-05-21 14:13:11','[vc_row css=\".vc_custom_1526911981752{margin-right: 40px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1526911895006{margin-left: 40px !important;}\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1526911962637{margin-left: 20px !important;}\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1526911970655{margin-right: 20px !important;}\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Carolina Marina is dedicated to the enjoyment of the boating and recreational experience and has been serving the Carolinas since 1973. At the heart of our success lies a total commitment to providing quality products and premium service at reasonable prices. We offer the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Everything you could want from a first-class marina and Platinum Mercury/Mercruiser Service Center is now just a click away.\" font_container=\"tag:p|font_size:22|text_align:center|color:%23122772|line_height:1.5\" google_fonts=\"font_family:Roboto%20Slab%3A100%2C300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal\" font_weight=\"normal\" css=\".vc_custom_1526667602004{margin-right: 80px !important;margin-left: 80px !important;}\"][/vc_column][/vc_row]','Carolina Marina','','inherit','closed','closed','','8-revision-v1','','','2018-05-21 14:13:11','2018-05-21 14:13:11','',8,'http://carolinamarina.com/wordpress/2018/05/21/8-revision-v1/',0,'revision','',0),(124,1,'2018-05-21 14:14:54','2018-05-21 14:14:54','[vc_row css=\".vc_custom_1526912076727{margin-right: 60px !important;margin-left: 60px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1526912089863{margin-left: 0px !important;}\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1526911962637{margin-left: 20px !important;}\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1526911970655{margin-right: 20px !important;}\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Carolina Marina is dedicated to the enjoyment of the boating and recreational experience and has been serving the Carolinas since 1973. At the heart of our success lies a total commitment to providing quality products and premium service at reasonable prices. We offer the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Everything you could want from a first-class marina and Platinum Mercury/Mercruiser Service Center is now just a click away.\" font_container=\"tag:p|font_size:22|text_align:center|color:%23122772|line_height:1.5\" google_fonts=\"font_family:Roboto%20Slab%3A100%2C300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal\" font_weight=\"normal\" css=\".vc_custom_1526667602004{margin-right: 80px !important;margin-left: 80px !important;}\"][/vc_column][/vc_row]','Carolina Marina','','inherit','closed','closed','','8-revision-v1','','','2018-05-21 14:14:54','2018-05-21 14:14:54','',8,'http://carolinamarina.com/wordpress/2018/05/21/8-revision-v1/',0,'revision','',0),(125,1,'2018-05-21 14:15:55','2018-05-21 14:15:55','[vc_row css=\".vc_custom_1526912076727{margin-right: 60px !important;margin-left: 60px !important;}\"][vc_column width=\"1/4\" css=\".vc_custom_1526912089863{margin-left: 0px !important;}\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1526912140304{margin-left: 0px !important;}\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\" css=\".vc_custom_1526912150465{margin-right: 0px !important;}\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Carolina Marina is dedicated to the enjoyment of the boating and recreational experience and has been serving the Carolinas since 1973. At the heart of our success lies a total commitment to providing quality products and premium service at reasonable prices. We offer the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Everything you could want from a first-class marina and Platinum Mercury/Mercruiser Service Center is now just a click away.\" font_container=\"tag:p|font_size:22|text_align:center|color:%23122772|line_height:1.5\" google_fonts=\"font_family:Roboto%20Slab%3A100%2C300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal\" font_weight=\"normal\" css=\".vc_custom_1526667602004{margin-right: 80px !important;margin-left: 80px !important;}\"][/vc_column][/vc_row]','Carolina Marina','','inherit','closed','closed','','8-revision-v1','','','2018-05-21 14:15:55','2018-05-21 14:15:55','',8,'http://carolinamarina.com/wordpress/2018/05/21/8-revision-v1/',0,'revision','',0),(126,1,'2018-05-24 19:00:40','2018-05-24 19:00:40','<p>[vc_row css=\".vc_custom_1527188410161{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc xr_s0\">The PEARL KITCHEN </span><span class=\"xr_tc xr_s0\">will return in May 2018</span></p>\n<p><span class=\"xr_tc xr_s1\">Follow us on Facebook for updates </span><span class=\"xr_tc xr_s2\"><span class=\"xr_s3\"><a href=\"http://www.facebook.com/thepearlkitchen/\">facebook.com</a></span><span class=\"xr_s4\"><a href=\"http://www.facebook.com/thepearlkitchen/\">/thepearlkitche</a></span><span class=\"xr_s3\"><a href=\"http://www.facebook.com/thepearlkitchen/\">n/</a></span></span></p>\n<p><span class=\"xr_tc xr_s0\">phone : 336-420-6803</span></p>\n<p><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/lakeside_final_menu.pdf\">Click here to download the Pearl Kitchen Menu.</a>[/vc_column_text][/vc_column][/vc_row]</p>\n','Pearl Kitchen','','inherit','closed','closed','','96-autosave-v1','','','2018-05-24 19:00:40','2018-05-24 19:00:40','',96,'http://carolinamarina.com/wordpress/2018/05/22/96-autosave-v1/',0,'revision','',0),(128,1,'2018-05-22 13:30:37','2018-05-22 13:30:37','','Amenities','','inherit','closed','closed','','46-revision-v1','','','2018-05-22 13:30:37','2018-05-22 13:30:37','',46,'http://carolinamarina.com/wordpress/2018/05/22/46-revision-v1/',0,'revision','',0),(132,1,'2018-05-23 15:33:36','2018-05-23 15:33:36','[vc_row css=\".vc_custom_1527188800005{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-161 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/drystack_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Welcome to Carolina Marina’s “Boat Hotel”</span> <span class=\"xr_tc Normal_text\">Our Drystack facility offers a full service, indoor storage facility </span> <span class=\"xr_tc Normal_text\">on Belews Lake, conveniently located just minutes away from </span> <span class=\"xr_tc Normal_text\">Winston-Salem and Greensboro, NC. Our facility is operated in a </span> <span class=\"xr_tc Normal_text\">way to make boating fun for everyone and takes the hassle out </span> <span class=\"xr_tc Normal_text\">of towing your boat. One call is all it takes to have your boat </span> <span class=\"xr_tc Normal_text\">placed in the water, ready and waiting for your enjoyment.</span> <span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour surveillance, as </span> <span class=\"xr_tc Normal_text\">well as protection against the elements. Our certified and highly </span> <span class=\"xr_tc Normal_text\">experienced operators insure that your boat gets the special </span> <span class=\"xr_tc Normal_text\">care it deserves and is in the water, ready to use, when you </span> <span class=\"xr_tc Normal_text\">enter the marina. Dock attendants arealso staffed to assist you </span> <span class=\"xr_tc Normal_text\">in making your boating experience the best in the Carolinas.</span> <span class=\"xr_tc Normal_text\">Come by and visit us, take a tour of our drystack facility, and </span> <span class=\"xr_tc Normal_text\">experience the true joy of boating.</span>\r\n<div></div>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" rel=\"noopener\">Click here for 2018 lease rates</a></span></h3>\r\n<div></div>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/drystack-operation/\" rel=\"noopener\">Click here to see Drystack in operation</a></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Drystack','','publish','closed','closed','','drystack','','','2018-06-06 15:12:17','2018-06-06 15:12:17','',0,'http://carolinamarina.com/wordpress/?page_id=132',0,'page','',0),(133,1,'2018-05-23 15:33:05','2018-05-23 15:33:05','','1078[1]','','inherit','open','closed','','10781','','','2018-05-23 15:33:05','2018-05-23 15:33:05','',132,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/10781.jpg',0,'attachment','image/jpeg',0),(134,1,'2018-05-23 15:33:36','2018-05-23 15:33:36','[vc_row][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-133 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/10781-300x191.jpg\" alt=\"\" width=\"300\" height=\"191\" />Welcome to Carolina Marina’s “Boat Hotel”</span> <span class=\"xr_tc Normal_text\">Our Drystack facility offers a full service, indoor storage facility </span> <span class=\"xr_tc Normal_text\">on Belews Lake, conveniently located just minutes away from </span> <span class=\"xr_tc Normal_text\">Winston-Salem and Greensboro, NC. Our facility is operated in a </span> <span class=\"xr_tc Normal_text\">way to make boating fun for everyone and takes the hassle out </span> <span class=\"xr_tc Normal_text\">of towing your boat. One call is all it takes to have your boat </span> <span class=\"xr_tc Normal_text\">placed in the water, ready and waiting for your enjoyment.</span> <span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour surveillance, as </span> <span class=\"xr_tc Normal_text\">well as protection against the elements. Our certified and highly </span> <span class=\"xr_tc Normal_text\">experienced operators insure that your boat gets the special </span> <span class=\"xr_tc Normal_text\">care it deserves and is in the water, ready to use, when you </span> <span class=\"xr_tc Normal_text\">enter the marina. Dock attendants arealso staffed to assist you </span> <span class=\"xr_tc Normal_text\">in making your boating experience the best in the Carolinas.</span> <span class=\"xr_tc Normal_text\">Come by and visit us, take a tour of our drystack facility, and </span> <span class=\"xr_tc Normal_text\">experience the true joy of boating.</span>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://www.carolinamarina.com/index_htm_files/2018_lease_rates.pdf\" target=\"_blank\" rel=\"noopener\">Click here for 2018 lease rates</a></span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://www.carolinamarina.com/drystack1.htm\" target=\"_blank\" rel=\"noopener\">Click here to see Drystack in operation</a></span></div>\r\n[/vc_column_text][/vc_column][/vc_row]','Drystack','','inherit','closed','closed','','132-revision-v1','','','2018-05-23 15:33:36','2018-05-23 15:33:36','',132,'http://carolinamarina.com/wordpress/2018/05/23/132-revision-v1/',0,'revision','',0),(135,1,'2018-05-23 15:38:08','2018-05-23 15:38:08','[vc_row css=\".vc_custom_1527187597500{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-159 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/wetslips_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />After you’ve purchased the boat of your dreams, you will want to get </span> <span class=\"xr_tc Normal_text\">out to beautiful Belews Lake and relax. That’s why we have nearly </span> <span class=\"xr_tc Normal_text\">300 slips of various lengths available for lease on an annual basis. To </span> <span class=\"xr_tc Normal_text\">inquire about slip availability call (336) 427-0498 or e-mail us at </span> <span class=\"xr_tc Normal_text\"><a href=\"mailto:sales@carolinamarina.com\">sales@carolinamarina.com</a>.</span>\r\n<h3><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\">Click here for 2018 lease rates.</a></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Wet Slips','','publish','closed','closed','','wet-slipps','','','2018-06-06 15:28:38','2018-06-06 15:28:38','',0,'http://carolinamarina.com/wordpress/?page_id=135',0,'page','',0),(136,1,'2018-05-23 15:36:45','2018-05-23 15:36:45','','OLYMPUS DIGITAL CAMERA','OLYMPUS DIGITAL CAMERA','inherit','open','closed','','olympus-digital-camera','','','2018-05-23 15:36:45','2018-05-23 15:36:45','',135,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/3701.jpg',0,'attachment','image/jpeg',0),(137,1,'2018-05-23 15:37:31','2018-05-23 15:37:31','','369[1]','','inherit','open','closed','','3691','','','2018-05-23 15:37:31','2018-05-23 15:37:31','',135,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/3691.jpg',0,'attachment','image/jpeg',0),(138,1,'2018-05-23 15:38:08','2018-05-23 15:38:08','[vc_row][vc_column][vc_column_text]<img class=\"size-medium wp-image-136\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/3701-300x131.jpg\" alt=\"\" width=\"300\" height=\"131\" />\r\n\r\n<span class=\"xr_tc Normal_text\"><img class=\"alignnone size-medium wp-image-137\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/3691-300x136.jpg\" alt=\"\" width=\"300\" height=\"136\" /></span>\r\n\r\n<span class=\"xr_tc Normal_text\">After you’ve purchased the boat of your dreams, you will want to get </span> <span class=\"xr_tc Normal_text\">out to beautiful Belews Lake and relax. That’s why we have nearly </span> <span class=\"xr_tc Normal_text\">300 slips of various lengths available for lease on an annual basis. To </span> <span class=\"xr_tc Normal_text\">inquire about slip availability call (336) 427-0498 or e-mail us at </span> <span class=\"xr_tc Normal_text\"><a href=\"mailto:sales@carolinamarina.com\">sales@carolinamarina.com</a>.</span>[/vc_column_text][/vc_column][/vc_row]','Wet Slipps','','inherit','closed','closed','','135-revision-v1','','','2018-05-23 15:38:08','2018-05-23 15:38:08','',135,'http://carolinamarina.com/wordpress/2018/05/23/135-revision-v1/',0,'revision','',0),(139,1,'2018-05-24 21:10:04','2018-05-24 21:10:04','<p>[vc_row][vc_column][vc_column_text]<strong>Carolina Marina currently has no NEW Lake Villas for sale, however, we do have several pre-owned Lake Villas “For Sale by Owner”.</strong><br />\n<a href=\"http://www.carolinamarina.com/index_htm_files/lots_available.pdf\" target=\"_blank\" rel=\"noopener\">Click here for current Lots Available</a></p>\n<p><span class=\"xr_tc Normal_text\">***NOTICE TO NEW OR PROSPECTIVE LEASEHOLDERS***</span><span class=\"xr_tc Normal_text\">Effective November 10, 2016, Duke Power has informed us that </span><span class=\"xr_tc Normal_text\">only <span class=\"Normal_text\">one</span> lift (boat or jet ski) per slip may be transferred to new </span><span class=\"xr_tc Normal_text\">leaseholders in our campground going forward. Upon approval </span><span class=\"xr_tc Normal_text\">of potential leaseholders’ application for campsite lease </span><span class=\"xr_tc Normal_text\">transfer, Carolina Marina personnel will inform you of the new </span><span class=\"xr_tc Normal_text\">ruling and how it affects your lease. If you have any questions, </span><span class=\"xr_tc Normal_text\">please give us a call at (336) 427-0498</span></p>\n<p><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Campsite Road Map.pdf\" target=\"_blank\" rel=\"noopener\">Lot #’s 1-325 are off of Campsite Road - click here for map</a></span></p>\n<p><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Mountain View Map.pdf\" target=\"_blank\" rel=\"noopener\">Lot #’s 503-587 are off of Mountain View (near the</a></span></p>\n<p><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Mountain View Map.pdf\" target=\"_blank\" rel=\"noopener\">Drystack “Boat Hotel” - click here for map</a></span></p>\n<p><span class=\"xr_tc Normal_text\"><span class=\"Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Permit Request.pdf\" target=\"_blank\" rel=\"noopener\">Campground Lotholders - Application for Building Permit</a></span></span></p>\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" target=\"_blank\" rel=\"noopener\">Click here for 2018 lease rates</a></span></div>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Lake Villas','','inherit','closed','closed','','52-autosave-v1','','','2018-05-24 21:10:04','2018-05-24 21:10:04','',52,'http://carolinamarina.com/wordpress/2018/05/23/52-autosave-v1/',0,'revision','',0),(140,1,'2018-05-23 15:41:53','2018-05-23 15:41:53','','371[1]','','inherit','open','closed','','3711','','','2018-05-23 15:41:53','2018-05-23 15:41:53','',52,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/3711.jpg',0,'attachment','image/jpeg',0),(141,1,'2018-05-23 15:42:30','2018-05-23 15:42:30','[vc_row][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\" style=\"left: -48px; top: -17px; width: 688px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\"><img class=\"alignnone size-medium wp-image-140\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/3711-300x137.jpg\" alt=\"\" width=\"300\" height=\"137\" /></span>\r\n\r\nCarolina Marina currently has no NEW Lake Villas for sale, however, we do <span class=\"xr_tc Normal_text\" style=\"left: 36px; top: 5px; width: 515px; font-family: \'Open Sans\'; font-size: 21px; font-weight: 600;\"><span class=\"Normal_text\" style=\"color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">have several pre-owned Lake Villas “For Sale by Owner”.\r\n</span></span> <span class=\"xr_tc Normal_text\" style=\"left: -36px; top: 31px; width: 659px; color: #000140; font-family: \'Open Sans\'; font-size: 32px; font-weight: 600;\"><span class=\"Normal_text\" style=\"color: #000140; font-family: \'Open Sans\'; font-size: 32px; font-weight: 600; text-decoration: underline;\"><a href=\"http://www.carolinamarina.com/index_htm_files/lots_available.pdf\" target=\"_blank\" rel=\"noopener\">Click here for current Lots Available</a></span></span>\r\n\r\n<span class=\"xr_tc Normal_text\" style=\"left: -15px; top: -17px; width: 521px; color: #000140; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">***NOTICE TO NEW OR PROSPECTIVE LEASEHOLDERS***</span>\r\n<span class=\"xr_tc Normal_text\" style=\"left: -46px; top: 9px; width: 587px; color: #000140; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">Effective November 10, 2016, Duke Power has informed us that </span> <span class=\"xr_tc Normal_text\" style=\"left: -44px; top: 31px; width: 583px; color: #000140; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">only <span class=\"Normal_text\" style=\"color: #000140; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600; text-decoration: underline;\">one</span> lift (boat or jet ski) per slip may be transferred to new </span> <span class=\"xr_tc Normal_text\" style=\"left: -45px; top: 53px; width: 586px; color: #000140; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">leaseholders in our campground going forward. Upon approval </span> <span class=\"xr_tc Normal_text\" style=\"left: -13px; top: 75px; width: 522px; color: #000140; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">of potential leaseholders’ application for campsite lease </span> <span class=\"xr_tc Normal_text\" style=\"left: -44px; top: 97px; width: 582px; color: #000140; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">transfer, Carolina Marina personnel will inform you of the new </span> <span class=\"xr_tc Normal_text\" style=\"left: -43px; top: 118px; width: 581px; color: #000140; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">ruling and how it affects your lease. If you have any questions, </span> <span class=\"xr_tc Normal_text\" style=\"left: 74px; top: 140px; width: 343px; color: #000140; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">please give us a call at (336) 427-0498</span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://www.carolinamarina.com/index_htm_files/Campsite%20Road%20Map.pdf\" target=\"_blank\" rel=\"noopener\">Lot #’s 1-325 are off of Campsite Road - click here for map</a></span> <span class=\"xr_tc Normal_text\">\r\n<a href=\"http://www.carolinamarina.com/index_htm_files/Mountain%20View%20Map.pdf\" target=\"_blank\" rel=\"noopener\">Lot #’s 503-587 are off of Mountain View (near the</a></span> <span class=\"xr_tc Normal_text\"><a href=\"http://www.carolinamarina.com/index_htm_files/Mountain%20View%20Map.pdf\" target=\"_blank\" rel=\"noopener\">Drystack “Boat Hotel” - click here for map</a>\r\n</span> <span class=\"xr_tc Normal_text\"><span class=\"Normal_text\"><a href=\"http://www.carolinamarina.com/index_htm_files/Permit%20Request.pdf\" target=\"_blank\" rel=\"noopener\">Campground Lotholders - Application for Building Permit</a></span></span>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://www.carolinamarina.com/index_htm_files/2018_lease_rates.pdf\" target=\"_blank\" rel=\"noopener\">Click here for 2018 lease rates</a></span></div>\r\n[/vc_column_text][/vc_column][/vc_row]','Lake Villas','','inherit','closed','closed','','52-revision-v1','','','2018-05-23 15:42:30','2018-05-23 15:42:30','',52,'http://carolinamarina.com/wordpress/2018/05/23/52-revision-v1/',0,'revision','',0),(143,1,'2018-05-23 15:48:46','2018-05-23 15:48:46','[vc_row css=\".vc_custom_1527194357817{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-158 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/servicedepartment_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Carolina Marina has a premium service department and top of the </span><span class=\"xr_tc Normal_text\">line facility, with all the proper tools and personnel to get you back </span><span class=\"xr_tc Normal_text\">on the water in a hurry. We employ only Mercury/Mercruiser-</span><span class=\"xr_tc Normal_text\">Certified technicians who attend factory authorized training every </span><span class=\"xr_tc Normal_text\">year to keep up-to-date with the latest and greatest that the </span><span class=\"xr_tc Normal_text\">marine industry has to offer. When you bring your boat to us, you </span><span class=\"xr_tc Normal_text\">get your boat fixed right the first time, on time.</span><span class=\"xr_tc Normal_text\">To contact our Service Department directly, please call 336-427-</span><span class=\"xr_tc Normal_text\">0498, Ext. 13 or e-mail them at <a href=\"mailto:service@carolinamarina.com\">service@carolinamarina.com</a>. </span>[/vc_column_text][/vc_column][/vc_row]','Service Dept.','','publish','closed','closed','','service-dept','','','2018-05-24 20:39:23','2018-05-24 20:39:23','',0,'http://carolinamarina.com/wordpress/?page_id=143',0,'page','',0),(144,1,'2018-05-23 15:46:49','2018-05-23 15:46:49','','373[1]','','inherit','open','closed','','3731','','','2018-05-23 15:46:49','2018-05-23 15:46:49','',143,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/3731.jpg',0,'attachment','image/jpeg',0),(145,1,'2018-05-23 15:48:18','2018-05-23 15:48:18','','374[1]','','inherit','open','closed','','3741','','','2018-05-23 15:48:18','2018-05-23 15:48:18','',143,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/3741.jpg',0,'attachment','image/jpeg',0),(146,1,'2018-05-23 15:48:46','2018-05-23 15:48:46','[vc_row][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\" style=\"left: -46px; top: -17px; width: 619px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\"><img class=\"alignnone size-medium wp-image-144\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/3731-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" />\r\nCarolina Marina has a premium service department and top of the </span> <span class=\"xr_tc Normal_text\" style=\"left: -48px; top: 5px; width: 621px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">line facility, with all the proper tools and personnel to get you back </span> <span class=\"xr_tc Normal_text\" style=\"left: -22px; top: 26px; width: 566px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">on the water in a hurry. We employ only Mercury/Mercruiser-</span> <span class=\"xr_tc Normal_text\" style=\"left: -44px; top: 48px; width: 615px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">Certified technicians who attend factory authorized training every </span> <span class=\"xr_tc Normal_text\" style=\"left: -18px; top: 70px; width: 561px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">year to keep up-to-date with the latest and greatest that the </span> <span class=\"xr_tc Normal_text\" style=\"left: -43px; top: 92px; width: 612px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">marine industry has to offer. When you bring your boat to us, you </span> <span class=\"xr_tc Normal_text\" style=\"left: 43px; top: 114px; width: 436px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">get your boat fixed right the first time, on time.</span> <span class=\"xr_tc Normal_text\" style=\"left: -31px; top: 135px; width: 585px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">To contact our Service Department directly, please call 336-427-</span> <span class=\"xr_tc Normal_text\" style=\"left: -18px; top: 157px; width: 563px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">0498, Ext. 13 or e-mail them at <a href=\"mailto:service@carolinamarina.com\">service@carolinamarina.com</a>. </span>\r\n\r\n<img class=\"alignnone size-medium wp-image-145\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/3741-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />[/vc_column_text][/vc_column][/vc_row]','Service Dept.','','inherit','closed','closed','','143-revision-v1','','','2018-05-23 15:48:46','2018-05-23 15:48:46','',143,'http://carolinamarina.com/wordpress/2018/05/23/143-revision-v1/',0,'revision','',0),(147,1,'2018-05-23 15:52:55','2018-05-23 15:52:55','','377','','inherit','open','closed','','377','','','2018-05-23 15:52:55','2018-05-23 15:52:55','',102,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/377.jpg',0,'attachment','image/jpeg',0),(148,1,'2018-05-24 19:28:03','2018-05-24 19:28:03','<p>[vc_row css=\".vc_custom_1527189972351{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\"size-full wp-image-26 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/06/home-highlight-boxes-amenities.jpg\" alt=\"\" width=\"255\" height=\"255\" />Carolina Marina offers an easy to afford, yet relaxing, getaway opportunity. Come and stay in our Lakefront Cottage for a couple of days or a week. Planning a big event? Our Lakeside Special Events center is also available for your use and enjoyment. It has a beautiful view of Carolina Marina’s South Cove and is available for weddings, receptions, reunions, birthdays and other special events year-round. While you are here, be sure to see the entire lake in one of our rental pontoons. They are available for half or full day excursions, complete with all needed safety equipment and gear. So come spend some time at Carolina Marina on Belews Lake. Celebrating, picnicking, fishing, touring, or just for the fun of it! For more information, just click the link below;</p>\n<p><a href=\"http://www.carolinamarina.com/pontoons.htm\">Rental Pontoons</a>[/vc_column_text][/vc_column][/vc_row]</p>\n','Boat Rentals','','inherit','closed','closed','','102-autosave-v1','','','2018-05-24 19:28:03','2018-05-24 19:28:03','',102,'http://carolinamarina.com/wordpress/2018/05/23/102-autosave-v1/',0,'revision','',0),(149,1,'2018-05-23 15:53:24','2018-05-23 15:53:24','[vc_row][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\" style=\"left: -26px; top: -17px; width: 579px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\"><img class=\"alignnone size-full wp-image-147\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/377.jpg\" alt=\"\" width=\"152\" height=\"115\" />\r\nCarolina Marina offers an easy to afford, yet relaxing, getaway </span> <span class=\"xr_tc Normal_text\" style=\"left: -41px; top: 5px; width: 608px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">opportunity. Come and stay in our Lakefront Cottage for a couple </span> <span class=\"xr_tc Normal_text\" style=\"left: -21px; top: 26px; width: 568px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">of days or a week. Planning a big event? Our Lakeside Special </span> <span class=\"xr_tc Normal_text\" style=\"left: -47px; top: 48px; width: 620px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">Events center is also available for your use and enjoyment. It has a </span> <span class=\"xr_tc Normal_text\" style=\"left: -43px; top: 70px; width: 613px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">beautiful view of Carolina Marina’s South Cove and is available for </span> <span class=\"xr_tc Normal_text\" style=\"left: -48px; top: 92px; width: 622px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">weddings, receptions, reunions, birthdays and other special events </span> <span class=\"xr_tc Normal_text\" style=\"left: -33px; top: 114px; width: 593px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">year-round. While you are here, be sure to see the entire lake in </span> <span class=\"xr_tc Normal_text\" style=\"left: -38px; top: 135px; width: 602px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">one of our rental pontoons. They are available for half or full day </span> <span class=\"xr_tc Normal_text\" style=\"left: -40px; top: 157px; width: 607px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">excursions, complete with all needed safety equipment and gear. </span> <span class=\"xr_tc Normal_text\" style=\"left: -25px; top: 179px; width: 576px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">So come spend some time at Carolina Marina on Belews Lake. </span> <span class=\"xr_tc Normal_text\" style=\"left: -29px; top: 201px; width: 585px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">Celebrating, picnicking, fishing, touring, or just for the fun of it! </span> <span class=\"xr_tc Normal_text\" style=\"left: 46px; top: 223px; width: 431px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\">For more information, just click the link below;\r\n</span> <span class=\"xr_tc Normal_text\" style=\"left: 178px; top: 244px; width: 166px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\"><a href=\"http://www.carolinamarina.com/cottage.htm\">Lakefront Cottage</a></span>\r\n<span class=\"xr_tc Normal_text\" style=\"left: 119px; top: 266px; width: 284px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\"><a href=\"http://www.carolinamarina.com/lakeside_sec.htm\">Lakeside Special Events Center</a></span>\r\n<span class=\"xr_tc Normal_text\" style=\"left: 185px; top: 288px; width: 153px; color: #0002bf; font-family: \'Open Sans\'; font-size: 16px; font-weight: 600;\"><a href=\"http://www.carolinamarina.com/pontoons.htm\">Rental Pontoons</a></span>[/vc_column_text][/vc_column][/vc_row]','Boat Rentals','','inherit','closed','closed','','102-revision-v1','','','2018-05-23 15:53:24','2018-05-23 15:53:24','',102,'http://carolinamarina.com/wordpress/2018/05/23/102-revision-v1/',0,'revision','',0),(150,1,'2018-05-24 14:44:30','2018-05-24 14:44:30','','home-highlight-boxes-marina-265x265','','inherit','open','closed','','home-highlight-boxes-marina-265x265','','','2018-05-24 14:44:30','2018-05-24 14:44:30','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/home-highlight-boxes-marina-265x265.jpg',0,'attachment','image/jpeg',0),(151,1,'2018-05-24 14:44:35','2018-05-24 14:44:35','','home-highlight-boxes-stayandplay-265x265','','inherit','open','closed','','home-highlight-boxes-stayandplay-265x265','','','2018-05-24 14:44:35','2018-05-24 14:44:35','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/home-highlight-boxes-stayandplay-265x265.jpg',0,'attachment','image/jpeg',0),(152,1,'2018-05-24 14:44:38','2018-05-24 14:44:38','','home-highlight-boxes-amenities-265x265','','inherit','open','closed','','home-highlight-boxes-amenities-265x265','','','2018-05-24 14:44:38','2018-05-24 14:44:38','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/home-highlight-boxes-amenities-265x265.jpg',0,'attachment','image/jpeg',0),(153,1,'2018-05-24 14:44:44','2018-05-24 14:44:44','','home-highlight-boxes-lakevillas-265x265','','inherit','open','closed','','home-highlight-boxes-lakevillas-265x265','','','2018-05-24 14:44:44','2018-05-24 14:44:44','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/home-highlight-boxes-lakevillas-265x265.jpg',0,'attachment','image/jpeg',0),(154,1,'2018-05-24 14:44:48','2018-05-24 14:44:48','','lakevillas_preview','','inherit','open','closed','','lakevillas_preview','','','2018-05-24 21:10:21','2018-05-24 21:10:21','',52,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakevillas_preview.jpeg',0,'attachment','image/jpeg',0),(155,1,'2018-05-24 14:44:54','2018-05-24 14:44:54','','maintenance-grounds_preview','','inherit','open','closed','','maintenance-grounds_preview','','','2018-05-24 21:12:32','2018-05-24 21:12:32','',286,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/maintenance-grounds_preview.jpeg',0,'attachment','image/jpeg',0),(156,1,'2018-05-24 14:45:00','2018-05-24 14:45:00','','marinastore_preview','','inherit','open','closed','','marinastore_preview','','','2018-05-24 19:20:31','2018-05-24 19:20:31','',99,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/marinastore_preview.jpeg',0,'attachment','image/jpeg',0),(157,1,'2018-05-24 14:45:05','2018-05-24 14:45:05','','pearlkitchen_preview','','inherit','open','closed','','pearlkitchen_preview','','','2018-05-24 19:01:57','2018-05-24 19:01:57','',96,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/pearlkitchen_preview.jpeg',0,'attachment','image/jpeg',0),(158,1,'2018-05-24 14:45:10','2018-05-24 14:45:10','','servicedepartment_preview','','inherit','open','closed','','servicedepartment_preview','','','2018-05-24 20:38:51','2018-05-24 20:38:51','',143,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/servicedepartment_preview.jpeg',0,'attachment','image/jpeg',0),(159,1,'2018-05-24 14:45:16','2018-05-24 14:45:16','','wetslips_preview','','inherit','open','closed','','wetslips_preview','','','2018-05-24 18:39:47','2018-05-24 18:39:47','',135,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/wetslips_preview.jpeg',0,'attachment','image/jpeg',0),(160,1,'2018-05-24 14:45:22','2018-05-24 14:45:22','','boatsales_preview','','inherit','open','closed','','boatsales_preview','','','2018-05-24 19:32:12','2018-05-24 19:32:12','',114,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/boatsales_preview.jpeg',0,'attachment','image/jpeg',0),(161,1,'2018-05-24 14:45:26','2018-05-24 14:45:26','','drystack_preview','','inherit','open','closed','','drystack_preview','','','2018-05-24 19:09:53','2018-05-24 19:09:53','',132,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/drystack_preview.jpeg',0,'attachment','image/jpeg',0),(162,1,'2018-05-24 14:45:32','2018-05-24 14:45:32','','lakefrontcottage_preview','','inherit','open','closed','','lakefrontcottage_preview','','','2018-05-24 14:45:32','2018-05-24 14:45:32','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakefrontcottage_preview.jpeg',0,'attachment','image/jpeg',0),(163,1,'2018-05-24 14:46:28','2018-05-24 14:46:28','','lakeside-01_preview','','inherit','open','closed','','lakeside-01_preview','','','2018-05-24 14:46:28','2018-05-24 14:46:28','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakeside-01_preview.jpeg',0,'attachment','image/jpeg',0),(164,1,'2018-05-24 14:46:40','2018-05-24 14:46:40','','lakeside-02_preview','','inherit','open','closed','','lakeside-02_preview','','','2018-05-24 14:46:40','2018-05-24 14:46:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakeside-02_preview.jpeg',0,'attachment','image/jpeg',0),(165,1,'2018-05-24 14:46:49','2018-05-24 14:46:49','','lakeside-03_preview','','inherit','open','closed','','lakeside-03_preview','','','2018-05-24 14:46:49','2018-05-24 14:46:49','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakeside-03_preview.jpeg',0,'attachment','image/jpeg',0),(166,1,'2018-05-24 14:46:56','2018-05-24 14:46:56','','lakeside-04_preview','','inherit','open','closed','','lakeside-04_preview','','','2018-05-24 14:46:56','2018-05-24 14:46:56','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakeside-04_preview.jpeg',0,'attachment','image/jpeg',0),(167,1,'2018-05-24 14:47:09','2018-05-24 14:47:09','','lakeside-05_preview','','inherit','open','closed','','lakeside-05_preview','','','2018-05-24 14:47:09','2018-05-24 14:47:09','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakeside-05_preview.jpeg',0,'attachment','image/jpeg',0),(168,1,'2018-05-24 14:47:19','2018-05-24 14:47:19','','lakeside-06_preview','','inherit','open','closed','','lakeside-06_preview','','','2018-05-24 14:47:19','2018-05-24 14:47:19','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakeside-06_preview.jpeg',0,'attachment','image/jpeg',0),(169,1,'2018-05-24 14:47:30','2018-05-24 14:47:30','','lakeside-07_preview','','inherit','open','closed','','lakeside-07_preview','','','2018-05-24 14:47:30','2018-05-24 14:47:30','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakeside-07_preview.jpeg',0,'attachment','image/jpeg',0),(170,1,'2018-05-24 14:47:40','2018-05-24 14:47:40','','lakeside-08_preview','','inherit','open','closed','','lakeside-08_preview','','','2018-05-24 14:47:40','2018-05-24 14:47:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakeside-08_preview.jpeg',0,'attachment','image/jpeg',0),(171,1,'2018-05-24 14:47:51','2018-05-24 14:47:51','','lakeside-09_preview','','inherit','open','closed','','lakeside-09_preview','','','2018-05-24 14:47:51','2018-05-24 14:47:51','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakeside-09_preview.jpeg',0,'attachment','image/jpeg',0),(172,1,'2018-05-24 14:48:03','2018-05-24 14:48:03','','lakeside-10_preview','','inherit','open','closed','','lakeside-10_preview','','','2018-05-24 14:48:03','2018-05-24 14:48:03','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakeside-10_preview.jpeg',0,'attachment','image/jpeg',0),(173,1,'2018-05-24 14:48:15','2018-05-24 14:48:15','','lakeside-gallery-imagery_preview','','inherit','open','closed','','lakeside-gallery-imagery_preview','','','2018-05-24 14:48:15','2018-05-24 14:48:15','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakeside-gallery-imagery_preview.png',0,'attachment','image/png',0),(175,1,'2018-05-24 15:03:26','2018-05-24 15:03:26','[vc_row css=\".vc_custom_1526912076727{margin-right: 60px !important;margin-left: 60px !important;}\"][vc_column css=\".vc_custom_1526912089863{margin-left: 0px !important;}\"][vc_column_text]\r\n<p style=\"text-align: center;\">[iheu_ultimate_oxi id=\"2\"]</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_custom_heading text=\"Carolina Marina is dedicated to the enjoyment of the boating and recreational experience and has been serving the Carolinas since 1973. At the heart of our success lies a total commitment to providing quality products and premium service at reasonable prices. We offer the best in marine products and services, wide-lane boat launch ramps, boat and RV storage, wet slips, lakefront and lake view villas, and so much more. Everything you could want from a first-class marina and Platinum Mercury/Mercruiser Service Center is now just a click away.\" font_container=\"tag:p|font_size:22|text_align:center|color:%23122772|line_height:1.5\" google_fonts=\"font_family:Roboto%20Slab%3A100%2C300%2Cregular%2C700|font_style:300%20light%20regular%3A300%3Anormal\" font_weight=\"normal\" css=\".vc_custom_1526667602004{margin-right: 80px !important;margin-left: 80px !important;}\"][/vc_column][/vc_row]','Carolina Marina','','inherit','closed','closed','','8-revision-v1','','','2018-05-24 15:03:26','2018-05-24 15:03:26','',8,'http://carolinamarina.com/wordpress/2018/05/24/8-revision-v1/',0,'revision','',0),(176,1,'2018-05-24 15:12:39','2018-05-24 15:12:39','','blue sea water texture background','blue sea water texture background','inherit','open','closed','','blue-sea-water-texture-background-2','','','2018-05-24 15:12:39','2018-05-24 15:12:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/07/background-image-all-pages-revised.jpg',0,'attachment','image/jpeg',0),(177,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2015 Lease Rates','','inherit','open','closed','','2015-lease-rates','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2015%20Lease%20Rates.pdf',0,'attachment','application/pdf',0),(178,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2015 Operating Schedule','','inherit','open','closed','','2015-operating-schedule','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2015%20Operating%20Schedule.pdf',0,'attachment','application/pdf',0),(179,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2015_operating_schedule_drystack','','inherit','open','closed','','2015_operating_schedule_drystack','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2015_operating_schedule_drystack.pdf',0,'attachment','application/pdf',0),(180,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2015_operating_schedule_service','','inherit','open','closed','','2015_operating_schedule_service','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2015_operating_schedule_service.pdf',0,'attachment','application/pdf',0),(181,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2015_operating_schedule_store','','inherit','open','closed','','2015_operating_schedule_store','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2015_operating_schedule_store.pdf',0,'attachment','application/pdf',0),(182,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2016 Lease Rates','','inherit','open','closed','','2016-lease-rates','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2016%20Lease%20Rates.pdf',0,'attachment','application/pdf',0),(183,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2016_operating_schedule_drystack','','inherit','open','closed','','2016_operating_schedule_drystack','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2016_operating_schedule_drystack.pdf',0,'attachment','application/pdf',0),(184,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2016_operating_schedule_service','','inherit','open','closed','','2016_operating_schedule_service','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2016_operating_schedule_service.pdf',0,'attachment','application/pdf',0),(185,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2016_operating_schedule_store','','inherit','open','closed','','2016_operating_schedule_store','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2016_operating_schedule_store.pdf',0,'attachment','application/pdf',0),(186,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2017 DRYSTACK SCHEDULE','','inherit','open','closed','','2017-drystack-schedule','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2017%20DRYSTACK%20SCHEDULE.pdf',0,'attachment','application/pdf',0),(187,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2017 SERVICE SCHEDULE','','inherit','open','closed','','2017-service-schedule','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2017%20SERVICE%20SCHEDULE.pdf',0,'attachment','application/pdf',0),(188,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2017 STORE SCHEDULE','','inherit','open','closed','','2017-store-schedule','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2017%20STORE%20SCHEDULE.pdf',0,'attachment','application/pdf',0),(189,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2018_lease_rates','','inherit','open','closed','','2018_lease_rates','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf',0,'attachment','application/pdf',0),(190,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2018_operating_schedule_drystack','','inherit','open','closed','','2018_operating_schedule_drystack','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_operating_schedule_drystack.pdf',0,'attachment','application/pdf',0),(191,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2018_operating_schedule_service','','inherit','open','closed','','2018_operating_schedule_service','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_operating_schedule_service.pdf',0,'attachment','application/pdf',0),(192,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','2018_operating_schedule_store','','inherit','open','closed','','2018_operating_schedule_store','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_operating_schedule_store.pdf',0,'attachment','application/pdf',0),(193,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','Belews Lake Map_CM','','inherit','open','closed','','belews-lake-map_cm','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Belews%20Lake%20Map_CM.pdf',0,'attachment','application/pdf',0),(194,1,'2018-05-24 15:27:39','2018-05-24 15:27:39','','Boat Rental Flyer_03082018','','inherit','open','closed','','boat-rental-flyer_03082018','','','2018-05-24 15:27:39','2018-05-24 15:27:39','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Boat%20Rental%20Flyer_03082018.pdf',0,'attachment','application/pdf',0),(195,1,'2018-05-24 15:27:40','2018-05-24 15:27:40','','Boat Rental Flyer_072116','','inherit','open','closed','','boat-rental-flyer_072116','','','2018-05-24 15:27:40','2018-05-24 15:27:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Boat%20Rental%20Flyer_072116.pdf',0,'attachment','application/pdf',0),(196,1,'2018-05-24 15:27:40','2018-05-24 15:27:40','','Boats Available pdf','','inherit','open','closed','','boats-available-pdf','','','2018-05-24 15:27:40','2018-05-24 15:27:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Boats%20Available%20pdf.pdf',0,'attachment','application/pdf',0),(197,1,'2018-05-24 15:27:40','2018-05-24 15:27:40','','CMLS_SpecialEventsCenter','','inherit','open','closed','','cmls_specialeventscenter','','','2018-05-24 15:27:40','2018-05-24 15:27:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/CMLS_SpecialEventsCenter.pdf',0,'attachment','application/pdf',0),(198,1,'2018-05-24 15:27:40','2018-05-24 15:27:40','','Campsite Road Map','','inherit','open','closed','','campsite-road-map','','','2018-05-24 15:27:40','2018-05-24 15:27:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Campsite%20Road%20Map.pdf',0,'attachment','application/pdf',0),(199,1,'2018-05-24 15:27:40','2018-05-24 15:27:40','','Cottage Rental pdf','','inherit','open','closed','','cottage-rental-pdf','','','2018-05-24 15:27:40','2018-05-24 15:27:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Cottage%20Rental%20pdf.pdf',0,'attachment','application/pdf',0),(200,1,'2018-05-24 15:27:40','2018-05-24 15:27:40','','DS Winter Storage_2016','','inherit','open','closed','','ds-winter-storage_2016','','','2018-05-24 15:27:40','2018-05-24 15:27:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/DS%20Winter%20Storage_2016.pdf',0,'attachment','application/pdf',0),(201,1,'2018-05-24 15:27:40','2018-05-24 15:27:40','','Explore RockCty_2014_Web','','inherit','open','closed','','explore-rockcty_2014_web','','','2018-05-24 15:27:40','2018-05-24 15:27:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Explore%20RockCty_2014_Web.pdf',0,'attachment','application/pdf',0),(202,1,'2018-05-24 15:27:40','2018-05-24 15:27:40','','LEASE RATES 0116','','inherit','open','closed','','lease-rates-0116','','','2018-05-24 15:27:40','2018-05-24 15:27:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/LEASE%20RATES%20%200116.pdf',0,'attachment','application/pdf',0),(203,1,'2018-05-24 15:27:40','2018-05-24 15:27:40','','LEASE RATES 0117','','inherit','open','closed','','lease-rates-0117','','','2018-05-24 15:27:40','2018-05-24 15:27:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/LEASE%20RATES%20%200117.xlsx',0,'attachment','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',0),(204,1,'2018-05-24 15:27:40','2018-05-24 15:27:40','','Lakeside Price List','','inherit','open','closed','','lakeside-price-list','','','2018-05-24 15:27:40','2018-05-24 15:27:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Lakeside%20Price%20List.pdf',0,'attachment','application/pdf',0),(205,1,'2018-05-24 15:27:40','2018-05-24 15:27:40','','Lots Available pdf','','inherit','open','closed','','lots-available-pdf','','','2018-05-24 15:27:40','2018-05-24 15:27:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Lots%20Available%20pdf.pdf',0,'attachment','application/pdf',0),(206,1,'2018-05-24 15:27:40','2018-05-24 15:27:40','','MM900254494[1]','','inherit','open','closed','','mm9002544941','','','2018-05-24 15:27:40','2018-05-24 15:27:40','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/MM900254494%5B1%5D.gif',0,'attachment','image/gif',0),(207,1,'2018-05-24 15:27:42','2018-05-24 15:27:42','','Mountain View Map','','inherit','open','closed','','mountain-view-map','','','2018-05-24 15:27:42','2018-05-24 15:27:42','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Mountain%20View%20Map.pdf',0,'attachment','application/pdf',0),(208,1,'2018-05-24 15:27:42','2018-05-24 15:27:42','','Newsletter pdf','','inherit','open','closed','','newsletter-pdf','','','2018-05-24 15:27:42','2018-05-24 15:27:42','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Newsletter%20pdf.pdf',0,'attachment','application/pdf',0),(209,1,'2018-05-24 15:27:42','2018-05-24 15:27:42','','Permit Request','','inherit','open','closed','','permit-request','','','2018-05-24 15:27:42','2018-05-24 15:27:42','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Permit%20Request.pdf',0,'attachment','application/pdf',0),(210,1,'2018-05-24 15:27:42','2018-05-24 15:27:42','','Pontoon Boat Rental pdf','','inherit','open','closed','','pontoon-boat-rental-pdf','','','2018-05-24 15:27:42','2018-05-24 15:27:42','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Pontoon%20Boat%20Rental%20pdf.pdf',0,'attachment','application/pdf',0),(211,1,'2018-05-24 15:27:43','2018-05-24 15:27:43','','Special Events Center','','inherit','open','closed','','special-events-center','','','2018-05-24 15:27:43','2018-05-24 15:27:43','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Special%20Events%20Center.pdf',0,'attachment','application/pdf',0),(212,1,'2018-05-24 15:27:43','2018-05-24 15:27:43','','Special_Events_Center','','inherit','open','closed','','special_events_center','','','2018-05-24 15:27:43','2018-05-24 15:27:43','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Special_Events_Center.pdf',0,'attachment','application/pdf',0),(213,1,'2018-05-24 15:27:43','2018-05-24 15:27:43','','Xmas 2014_Pg2','','inherit','open','closed','','xmas-2014_pg2','','','2018-05-24 15:27:43','2018-05-24 15:27:43','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Xmas%202014_Pg2.pdf',0,'attachment','application/pdf',0),(214,1,'2018-05-24 15:27:43','2018-05-24 15:27:43','','boats_available','','inherit','open','closed','','boats_available','','','2018-05-24 15:27:43','2018-05-24 15:27:43','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/boats_available.pdf',0,'attachment','application/pdf',0),(215,1,'2018-05-24 15:27:43','2018-05-24 15:27:43','','captain skeeters_menu','','inherit','open','closed','','captain-skeeters_menu','','','2018-05-24 15:27:43','2018-05-24 15:27:43','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/captain%20skeeters_menu.pdf',0,'attachment','application/pdf',0),(216,1,'2018-05-24 15:27:43','2018-05-24 15:27:43','','captain_skeeters_menu','','inherit','open','closed','','captain_skeeters_menu','','','2018-05-24 15:27:43','2018-05-24 15:27:43','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/captain_skeeters_menu.pdf',0,'attachment','application/pdf',0),(217,1,'2018-05-24 15:27:43','2018-05-24 15:27:43','','lakeside_final_menu','','inherit','open','closed','','lakeside_final_menu','','','2018-05-24 15:27:43','2018-05-24 15:27:43','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/lakeside_final_menu.pdf',0,'attachment','application/pdf',0),(218,1,'2018-05-24 15:27:43','2018-05-24 15:27:43','','lots_available','','inherit','open','closed','','lots_available','','','2018-05-24 15:27:43','2018-05-24 15:27:43','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/lots_available.pdf',0,'attachment','application/pdf',0),(219,1,'2018-05-24 18:32:28','2018-05-24 18:32:28',' ','','','publish','closed','closed','','219','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/?p=219',15,'nav_menu_item','',0),(220,1,'2018-05-24 18:32:28','2018-05-24 18:32:28',' ','','','publish','closed','closed','','220','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/?p=220',17,'nav_menu_item','',0),(221,1,'2018-05-24 18:32:28','2018-05-24 18:32:28',' ','','','publish','closed','closed','','221','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/?p=221',16,'nav_menu_item','',0),(222,1,'2018-05-24 18:32:29','2018-05-24 18:32:29',' ','','','publish','closed','closed','','222','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/?p=222',18,'nav_menu_item','',0),(223,1,'2018-05-24 18:32:28','2018-05-24 18:32:28',' ','','','publish','closed','closed','','223','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/?p=223',14,'nav_menu_item','',0),(224,1,'2018-05-24 18:34:10','2018-05-24 18:34:10','[vc_row][vc_column][vc_column_text css=\".vc_custom_1527186834503{margin-left: 40px !important;}\"]<span style=\"font-family: Calibri, serif;\"><span style=\"font-size: large;\">Carolina Marina offers a wide-range of amenities – so you can enjoy the beauty of Belews Lake all day, everyday. From our fully stocked marina store, to our wide-lane boat launch ramps, to our boat and RV storage, our boat and cottage rental program, to the Pearl Kitchen food truck, Carolina Marina has it all. Come join us for a memorable lake experience.</span></span>[/vc_column_text][/vc_column][/vc_row]','Amenities','','inherit','closed','closed','','46-revision-v1','','','2018-05-24 18:34:10','2018-05-24 18:34:10','',46,'http://carolinamarina.com/wordpress/2018/05/24/46-revision-v1/',0,'revision','',0),(225,1,'2018-05-24 18:35:11','2018-05-24 18:35:11','[vc_row][vc_column][vc_column_text css=\".vc_custom_1527186904800{margin-right: 40px !important;margin-left: 40px !important;}\"]<span style=\"font-family: Calibri, serif;\"><span style=\"font-size: large;\">Carolina Marina offers a wide-range of amenities – so you can enjoy the beauty of Belews Lake all day, everyday. From our fully stocked marina store, to our wide-lane boat launch ramps, to our boat and RV storage, our boat and cottage rental program, to the Pearl Kitchen food truck, Carolina Marina has it all. Come join us for a memorable lake experience.</span></span>[/vc_column_text][/vc_column][/vc_row]','Amenities','','inherit','closed','closed','','46-revision-v1','','','2018-05-24 18:35:11','2018-05-24 18:35:11','',46,'http://carolinamarina.com/wordpress/2018/05/24/46-revision-v1/',0,'revision','',0),(226,1,'2018-05-24 18:37:17','2018-05-24 18:37:17','[vc_row][vc_column][vc_column_text]<img class=\"size-medium wp-image-136\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/3701-300x131.jpg\" alt=\"\" width=\"300\" height=\"131\" />\n\n<span class=\"xr_tc Normal_text\"><img class=\"alignnone size-medium wp-image-137\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/3691-300x136.jpg\" alt=\"\" width=\"300\" height=\"136\" /></span>\n\n<span class=\"xr_tc Normal_text\">After you’ve purchased the boat of your dreams, you will want to get </span> <span class=\"xr_tc Normal_text\">out to beautiful Belews Lake and relax. That’s why we have nearly </span> <span class=\"xr_tc Normal_text\">300 slips of various lengths available for lease on an annual basis. To </span> <span class=\"xr_tc Normal_text\">inquire about slip availability call (336) 427-0498 or e-mail us at </span> <span class=\"xr_tc Normal_text\"><a href=\"mailto:sales@carolinamarina.com\">sales@carolinamarina.com</a>.</span>[/vc_column_text][/vc_column][/vc_row]','Wet Slips','','inherit','closed','closed','','135-autosave-v1','','','2018-05-24 18:37:17','2018-05-24 18:37:17','',135,'http://carolinamarina.com/wordpress/2018/05/24/135-autosave-v1/',0,'revision','',0),(227,1,'2018-05-24 18:40:02','2018-05-24 18:40:02','[vc_row][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-159 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/wetslips_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />After you’ve purchased the boat of your dreams, you will want to get </span> <span class=\"xr_tc Normal_text\">out to beautiful Belews Lake and relax. That’s why we have nearly </span> <span class=\"xr_tc Normal_text\">300 slips of various lengths available for lease on an annual basis. To </span> <span class=\"xr_tc Normal_text\">inquire about slip availability call (336) 427-0498 or e-mail us at </span> <span class=\"xr_tc Normal_text\"><a href=\"mailto:sales@carolinamarina.com\">sales@carolinamarina.com</a>.</span>[/vc_column_text][/vc_column][/vc_row]','Wet Slips','','inherit','closed','closed','','135-revision-v1','','','2018-05-24 18:40:02','2018-05-24 18:40:02','',135,'http://carolinamarina.com/wordpress/2018/05/24/135-revision-v1/',0,'revision','',0),(228,1,'2018-05-24 18:43:12','2018-05-24 18:43:12','[vc_row][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-159 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/wetslips_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />After you’ve purchased the boat of your dreams, you will want to get </span> <span class=\"xr_tc Normal_text\">out to beautiful Belews Lake and relax. That’s why we have nearly </span> <span class=\"xr_tc Normal_text\">300 slips of various lengths available for lease on an annual basis. To </span> <span class=\"xr_tc Normal_text\">inquire about slip availability call (336) 427-0498 or e-mail us at </span> <span class=\"xr_tc Normal_text\"><a href=\"mailto:sales@carolinamarina.com\">sales@carolinamarina.com</a>.</span>\r\n\r\n<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\">Click here for 2018 lease rates.</a>[/vc_column_text][/vc_column][/vc_row]','Wet Slips','','inherit','closed','closed','','135-revision-v1','','','2018-05-24 18:43:12','2018-05-24 18:43:12','',135,'http://carolinamarina.com/wordpress/2018/05/24/135-revision-v1/',0,'revision','',0),(229,1,'2018-05-24 18:44:20','2018-05-24 18:44:20','[vc_row][vc_column css=\".vc_custom_1527187455512{margin-right: 40px !important;margin-left: 40px !important;}\"][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-159 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/wetslips_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />After you’ve purchased the boat of your dreams, you will want to get </span> <span class=\"xr_tc Normal_text\">out to beautiful Belews Lake and relax. That’s why we have nearly </span> <span class=\"xr_tc Normal_text\">300 slips of various lengths available for lease on an annual basis. To </span> <span class=\"xr_tc Normal_text\">inquire about slip availability call (336) 427-0498 or e-mail us at </span> <span class=\"xr_tc Normal_text\"><a href=\"mailto:sales@carolinamarina.com\">sales@carolinamarina.com</a>.</span>\r\n\r\n<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\">Click here for 2018 lease rates.</a>[/vc_column_text][/vc_column][/vc_row]','Wet Slips','','inherit','closed','closed','','135-revision-v1','','','2018-05-24 18:44:20','2018-05-24 18:44:20','',135,'http://carolinamarina.com/wordpress/2018/05/24/135-revision-v1/',0,'revision','',0),(230,1,'2018-05-24 18:45:32','2018-05-24 18:45:32','[vc_row css=\".vc_custom_1527187527555{margin-right: 40px !important;margin-left: 40px !important;}\"][vc_column css=\".vc_custom_1527187517106{margin-right: 0px !important;margin-left: 0px !important;}\"][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-159 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/wetslips_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />After you’ve purchased the boat of your dreams, you will want to get </span> <span class=\"xr_tc Normal_text\">out to beautiful Belews Lake and relax. That’s why we have nearly </span> <span class=\"xr_tc Normal_text\">300 slips of various lengths available for lease on an annual basis. To </span> <span class=\"xr_tc Normal_text\">inquire about slip availability call (336) 427-0498 or e-mail us at </span> <span class=\"xr_tc Normal_text\"><a href=\"mailto:sales@carolinamarina.com\">sales@carolinamarina.com</a>.</span>\r\n\r\n<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\">Click here for 2018 lease rates.</a>[/vc_column_text][/vc_column][/vc_row]','Wet Slips','','inherit','closed','closed','','135-revision-v1','','','2018-05-24 18:45:32','2018-05-24 18:45:32','',135,'http://carolinamarina.com/wordpress/2018/05/24/135-revision-v1/',0,'revision','',0),(231,1,'2018-05-24 18:46:42','2018-05-24 18:46:42','[vc_row css=\".vc_custom_1527187597500{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-159 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/wetslips_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />After you’ve purchased the boat of your dreams, you will want to get </span> <span class=\"xr_tc Normal_text\">out to beautiful Belews Lake and relax. That’s why we have nearly </span> <span class=\"xr_tc Normal_text\">300 slips of various lengths available for lease on an annual basis. To </span> <span class=\"xr_tc Normal_text\">inquire about slip availability call (336) 427-0498 or e-mail us at </span> <span class=\"xr_tc Normal_text\"><a href=\"mailto:sales@carolinamarina.com\">sales@carolinamarina.com</a>.</span>\r\n\r\n<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\">Click here for 2018 lease rates.</a>[/vc_column_text][/vc_column][/vc_row]','Wet Slips','','inherit','closed','closed','','135-revision-v1','','','2018-05-24 18:46:42','2018-05-24 18:46:42','',135,'http://carolinamarina.com/wordpress/2018/05/24/135-revision-v1/',0,'revision','',0),(232,1,'2018-05-24 18:48:55','2018-05-24 18:48:55',' ','','','publish','closed','closed','','232','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/?p=232',7,'nav_menu_item','',0),(233,1,'2018-05-24 18:48:56','2018-05-24 18:48:56',' ','','','publish','closed','closed','','233','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/?p=233',8,'nav_menu_item','',0),(234,1,'2018-05-24 18:51:15','2018-05-24 18:51:15','[vc_row css=\".vc_custom_1527187866494{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Carolina Marina offers an easy to afford, yet relaxing, getaway </span><span class=\"xr_tc Normal_text\">opportunity. Come and stay in our Lakefront Cottage for a couple </span><span class=\"xr_tc Normal_text\">of days or a week. Planning a big event? Our Lakeside Special </span><span class=\"xr_tc Normal_text\">Events center is also available for your use and enjoyment. It has a </span><span class=\"xr_tc Normal_text\">beautiful view of Carolina Marina’s South Cove and is available for </span><span class=\"xr_tc Normal_text\">weddings, receptions, reunions, birthdays and other special events </span><span class=\"xr_tc Normal_text\">year-round. While you are here, be sure to see the entire lake in </span><span class=\"xr_tc Normal_text\">one of our rental pontoons. They are available for half or full day </span><span class=\"xr_tc Normal_text\">excursions, complete with all needed safety equipment and gear. </span><span class=\"xr_tc Normal_text\">So come spend some time at Carolina Marina on Belews Lake. </span><span class=\"xr_tc Normal_text\">Celebrating, picnicking, fishing, touring, or just for the fun of it! </span><span class=\"xr_tc Normal_text\">For more information, just click the link below;</span>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Cottage Rental pdf.pdf\">Lakefront Cottage</a></span></h3>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/lakeside-at-cm/\">Lakeside Special Events Center</a></span></h3>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Rental Pontoons</a></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Stay and Play','','publish','closed','closed','','stay-and-play-2','','','2018-06-06 15:27:50','2018-06-06 15:27:50','',0,'http://carolinamarina.com/wordpress/?page_id=234',0,'page','',0),(235,1,'2018-05-24 18:51:15','2018-05-24 18:51:15','[vc_row css=\".vc_custom_1527187866494{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Carolina Marina offers an easy to afford, yet relaxing, getaway </span><span class=\"xr_tc Normal_text\">opportunity. Come and stay in our Lakefront Cottage for a couple </span><span class=\"xr_tc Normal_text\">of days or a week. Planning a big event? Our Lakeside Special </span><span class=\"xr_tc Normal_text\">Events center is also available for your use and enjoyment. It has a </span><span class=\"xr_tc Normal_text\">beautiful view of Carolina Marina’s South Cove and is available for </span><span class=\"xr_tc Normal_text\">weddings, receptions, reunions, birthdays and other special events </span><span class=\"xr_tc Normal_text\">year-round. While you are here, be sure to see the entire lake in </span><span class=\"xr_tc Normal_text\">one of our rental pontoons. They are available for half or full day </span><span class=\"xr_tc Normal_text\">excursions, complete with all needed safety equipment and gear. </span><span class=\"xr_tc Normal_text\">So come spend some time at Carolina Marina on Belews Lake. </span><span class=\"xr_tc Normal_text\">Celebrating, picnicking, fishing, touring, or just for the fun of it! </span><span class=\"xr_tc Normal_text\">For more information, just click the link below;</span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/cottage.htm\">Lakefront Cottage</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/lakeside_sec.htm\">Lakeside Special Events Center</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/pontoons.htm\">Rental Pontoons</a></span>[/vc_column_text][/vc_column][/vc_row]','Stay and Play','','inherit','closed','closed','','234-revision-v1','','','2018-05-24 18:51:15','2018-05-24 18:51:15','',234,'http://carolinamarina.com/wordpress/2018/05/24/234-revision-v1/',0,'revision','',0),(236,1,'2018-05-24 18:56:54','2018-05-24 18:56:54','[vc_row][vc_column][vc_column_text css=\".vc_custom_1527188202713{margin-right: 40px !important;margin-left: 40px !important;}\"]\r\n<p style=\"text-align: left;\"><strong>Main Number</strong> : 336.427.0498</p>\r\n<p style=\"text-align: left;\"><strong>Fax Number</strong> : 336.427.0524</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">.\r\n</span><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West\r\n</span><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East\r\n</span><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit\r\n</span><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Management</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Jim Patten :<a href=\"mailto:jim@carolinamarina.com\"> jim@carolinamarina.com</a></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Lee Adkins : lee@carolinamarina.com</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Customer Service</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Andrea : <a href=\"mailto:custservice@carolinamarina.com\">custservice@carolinamarina.com</a></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Loretta :<a href=\"mailto:loretta@carolinamarina.com\"> loretta@carolinamarina.com</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','12-revision-v1','','','2018-05-24 18:56:54','2018-05-24 18:56:54','',12,'http://carolinamarina.com/wordpress/2018/05/24/12-revision-v1/',0,'revision','',0),(237,1,'2018-05-24 19:02:09','2018-05-24 19:02:09','[vc_row css=\".vc_custom_1527188410161{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\"size-medium wp-image-157 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/pearlkitchen_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" /><span class=\"xr_tc xr_s0\">The PEARL KITCHEN </span><span class=\"xr_tc xr_s0\">will return in May 2018</span>\r\n\r\n<span class=\"xr_tc xr_s1\">Follow us on Facebook for updates </span><span class=\"xr_tc xr_s2\"><span class=\"xr_s3\"><a href=\"http://www.facebook.com/thepearlkitchen/\">facebook.com</a></span><span class=\"xr_s4\"><a href=\"http://www.facebook.com/thepearlkitchen/\">/thepearlkitche</a></span><span class=\"xr_s3\"><a href=\"http://www.facebook.com/thepearlkitchen/\">n/</a></span></span>\r\n\r\n<span class=\"xr_tc xr_s0\">phone : 336-420-6803</span>\r\n\r\n<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/lakeside_final_menu.pdf\">Click here to download the Pearl Kitchen Menu.</a>[/vc_column_text][/vc_column][/vc_row]','Pearl Kitchen','','inherit','closed','closed','','96-revision-v1','','','2018-05-24 19:02:09','2018-05-24 19:02:09','',96,'http://carolinamarina.com/wordpress/2018/05/24/96-revision-v1/',0,'revision','',0),(238,1,'2018-05-24 19:04:41','2018-05-24 19:04:41',' ','','','publish','closed','closed','','238','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/?p=238',5,'nav_menu_item','',0),(239,1,'2018-05-24 19:09:26','2018-05-24 19:09:26','<p>[vc_row css=\".vc_custom_1527188800005{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-133 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/10781-300x191.jpg\" alt=\"\" width=\"300\" height=\"191\" />Welcome to Carolina Marina’s “Boat Hotel”</span> <span class=\"xr_tc Normal_text\">Our Drystack facility offers a full service, indoor storage facility </span> <span class=\"xr_tc Normal_text\">on Belews Lake, conveniently located just minutes away from </span> <span class=\"xr_tc Normal_text\">Winston-Salem and Greensboro, NC. Our facility is operated in a </span> <span class=\"xr_tc Normal_text\">way to make boating fun for everyone and takes the hassle out </span> <span class=\"xr_tc Normal_text\">of towing your boat. One call is all it takes to have your boat </span> <span class=\"xr_tc Normal_text\">placed in the water, ready and waiting for your enjoyment.</span> <span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour surveillance, as </span> <span class=\"xr_tc Normal_text\">well as protection against the elements. Our certified and highly </span> <span class=\"xr_tc Normal_text\">experienced operators insure that your boat gets the special </span> <span class=\"xr_tc Normal_text\">care it deserves and is in the water, ready to use, when you </span> <span class=\"xr_tc Normal_text\">enter the marina. Dock attendants arealso staffed to assist you </span> <span class=\"xr_tc Normal_text\">in making your boating experience the best in the Carolinas.</span> <span class=\"xr_tc Normal_text\">Come by and visit us, take a tour of our drystack facility, and </span> <span class=\"xr_tc Normal_text\">experience the true joy of boating.</span></p>\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" target=\"_blank\" rel=\"noopener\">Click here for 2018 lease rates</a></span></div>\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://www.carolinamarina.com/wordpress/drystack_operations.htm\" target=\"_blank\" rel=\"noopener\">Click here to see Drystack in operation</a></span></div>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Drystack','','inherit','closed','closed','','132-autosave-v1','','','2018-05-24 19:09:26','2018-05-24 19:09:26','',132,'http://carolinamarina.com/wordpress/2018/05/24/132-autosave-v1/',0,'revision','',0),(240,1,'2018-05-24 19:10:06','2018-05-24 19:10:06','[vc_row css=\".vc_custom_1527188800005{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-161 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/drystack_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Welcome to Carolina Marina’s “Boat Hotel”</span> <span class=\"xr_tc Normal_text\">Our Drystack facility offers a full service, indoor storage facility </span> <span class=\"xr_tc Normal_text\">on Belews Lake, conveniently located just minutes away from </span> <span class=\"xr_tc Normal_text\">Winston-Salem and Greensboro, NC. Our facility is operated in a </span> <span class=\"xr_tc Normal_text\">way to make boating fun for everyone and takes the hassle out </span> <span class=\"xr_tc Normal_text\">of towing your boat. One call is all it takes to have your boat </span> <span class=\"xr_tc Normal_text\">placed in the water, ready and waiting for your enjoyment.</span> <span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour surveillance, as </span> <span class=\"xr_tc Normal_text\">well as protection against the elements. Our certified and highly </span> <span class=\"xr_tc Normal_text\">experienced operators insure that your boat gets the special </span> <span class=\"xr_tc Normal_text\">care it deserves and is in the water, ready to use, when you </span> <span class=\"xr_tc Normal_text\">enter the marina. Dock attendants arealso staffed to assist you </span> <span class=\"xr_tc Normal_text\">in making your boating experience the best in the Carolinas.</span> <span class=\"xr_tc Normal_text\">Come by and visit us, take a tour of our drystack facility, and </span> <span class=\"xr_tc Normal_text\">experience the true joy of boating.</span>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" target=\"_blank\" rel=\"noopener\">Click here for 2018 lease rates</a></span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://www.carolinamarina.com/wordpress/drystack_operations.htm\" target=\"_blank\" rel=\"noopener\">Click here to see Drystack in operation</a></span></div>\r\n[/vc_column_text][/vc_column][/vc_row]','Drystack','','inherit','closed','closed','','132-revision-v1','','','2018-05-24 19:10:06','2018-05-24 19:10:06','',132,'http://carolinamarina.com/wordpress/2018/05/24/132-revision-v1/',0,'revision','',0),(241,1,'2018-05-24 19:15:15','2018-05-24 19:15:15','[vc_row css=\".vc_custom_1527189187644{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour </span><span class=\"xr_tc Normal_text\">surveillance as well as protection against the </span><span class=\"xr_tc Normal_text\">elements. We invite you to take full advantage of </span><span class=\"xr_tc Normal_text\">our peaceful atmosphere and beautiful </span><span class=\"xr_tc Normal_text\">surroundings. Amenities at our facility included </span><span class=\"xr_tc Normal_text\">certified and highly experienced lift truck operators, </span><span class=\"xr_tc Normal_text\">dock attendants, as well as clean restrooms, </span><span class=\"xr_tc Normal_text\">cleaning racks, and fuel service* for your </span><span class=\"xr_tc Normal_text\">convenience.</span>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1527189365864{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column width=\"1/2\"][vc_column_text]<iframe src=\"https://www.youtube.com/embed/hNwch2qO0hE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]<iframe src=\"https://www.youtube.com/embed/Htyjx7RVBsI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1527189376742{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column width=\"1/2\"][vc_column_text]<iframe src=\"https://www.youtube.com/embed/fDc5TScbn0k\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]<iframe src=\"https://www.youtube.com/embed/TQc0Iy9u0ls\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row]','Drystack Operation','','publish','closed','closed','','drystack-operation','','','2018-05-24 19:17:13','2018-05-24 19:17:13','',0,'http://carolinamarina.com/wordpress/?page_id=241',0,'page','',0),(242,1,'2018-05-24 19:15:15','2018-05-24 19:15:15','[vc_row css=\".vc_custom_1527189187644{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour </span><span class=\"xr_tc Normal_text\">surveillance as well as protection against the </span><span class=\"xr_tc Normal_text\">elements. We invite you to take full advantage of </span><span class=\"xr_tc Normal_text\">our peaceful atmosphere and beautiful </span><span class=\"xr_tc Normal_text\">surroundings. Amenities at our facility included </span><span class=\"xr_tc Normal_text\">certified and highly experienced lift truck operators, </span><span class=\"xr_tc Normal_text\">dock attendants, as well as clean restrooms, </span><span class=\"xr_tc Normal_text\">cleaning racks, and fuel service* for your </span><span class=\"xr_tc Normal_text\">convenience.</span>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/hNwch2qO0hE\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Htyjx7RVBsI\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/fDc5TScbn0k\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/TQc0Iy9u0ls\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>[/vc_column_text][/vc_column][/vc_row]','Drystack Operation','','inherit','closed','closed','','241-revision-v1','','','2018-05-24 19:15:15','2018-05-24 19:15:15','',241,'http://carolinamarina.com/wordpress/2018/05/24/241-revision-v1/',0,'revision','',0),(243,1,'2018-05-24 19:16:45','2018-05-24 19:16:45','<p>[vc_row css=\".vc_custom_1527189187644{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour </span><span class=\"xr_tc Normal_text\">surveillance as well as protection against the </span><span class=\"xr_tc Normal_text\">elements. We invite you to take full advantage of </span><span class=\"xr_tc Normal_text\">our peaceful atmosphere and beautiful </span><span class=\"xr_tc Normal_text\">surroundings. Amenities at our facility included </span><span class=\"xr_tc Normal_text\">certified and highly experienced lift truck operators, </span><span class=\"xr_tc Normal_text\">dock attendants, as well as clean restrooms, </span><span class=\"xr_tc Normal_text\">cleaning racks, and fuel service* for your </span><span class=\"xr_tc Normal_text\">convenience.</span></p>\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1527189365864{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column width=\"1/2\"][vc_column_text]<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/hNwch2qO0hE\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/Htyjx7RVBsI\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1527189376742{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column width=\"1/2\"][vc_column_text]<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/fDc5TScbn0k\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/TQc0Iy9u0ls\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\n','Drystack Operation','','inherit','closed','closed','','241-autosave-v1','','','2018-05-24 19:16:45','2018-05-24 19:16:45','',241,'http://carolinamarina.com/wordpress/2018/05/24/241-autosave-v1/',0,'revision','',0),(244,1,'2018-05-24 19:17:13','2018-05-24 19:17:13','[vc_row css=\".vc_custom_1527189187644{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour </span><span class=\"xr_tc Normal_text\">surveillance as well as protection against the </span><span class=\"xr_tc Normal_text\">elements. We invite you to take full advantage of </span><span class=\"xr_tc Normal_text\">our peaceful atmosphere and beautiful </span><span class=\"xr_tc Normal_text\">surroundings. Amenities at our facility included </span><span class=\"xr_tc Normal_text\">certified and highly experienced lift truck operators, </span><span class=\"xr_tc Normal_text\">dock attendants, as well as clean restrooms, </span><span class=\"xr_tc Normal_text\">cleaning racks, and fuel service* for your </span><span class=\"xr_tc Normal_text\">convenience.</span>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1527189365864{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column width=\"1/2\"][vc_column_text]<iframe src=\"https://www.youtube.com/embed/hNwch2qO0hE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]<iframe src=\"https://www.youtube.com/embed/Htyjx7RVBsI\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1527189376742{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column width=\"1/2\"][vc_column_text]<iframe src=\"https://www.youtube.com/embed/fDc5TScbn0k\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text]<iframe src=\"https://www.youtube.com/embed/TQc0Iy9u0ls\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row]','Drystack Operation','','inherit','closed','closed','','241-revision-v1','','','2018-05-24 19:17:13','2018-05-24 19:17:13','',241,'http://carolinamarina.com/wordpress/2018/05/24/241-revision-v1/',0,'revision','',0),(245,1,'2018-05-24 19:19:11','2018-05-24 19:19:11','[vc_row css=\".vc_custom_1527188800005{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-161 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/drystack_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Welcome to Carolina Marina’s “Boat Hotel”</span> <span class=\"xr_tc Normal_text\">Our Drystack facility offers a full service, indoor storage facility </span> <span class=\"xr_tc Normal_text\">on Belews Lake, conveniently located just minutes away from </span> <span class=\"xr_tc Normal_text\">Winston-Salem and Greensboro, NC. Our facility is operated in a </span> <span class=\"xr_tc Normal_text\">way to make boating fun for everyone and takes the hassle out </span> <span class=\"xr_tc Normal_text\">of towing your boat. One call is all it takes to have your boat </span> <span class=\"xr_tc Normal_text\">placed in the water, ready and waiting for your enjoyment.</span> <span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour surveillance, as </span> <span class=\"xr_tc Normal_text\">well as protection against the elements. Our certified and highly </span> <span class=\"xr_tc Normal_text\">experienced operators insure that your boat gets the special </span> <span class=\"xr_tc Normal_text\">care it deserves and is in the water, ready to use, when you </span> <span class=\"xr_tc Normal_text\">enter the marina. Dock attendants arealso staffed to assist you </span> <span class=\"xr_tc Normal_text\">in making your boating experience the best in the Carolinas.</span> <span class=\"xr_tc Normal_text\">Come by and visit us, take a tour of our drystack facility, and </span> <span class=\"xr_tc Normal_text\">experience the true joy of boating.</span>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" target=\"_blank\" rel=\"noopener\">Click here for 2018 lease rates</a></span></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/drystack-operation/\" target=\"_blank\" rel=\"noopener\">Click here to see Drystack in operation</a></span></div>\r\n[/vc_column_text][/vc_column][/vc_row]','Drystack','','inherit','closed','closed','','132-revision-v1','','','2018-05-24 19:19:11','2018-05-24 19:19:11','',132,'http://carolinamarina.com/wordpress/2018/05/24/132-revision-v1/',0,'revision','',0),(246,1,'2018-05-24 19:20:52','2018-05-24 19:20:52','[vc_row css=\".vc_custom_1527189646566{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<i><img class=\"size-medium wp-image-156 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/marinastore_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />The Ship\'s Store is fully stocked with boating and recreational supplies to make your day on the lake complete! Store hours beginning May 25th are Monday - Sunday 8:30 am to 6pm</i>.[/vc_column_text][/vc_column][/vc_row]','Marina Store','','inherit','closed','closed','','99-revision-v1','','','2018-05-24 19:20:52','2018-05-24 19:20:52','',99,'http://carolinamarina.com/wordpress/2018/05/24/99-revision-v1/',0,'revision','',0),(247,1,'2018-05-24 19:22:05','2018-05-24 19:22:05','[vc_row css=\".vc_custom_1527189646566{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<i><img class=\"size-medium wp-image-156 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/marinastore_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />The Ship\'s Store is fully stocked with boating and recreational supplies to make your day on the lake complete! Store hours beginning May 25th are Monday - Sunday 8:30 am to 6pm</i>.\r\n\r\n<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_operating_schedule_store.pdf\">Click here to download 2018 Store schedule.</a>[/vc_column_text][/vc_column][/vc_row]','Marina Store','','inherit','closed','closed','','99-revision-v1','','','2018-05-24 19:22:05','2018-05-24 19:22:05','',99,'http://carolinamarina.com/wordpress/2018/05/24/99-revision-v1/',0,'revision','',0),(248,1,'2018-05-24 19:28:10','2018-05-24 19:28:10','[vc_row css=\".vc_custom_1527189972351{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\"size-full wp-image-26 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/06/home-highlight-boxes-amenities.jpg\" alt=\"\" width=\"255\" height=\"255\" />Carolina Marina offers an easy to afford, yet relaxing, getaway opportunity. Come and stay in our Lakefront Cottage for a couple of days or a week. Planning a big event? Our Lakeside Special Events center is also available for your use and enjoyment. It has a beautiful view of Carolina Marina’s South Cove and is available for weddings, receptions, reunions, birthdays and other special events year-round. While you are here, be sure to see the entire lake in one of our rental pontoons. They are available for half or full day excursions, complete with all needed safety equipment and gear. So come spend some time at Carolina Marina on Belews Lake. Celebrating, picnicking, fishing, touring, or just for the fun of it! For more information, just click the link below;\r\n\r\n<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Rental Pontoons</a>[/vc_column_text][/vc_column][/vc_row]','Boat Rentals','','inherit','closed','closed','','102-revision-v1','','','2018-05-24 19:28:10','2018-05-24 19:28:10','',102,'http://carolinamarina.com/wordpress/2018/05/24/102-revision-v1/',0,'revision','',0),(249,1,'2018-05-24 19:29:18','2018-05-24 19:29:18','[vc_row css=\".vc_custom_1527189972351{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\"size-full wp-image-26 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/06/home-highlight-boxes-amenities.jpg\" alt=\"\" width=\"255\" height=\"255\" />Carolina Marina offers an easy to afford, yet relaxing, getaway opportunity. Come and stay in our Lakefront Cottage for a couple of days or a week. Planning a big event? Our Lakeside Special Events center is also available for your use and enjoyment. It has a beautiful view of Carolina Marina’s South Cove and is available for weddings, receptions, reunions, birthdays and other special events year-round. While you are here, be sure to see the entire lake in one of our rental pontoons. They are available for half or full day excursions, complete with all needed safety equipment and gear. So come spend some time at Carolina Marina on Belews Lake. Celebrating, picnicking, fishing, touring, or just for the fun of it! For more information, just click the link below;\r\n\r\n<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Click Here to see Rental Pontoons</a>[/vc_column_text][/vc_column][/vc_row]','Boat Rentals','','inherit','closed','closed','','102-revision-v1','','','2018-05-24 19:29:18','2018-05-24 19:29:18','',102,'http://carolinamarina.com/wordpress/2018/05/24/102-revision-v1/',0,'revision','',0),(250,1,'2018-05-24 19:32:19','2018-05-24 19:32:19','<p>[vc_row][vc_column][vc_column_text]\n<p>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.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Boat Sales','','inherit','closed','closed','','114-autosave-v1','','','2018-05-24 19:32:19','2018-05-24 19:32:19','',114,'http://carolinamarina.com/wordpress/2018/05/24/114-autosave-v1/',0,'revision','',0),(251,1,'2018-05-24 19:33:43','2018-05-24 19:33:43','[vc_row css=\".vc_custom_1527190418402{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\"size-medium wp-image-160 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/boatsales_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />\r\n\r\n<span class=\"xr_tc Normal_text\">Carolina Marina does not sell new or used boats directly, however, </span><span class=\"xr_tc Normal_text\">we do provide a free listing of boats “For Sale by Owner” by </span><span class=\"xr_tc Normal_text\">leaseholders here at Carolina Marina.</span>\r\n\r\nBoats \"For Sale By Owner\" Listing. <a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/boats_available.pdf\">Click Here</a>[/vc_column_text][/vc_column][/vc_row]','Boat Sales','','inherit','closed','closed','','114-revision-v1','','','2018-05-24 19:33:43','2018-05-24 19:33:43','',114,'http://carolinamarina.com/wordpress/2018/05/24/114-revision-v1/',0,'revision','',0),(252,1,'2018-05-24 19:38:46','2018-05-24 19:38:46','<p>[vc_row][vc_column][vc_column_text]Click Here for Lakeside SEC Rental Rates.[/vc_column_text][/vc_column][/vc_row]</p>\n','Lakeside at CM','','inherit','closed','closed','','107-autosave-v1','','','2018-05-24 19:38:46','2018-05-24 19:38:46','',107,'http://carolinamarina.com/wordpress/2018/05/24/107-autosave-v1/',0,'revision','',0),(253,1,'2018-05-24 19:39:07','2018-05-24 19:39:07','[vc_row][vc_column][vc_column_text]<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/CMLS_SpecialEventsCenter.pdf\">Click Here for Lakeside SEC Rental Rates.</a>[/vc_column_text][/vc_column][/vc_row]','Lakeside at CM','','inherit','closed','closed','','107-revision-v1','','','2018-05-24 19:39:07','2018-05-24 19:39:07','',107,'http://carolinamarina.com/wordpress/2018/05/24/107-revision-v1/',0,'revision','',0),(254,1,'2018-05-24 19:46:59','2018-05-24 19:46:59','[Best_Wordpress_Gallery id=\"1\" gal_title=\"Lakeside Gallery\"]','Lakeside Gallery','','publish','closed','closed','','lakeside-gallery','','','2018-05-24 19:46:59','2018-05-24 19:46:59','',0,'http://carolinamarina.com/wordpress/bwg_gallery/lakeside-gallery/',0,'bwg_gallery','',0),(255,1,'2018-05-24 19:47:51','2018-05-24 19:47:51','','Image','','publish','closed','closed','','image','','','2018-05-24 19:47:51','2018-05-24 19:47:51','',0,'http://carolinamarina.com/wordpress/2018/05/24/image/',0,'bwg_share','',0),(256,1,'2018-05-24 20:10:15','2018-05-24 20:10:15','','Lakeside at CM','','publish','open','closed','','lakeside-at-cm','','','2018-05-29 19:02:12','2018-05-29 19:02:12','',0,'http://carolinamarina.com/wordpress/?post_type=wpape_gallery_type&p=256',0,'wpape_gallery_type','',0),(257,1,'2018-05-24 20:11:30','2018-05-24 20:11:30','[vc_row][vc_column][vc_column_text][ape-gallery 256]\r\n\r\n<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/CMLS_SpecialEventsCenter.pdf\">Click Here for Lakeside SEC Rental Rates.</a>[/vc_column_text][/vc_column][/vc_row]','Lakeside at CM','','inherit','closed','closed','','107-revision-v1','','','2018-05-24 20:11:30','2018-05-24 20:11:30','',107,'http://carolinamarina.com/wordpress/2018/05/24/107-revision-v1/',0,'revision','',0),(258,1,'2018-05-24 20:13:01','2018-05-24 20:13:01','[vc_row][vc_column][vc_column_text][ape-gallery 256]\r\n\r\n<center>\r\n<h2><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/CMLS_SpecialEventsCenter.pdf\">Click Here for Lakeside SEC Rental Rates.</a></h2>\r\n \r\n\r\n</center>[/vc_column_text][/vc_column][/vc_row]','Lakeside at CM','','inherit','closed','closed','','107-revision-v1','','','2018-05-24 20:13:01','2018-05-24 20:13:01','',107,'http://carolinamarina.com/wordpress/2018/05/24/107-revision-v1/',0,'revision','',0),(259,1,'2018-05-24 20:13:57','2018-05-24 20:13:57','<p>[vc_row css=\".vc_custom_1527192833235{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ape-gallery 256]</p>\r\n<p><center></p>\r\n<h2><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/CMLS_SpecialEventsCenter.pdf\">Click Here for Lakeside SEC Rental Rates.</a></h2>\r\n<p> </p>\r\n<p></center>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','Lakeside at CM','','inherit','closed','closed','','107-revision-v1','','','2018-05-24 20:13:57','2018-05-24 20:13:57','',107,'http://carolinamarina.com/wordpress/2018/05/24/107-revision-v1/',0,'revision','',0),(260,1,'2018-05-24 20:15:55','2018-05-24 20:15:55','<p>[vc_row][vc_column][vc_column_text]\n<p>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.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Cottage Rental','','inherit','closed','closed','','111-autosave-v1','','','2018-05-24 20:15:55','2018-05-24 20:15:55','',111,'http://carolinamarina.com/wordpress/2018/05/24/111-autosave-v1/',0,'revision','',0),(261,1,'2018-05-24 20:17:09','2018-05-24 20:17:09','[vc_row css=\".vc_custom_1527193022413{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Carolina Marina offers an easy to afford, yet relaxing, getaway </span><span class=\"xr_tc Normal_text\">opportunity. Come and stay in our Lakefront Cottage for a couple </span><span class=\"xr_tc Normal_text\">of days or a week. Planning a big event? Our Lakeside Special </span><span class=\"xr_tc Normal_text\">Events center is also available for your use and enjoyment. It has a </span><span class=\"xr_tc Normal_text\">beautiful view of Carolina Marina’s South Cove and is available for </span><span class=\"xr_tc Normal_text\">weddings, receptions, reunions, birthdays and other special events </span><span class=\"xr_tc Normal_text\">year-round. While you are here, be sure to see the entire lake in </span><span class=\"xr_tc Normal_text\">one of our rental pontoons. They are available for half or full day </span><span class=\"xr_tc Normal_text\">excursions, complete with all needed safety equipment and gear. </span><span class=\"xr_tc Normal_text\">So come spend some time at Carolina Marina on Belews Lake. </span><span class=\"xr_tc Normal_text\">Celebrating, picnicking, fishing, touring, or just for the fun of it! </span><span class=\"xr_tc Normal_text\">For more information, just click the link below;</span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Cottage Rental pdf.pdf\">Lakefront Cottage</a></span>[/vc_column_text][/vc_column][/vc_row]','Cottage Rental','','inherit','closed','closed','','111-revision-v1','','','2018-05-24 20:17:09','2018-05-24 20:17:09','',111,'http://carolinamarina.com/wordpress/2018/05/24/111-revision-v1/',0,'revision','',0),(262,1,'2018-05-24 20:20:12','2018-05-24 20:20:12','[vc_row css=\".vc_custom_1527187866494{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Carolina Marina offers an easy to afford, yet relaxing, getaway </span><span class=\"xr_tc Normal_text\">opportunity. Come and stay in our Lakefront Cottage for a couple </span><span class=\"xr_tc Normal_text\">of days or a week. Planning a big event? Our Lakeside Special </span><span class=\"xr_tc Normal_text\">Events center is also available for your use and enjoyment. It has a </span><span class=\"xr_tc Normal_text\">beautiful view of Carolina Marina’s South Cove and is available for </span><span class=\"xr_tc Normal_text\">weddings, receptions, reunions, birthdays and other special events </span><span class=\"xr_tc Normal_text\">year-round. While you are here, be sure to see the entire lake in </span><span class=\"xr_tc Normal_text\">one of our rental pontoons. They are available for half or full day </span><span class=\"xr_tc Normal_text\">excursions, complete with all needed safety equipment and gear. </span><span class=\"xr_tc Normal_text\">So come spend some time at Carolina Marina on Belews Lake. </span><span class=\"xr_tc Normal_text\">Celebrating, picnicking, fishing, touring, or just for the fun of it! </span><span class=\"xr_tc Normal_text\">For more information, just click the link below;</span>\r\n<h2><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Cottage Rental pdf.pdf\">Lakefront Cottage</a></span></h2>\r\n<h2><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/boat-sales/\">Lakeside Special Events Center</a></span></h2>\r\n<h2><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Rental Pontoons</a></span></h2>\r\n[/vc_column_text][/vc_column][/vc_row]','Stay and Play','','inherit','closed','closed','','234-revision-v1','','','2018-05-24 20:20:12','2018-05-24 20:20:12','',234,'http://carolinamarina.com/wordpress/2018/05/24/234-revision-v1/',0,'revision','',0),(263,1,'2018-05-24 20:21:19','2018-05-24 20:21:19','[vc_row css=\".vc_custom_1527187866494{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Carolina Marina offers an easy to afford, yet relaxing, getaway </span><span class=\"xr_tc Normal_text\">opportunity. Come and stay in our Lakefront Cottage for a couple </span><span class=\"xr_tc Normal_text\">of days or a week. Planning a big event? Our Lakeside Special </span><span class=\"xr_tc Normal_text\">Events center is also available for your use and enjoyment. It has a </span><span class=\"xr_tc Normal_text\">beautiful view of Carolina Marina’s South Cove and is available for </span><span class=\"xr_tc Normal_text\">weddings, receptions, reunions, birthdays and other special events </span><span class=\"xr_tc Normal_text\">year-round. While you are here, be sure to see the entire lake in </span><span class=\"xr_tc Normal_text\">one of our rental pontoons. They are available for half or full day </span><span class=\"xr_tc Normal_text\">excursions, complete with all needed safety equipment and gear. </span><span class=\"xr_tc Normal_text\">So come spend some time at Carolina Marina on Belews Lake. </span><span class=\"xr_tc Normal_text\">Celebrating, picnicking, fishing, touring, or just for the fun of it! </span><span class=\"xr_tc Normal_text\">For more information, just click the link below;</span>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Cottage Rental pdf.pdf\">Lakefront Cottage</a></span></h3>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/boat-sales/\">Lakeside Special Events Center</a></span></h3>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Rental Pontoons</a></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Stay and Play','','inherit','closed','closed','','234-revision-v1','','','2018-05-24 20:21:19','2018-05-24 20:21:19','',234,'http://carolinamarina.com/wordpress/2018/05/24/234-revision-v1/',0,'revision','',0),(264,1,'2018-05-24 20:24:11','2018-05-24 20:24:11','[vc_row css=\".vc_custom_1527189646566{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<i><img class=\"size-medium wp-image-156 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/marinastore_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />The Ship\'s Store is fully stocked with boating and recreational supplies to make your day on the lake complete! Store hours beginning May 25th are Monday - Sunday 8:30 am to 6pm</i>.\r\n<h3><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_operating_schedule_store.pdf\">Click here to download 2018 Store schedule.</a></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Marina Store','','inherit','closed','closed','','99-revision-v1','','','2018-05-24 20:24:11','2018-05-24 20:24:11','',99,'http://carolinamarina.com/wordpress/2018/05/24/99-revision-v1/',0,'revision','',0),(265,1,'2018-05-24 20:25:58','2018-05-24 20:25:58','[vc_row css=\".vc_custom_1527188800005{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-161 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/drystack_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Welcome to Carolina Marina’s “Boat Hotel”</span> <span class=\"xr_tc Normal_text\">Our Drystack facility offers a full service, indoor storage facility </span> <span class=\"xr_tc Normal_text\">on Belews Lake, conveniently located just minutes away from </span> <span class=\"xr_tc Normal_text\">Winston-Salem and Greensboro, NC. Our facility is operated in a </span> <span class=\"xr_tc Normal_text\">way to make boating fun for everyone and takes the hassle out </span> <span class=\"xr_tc Normal_text\">of towing your boat. One call is all it takes to have your boat </span> <span class=\"xr_tc Normal_text\">placed in the water, ready and waiting for your enjoyment.</span> <span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour surveillance, as </span> <span class=\"xr_tc Normal_text\">well as protection against the elements. Our certified and highly </span> <span class=\"xr_tc Normal_text\">experienced operators insure that your boat gets the special </span> <span class=\"xr_tc Normal_text\">care it deserves and is in the water, ready to use, when you </span> <span class=\"xr_tc Normal_text\">enter the marina. Dock attendants arealso staffed to assist you </span> <span class=\"xr_tc Normal_text\">in making your boating experience the best in the Carolinas.</span> <span class=\"xr_tc Normal_text\">Come by and visit us, take a tour of our drystack facility, and </span> <span class=\"xr_tc Normal_text\">experience the true joy of boating.</span>\r\n<div></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" target=\"_blank\" rel=\"noopener\">Click here for 2018 lease rates</a></span></div>\r\n<div></div>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/drystack-operation/\" target=\"_blank\" rel=\"noopener\">Click here to see Drystack in operation</a></span></div>\r\n[/vc_column_text][/vc_column][/vc_row]','Drystack','','inherit','closed','closed','','132-revision-v1','','','2018-05-24 20:25:58','2018-05-24 20:25:58','',132,'http://carolinamarina.com/wordpress/2018/05/24/132-revision-v1/',0,'revision','',0),(266,1,'2018-05-24 20:29:01','2018-05-24 20:29:01','[vc_row css=\".vc_custom_1527188800005{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-161 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/drystack_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Welcome to Carolina Marina’s “Boat Hotel”</span> <span class=\"xr_tc Normal_text\">Our Drystack facility offers a full service, indoor storage facility </span> <span class=\"xr_tc Normal_text\">on Belews Lake, conveniently located just minutes away from </span> <span class=\"xr_tc Normal_text\">Winston-Salem and Greensboro, NC. Our facility is operated in a </span> <span class=\"xr_tc Normal_text\">way to make boating fun for everyone and takes the hassle out </span> <span class=\"xr_tc Normal_text\">of towing your boat. One call is all it takes to have your boat </span> <span class=\"xr_tc Normal_text\">placed in the water, ready and waiting for your enjoyment.</span> <span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour surveillance, as </span> <span class=\"xr_tc Normal_text\">well as protection against the elements. Our certified and highly </span> <span class=\"xr_tc Normal_text\">experienced operators insure that your boat gets the special </span> <span class=\"xr_tc Normal_text\">care it deserves and is in the water, ready to use, when you </span> <span class=\"xr_tc Normal_text\">enter the marina. Dock attendants arealso staffed to assist you </span> <span class=\"xr_tc Normal_text\">in making your boating experience the best in the Carolinas.</span> <span class=\"xr_tc Normal_text\">Come by and visit us, take a tour of our drystack facility, and </span> <span class=\"xr_tc Normal_text\">experience the true joy of boating.</span>\r\n<div></div>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" target=\"_blank\" rel=\"noopener\">Click here for 2018 lease rates</a></span></h3>\r\n<div></div>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/drystack-operation/\" target=\"_blank\" rel=\"noopener\">Click here to see Drystack in operation</a></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Drystack','','inherit','closed','closed','','132-revision-v1','','','2018-05-24 20:29:01','2018-05-24 20:29:01','',132,'http://carolinamarina.com/wordpress/2018/05/24/132-revision-v1/',0,'revision','',0),(267,1,'2018-05-24 20:30:42','2018-05-24 20:30:42','[vc_row css=\".vc_custom_1527188800005{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-161 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/drystack_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Welcome to Carolina Marina’s “Boat Hotel”</span> <span class=\"xr_tc Normal_text\">Our Drystack facility offers a full service, indoor storage facility </span> <span class=\"xr_tc Normal_text\">on Belews Lake, conveniently located just minutes away from </span> <span class=\"xr_tc Normal_text\">Winston-Salem and Greensboro, NC. Our facility is operated in a </span> <span class=\"xr_tc Normal_text\">way to make boating fun for everyone and takes the hassle out </span> <span class=\"xr_tc Normal_text\">of towing your boat. One call is all it takes to have your boat </span> <span class=\"xr_tc Normal_text\">placed in the water, ready and waiting for your enjoyment.</span> <span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour surveillance, as </span> <span class=\"xr_tc Normal_text\">well as protection against the elements. Our certified and highly </span> <span class=\"xr_tc Normal_text\">experienced operators insure that your boat gets the special </span> <span class=\"xr_tc Normal_text\">care it deserves and is in the water, ready to use, when you </span> <span class=\"xr_tc Normal_text\">enter the marina. Dock attendants arealso staffed to assist you </span> <span class=\"xr_tc Normal_text\">in making your boating experience the best in the Carolinas.</span> <span class=\"xr_tc Normal_text\">Come by and visit us, take a tour of our drystack facility, and </span> <span class=\"xr_tc Normal_text\">experience the true joy of boating.</span>\r\n<div></div>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" rel=\"noopener\">Click here for 2018 lease rates</a></span></h3>\r\n<div></div>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/drystack-operation/\" rel=\"noopener\">Click here to see Drystack in operation</a></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Drystack','','inherit','closed','closed','','132-revision-v1','','','2018-05-24 20:30:42','2018-05-24 20:30:42','',132,'http://carolinamarina.com/wordpress/2018/05/24/132-revision-v1/',0,'revision','',0),(268,1,'2018-05-24 20:32:27','2018-05-24 20:32:27','[vc_row css=\".vc_custom_1527187597500{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-159 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/wetslips_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />After you’ve purchased the boat of your dreams, you will want to get </span> <span class=\"xr_tc Normal_text\">out to beautiful Belews Lake and relax. That’s why we have nearly </span> <span class=\"xr_tc Normal_text\">300 slips of various lengths available for lease on an annual basis. To </span> <span class=\"xr_tc Normal_text\">inquire about slip availability call (336) 427-0498 or e-mail us at </span> <span class=\"xr_tc Normal_text\"><a href=\"mailto:sales@carolinamarina.com\">sales@carolinamarina.com</a>.</span>\r\n<h3><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\">Click here for 2018 lease rates.</a></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Wet Slips','','inherit','closed','closed','','135-revision-v1','','','2018-05-24 20:32:27','2018-05-24 20:32:27','',135,'http://carolinamarina.com/wordpress/2018/05/24/135-revision-v1/',0,'revision','',0),(269,1,'2018-05-24 20:33:49','2018-05-24 20:33:49','[vc_row css=\".vc_custom_1527189972351{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\"size-full wp-image-26 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/06/home-highlight-boxes-amenities.jpg\" alt=\"\" width=\"255\" height=\"255\" />Carolina Marina offers an easy to afford, yet relaxing, getaway opportunity. Come and stay in our Lakefront Cottage for a couple of days or a week. Planning a big event? Our Lakeside Special Events center is also available for your use and enjoyment. It has a beautiful view of Carolina Marina’s South Cove and is available for weddings, receptions, reunions, birthdays and other special events year-round. While you are here, be sure to see the entire lake in one of our rental pontoons. They are available for half or full day excursions, complete with all needed safety equipment and gear. So come spend some time at Carolina Marina on Belews Lake. Celebrating, picnicking, fishing, touring, or just for the fun of it! For more information, just click the link below;\r\n<h3><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Click Here to see Rental Pontoons</a></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Boat Rentals','','inherit','closed','closed','','102-revision-v1','','','2018-05-24 20:33:49','2018-05-24 20:33:49','',102,'http://carolinamarina.com/wordpress/2018/05/24/102-revision-v1/',0,'revision','',0),(270,1,'2018-05-24 20:35:24','2018-05-24 20:35:24','[vc_row css=\".vc_custom_1527190418402{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\"size-medium wp-image-160 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/boatsales_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />\r\n\r\n<span class=\"xr_tc Normal_text\">Carolina Marina does not sell new or used boats directly, however, </span><span class=\"xr_tc Normal_text\">we do provide a free listing of boats “For Sale by Owner” by </span><span class=\"xr_tc Normal_text\">leaseholders here at Carolina Marina.</span>\r\n<h3>Boats \"For Sale By Owner\" Listing. <a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/boats_available.pdf\">Click Here</a></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Boat Sales','','inherit','closed','closed','','114-revision-v1','','','2018-05-24 20:35:24','2018-05-24 20:35:24','',114,'http://carolinamarina.com/wordpress/2018/05/24/114-revision-v1/',0,'revision','',0),(271,1,'2018-05-24 20:36:57','2018-05-24 20:36:57','[vc_row css=\".vc_custom_1527193022413{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Carolina Marina offers an easy to afford, yet relaxing, getaway </span><span class=\"xr_tc Normal_text\">opportunity. Come and stay in our Lakefront Cottage for a couple </span><span class=\"xr_tc Normal_text\">of days or a week. Planning a big event? Our Lakeside Special </span><span class=\"xr_tc Normal_text\">Events center is also available for your use and enjoyment. It has a </span><span class=\"xr_tc Normal_text\">beautiful view of Carolina Marina’s South Cove and is available for </span><span class=\"xr_tc Normal_text\">weddings, receptions, reunions, birthdays and other special events </span><span class=\"xr_tc Normal_text\">year-round. While you are here, be sure to see the entire lake in </span><span class=\"xr_tc Normal_text\">one of our rental pontoons. They are available for half or full day </span><span class=\"xr_tc Normal_text\">excursions, complete with all needed safety equipment and gear. </span><span class=\"xr_tc Normal_text\">So come spend some time at Carolina Marina on Belews Lake. </span><span class=\"xr_tc Normal_text\">Celebrating, picnicking, fishing, touring, or just for the fun of it! </span><span class=\"xr_tc Normal_text\">For more information, just click the link below;</span>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Cottage Rental pdf.pdf\">Lakefront Cottage</a></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Cottage Rental','','inherit','closed','closed','','111-revision-v1','','','2018-05-24 20:36:57','2018-05-24 20:36:57','',111,'http://carolinamarina.com/wordpress/2018/05/24/111-revision-v1/',0,'revision','',0),(272,1,'2018-05-24 20:39:23','2018-05-24 20:39:23','[vc_row css=\".vc_custom_1527194357817{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-158 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/servicedepartment_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Carolina Marina has a premium service department and top of the </span><span class=\"xr_tc Normal_text\">line facility, with all the proper tools and personnel to get you back </span><span class=\"xr_tc Normal_text\">on the water in a hurry. We employ only Mercury/Mercruiser-</span><span class=\"xr_tc Normal_text\">Certified technicians who attend factory authorized training every </span><span class=\"xr_tc Normal_text\">year to keep up-to-date with the latest and greatest that the </span><span class=\"xr_tc Normal_text\">marine industry has to offer. When you bring your boat to us, you </span><span class=\"xr_tc Normal_text\">get your boat fixed right the first time, on time.</span><span class=\"xr_tc Normal_text\">To contact our Service Department directly, please call 336-427-</span><span class=\"xr_tc Normal_text\">0498, Ext. 13 or e-mail them at <a href=\"mailto:service@carolinamarina.com\">service@carolinamarina.com</a>. </span>[/vc_column_text][/vc_column][/vc_row]','Service Dept.','','inherit','closed','closed','','143-revision-v1','','','2018-05-24 20:39:23','2018-05-24 20:39:23','',143,'http://carolinamarina.com/wordpress/2018/05/24/143-revision-v1/',0,'revision','',0),(273,1,'2018-05-24 20:43:28','2018-05-24 20:43:28',' ','','','publish','closed','closed','','273','','','2018-06-08 18:57:22','2018-06-08 18:57:22','',0,'http://carolinamarina.com/wordpress/?p=273',29,'nav_menu_item','',0),(274,1,'2018-05-24 20:45:49','2018-05-24 20:45:49','<p>[vc_row][vc_column][vc_column_text]\n<p>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.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Belews Lake','','inherit','closed','closed','','55-autosave-v1','','','2018-05-24 20:45:49','2018-05-24 20:45:49','',55,'http://carolinamarina.com/wordpress/2018/05/24/55-autosave-v1/',0,'revision','',0),(275,1,'2018-05-24 20:47:03','2018-05-24 20:47:03','[vc_row css=\".vc_custom_1527194816487{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<strong>Duke Power</strong> - <a href=\"https://www.duke-energy.com/our-company/about-us/power-plants/belews-creek-steam-stati\">https://www.duke-energy.com/our-company/about-us/power-plants/belews-creek-steam-station</a>\r\n\r\n<strong>History</strong> - <a href=\"https://en.wikipedia.org/wiki/Belews_Lake\">https://en.wikipedia.org/wiki/Belews_Lake</a>\r\n\r\n<strong>Usage Rules</strong> - <a href=\"https://www.duke-energy.com/community/lakes/services/shoreline-use-at-belews\">https://www.duke-energy.com/community/lakes/services/shoreline-use-at-belews</a>[/vc_column_text][/vc_column][/vc_row]','Belews Lake','','inherit','closed','closed','','55-revision-v1','','','2018-05-24 20:47:03','2018-05-24 20:47:03','',55,'http://carolinamarina.com/wordpress/2018/05/24/55-revision-v1/',0,'revision','',0),(276,1,'2018-05-24 20:48:59','2018-05-24 20:48:59','<p>[vc_row][vc_column][vc_column_text]\n<p>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.</p>\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\n','Connect','','inherit','closed','closed','','58-autosave-v1','','','2018-05-24 20:48:59','2018-05-24 20:48:59','',58,'http://carolinamarina.com/wordpress/2018/05/24/58-autosave-v1/',0,'revision','',0),(277,1,'2018-05-24 20:50:28','2018-05-24 20:50:28','[vc_row css=\".vc_custom_1527195023015{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]Please use the form in the footer below to Subscribe to our Email List.\r\n\r\nComments or Suggestions? Please email <a href=\"mailto:lee@carolinamarina.com\">lee@carolinamarina.com</a>!\r\n\r\nNewsletter - Click Here[/vc_column_text][/vc_column][/vc_row]','Connect','','inherit','closed','closed','','58-revision-v1','','','2018-05-24 20:50:28','2018-05-24 20:50:28','',58,'http://carolinamarina.com/wordpress/2018/05/24/58-revision-v1/',0,'revision','',0),(278,1,'2018-05-24 20:52:11','2018-05-24 20:52:11',' ','','','publish','closed','closed','','278','','','2018-06-08 18:57:22','2018-06-08 18:57:22','',0,'http://carolinamarina.com/wordpress/?p=278',24,'nav_menu_item','',0),(279,1,'2018-05-24 20:54:50','2018-05-24 20:54:50','Fishing Report - provided by Fishing\n\n[ecwd id=\"77\"]','Special Events','','inherit','closed','closed','','92-autosave-v1','','','2018-05-24 20:54:50','2018-05-24 20:54:50','',92,'http://carolinamarina.com/wordpress/2018/05/24/92-autosave-v1/',0,'revision','',0),(280,1,'2018-05-24 20:55:22','2018-05-24 20:55:22','Fishing Report - provided by Fishingnotes.com - <a href=\"http://www.fishingnotes.com/fishing-report/nc/Belews-Lake\">Click Here</a> for Current Report.\r\n\r\n[ecwd id=\"77\"]','Special Events','','inherit','closed','closed','','92-revision-v1','','','2018-05-24 20:55:22','2018-05-24 20:55:22','',92,'http://carolinamarina.com/wordpress/2018/05/24/92-revision-v1/',0,'revision','',0),(281,1,'2018-05-24 20:56:50','2018-05-24 20:56:50','<h3><center>Fishing Report - provided by Fishingnotes.com - <a href=\"http://www.fishingnotes.com/fishing-report/nc/Belews-Lake\">Click Here</a> for Current Report.</center></h3>\r\n\r\n[ecwd id=\"77\"]','Special Events','','inherit','closed','closed','','92-revision-v1','','','2018-05-24 20:56:50','2018-05-24 20:56:50','',92,'http://carolinamarina.com/wordpress/2018/05/24/92-revision-v1/',0,'revision','',0),(282,1,'2018-05-24 21:01:49','2018-05-24 21:01:49','Carolina Marina Community \"Meet & Greet\" at Lakeside Event Center','Meet & Greet','','publish','closed','closed','','meet-greet','','','2018-05-24 21:01:49','2018-05-24 21:01:49','',0,'http://carolinamarina.com/wordpress/?post_type=ecwd_event&p=282',0,'ecwd_event','',0),(283,1,'2018-05-24 21:02:38','2018-05-24 21:02:38','','Fun on the Lake!','','publish','closed','closed','','fun-on-the-lake','','','2018-05-24 21:02:38','2018-05-24 21:02:38','',0,'http://carolinamarina.com/wordpress/?post_type=ecwd_event&p=283',0,'ecwd_event','',0),(284,1,'2018-05-24 21:03:43','2018-05-24 21:03:43','','Annual Boat Parade','','publish','closed','closed','','annual-boat-parade','','','2018-05-24 21:03:43','2018-05-24 21:03:43','',0,'http://carolinamarina.com/wordpress/?post_type=ecwd_event&p=284',0,'ecwd_event','',0),(285,1,'2018-05-24 21:10:30','2018-05-24 21:10:30','[vc_row][vc_column][vc_column_text]<img class=\"size-medium wp-image-154 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakevillas_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" /><strong>Carolina Marina currently has no NEW Lake Villas for sale, however, we do have several pre-owned Lake Villas “For Sale by Owner”.</strong>\r\n<a href=\"http://www.carolinamarina.com/index_htm_files/lots_available.pdf\" target=\"_blank\" rel=\"noopener\">Click here for current Lots Available</a>\r\n\r\n<span class=\"xr_tc Normal_text\">***NOTICE TO NEW OR PROSPECTIVE LEASEHOLDERS***</span><span class=\"xr_tc Normal_text\">Effective November 10, 2016, Duke Power has informed us that </span><span class=\"xr_tc Normal_text\">only <span class=\"Normal_text\">one</span> lift (boat or jet ski) per slip may be transferred to new </span><span class=\"xr_tc Normal_text\">leaseholders in our campground going forward. Upon approval </span><span class=\"xr_tc Normal_text\">of potential leaseholders’ application for campsite lease </span><span class=\"xr_tc Normal_text\">transfer, Carolina Marina personnel will inform you of the new </span><span class=\"xr_tc Normal_text\">ruling and how it affects your lease. If you have any questions, </span><span class=\"xr_tc Normal_text\">please give us a call at (336) 427-0498</span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Campsite Road Map.pdf\" target=\"_blank\" rel=\"noopener\">Lot #’s 1-325 are off of Campsite Road - click here for map</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Mountain View Map.pdf\" target=\"_blank\" rel=\"noopener\">Lot #’s 503-587 are off of Mountain View (near the</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Mountain View Map.pdf\" target=\"_blank\" rel=\"noopener\">Drystack “Boat Hotel” - click here for map</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><span class=\"Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Permit Request.pdf\" target=\"_blank\" rel=\"noopener\">Campground Lotholders - Application for Building Permit</a></span></span>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" target=\"_blank\" rel=\"noopener\">Click here for 2018 lease rates</a></span></div>\r\n[/vc_column_text][/vc_column][/vc_row]','Lake Villas','','inherit','closed','closed','','52-revision-v1','','','2018-05-24 21:10:30','2018-05-24 21:10:30','',52,'http://carolinamarina.com/wordpress/2018/05/24/52-revision-v1/',0,'revision','',0),(286,1,'2018-05-24 21:12:42','2018-05-24 21:12:42','[vc_row css=\".vc_custom_1527196471688{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-155 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/maintenance-grounds_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Carolina Marina’s Maintenance & Grounds team takes care of all </span><span class=\"xr_tc Normal_text\">the buildings, docks, grounds and landscaping within the Carolina </span><span class=\"xr_tc Normal_text\">Marina complex. This includes all of the campground lots (for both </span><span class=\"xr_tc Normal_text\">the original campground and Mountain View campground section), </span><span class=\"xr_tc Normal_text\">as well as the wet slips, buildings on the premises; Marina Ship’s </span><span class=\"xr_tc Normal_text\">Store, Drystack Facility, Service Dept., Lakeside Special Events </span><span class=\"xr_tc Normal_text\">Center, Lakefront Cottage, and restroom facilities.</span><span class=\"xr_tc Normal_text\">To contact our Maintenance & Grounds Dept. directly, please e-mail </span><span class=\"xr_tc Normal_text\">them at <a href=\"mailto:maint@carolinamarina.com\">maint@carolinamarina.com</a>. Because of the nature of their </span><span class=\"xr_tc Normal_text\">work, the Maintenance & Grounds crew members are not </span><span class=\"xr_tc Normal_text\">immediately available by telephone. If you would like to speak with </span><span class=\"xr_tc Normal_text\">a crew member, please call us at (336) 427-0498 and leave a </span><span class=\"xr_tc Normal_text\">message with customer service or ask for the Maintenance & </span><span class=\"xr_tc Normal_text\">Grounds Dept. voice mailbox.</span>\r\n\r\n<a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Permit Request.pdf\" target=\"_blank\" rel=\"noopener\">Campground Lotholders - Application for Building Permit</a>[/vc_column_text][/vc_column][/vc_row]','Maintenance & Grounds','','publish','closed','closed','','maintenance-grounds','','','2018-06-06 15:20:23','2018-06-06 15:20:23','',0,'http://carolinamarina.com/wordpress/?page_id=286',0,'page','',0),(287,1,'2018-05-24 21:12:42','2018-05-24 21:12:42','[vc_row][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-155 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/maintenance-grounds_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Carolina Marina’s Maintenance & Grounds team takes care of all </span><span class=\"xr_tc Normal_text\">the buildings, docks, grounds and landscaping within the Carolina </span><span class=\"xr_tc Normal_text\">Marina complex. This includes all of the campground lots (for both </span><span class=\"xr_tc Normal_text\">the original campground and Mountain View campground section), </span><span class=\"xr_tc Normal_text\">as well as the wet slips, buildings on the premises; Marina Ship’s </span><span class=\"xr_tc Normal_text\">Store, Drystack Facility, Service Dept., Lakeside Special Events </span><span class=\"xr_tc Normal_text\">Center, Lakefront Cottage, and restroom facilities.</span><span class=\"xr_tc Normal_text\">To contact our Maintenance & Grounds Dept. directly, please e-mail </span><span class=\"xr_tc Normal_text\">them at <a href=\"mailto:maint@carolinamarina.com\">maint@carolinamarina.com</a>. Because of the nature of their </span><span class=\"xr_tc Normal_text\">work, the Maintenance & Grounds crew members are not </span><span class=\"xr_tc Normal_text\">immediately available by telephone. If you would like to speak with </span><span class=\"xr_tc Normal_text\">a crew member, please call us at (336) 427-0498 and leave a </span><span class=\"xr_tc Normal_text\">message with customer service or ask for the Maintenance & </span><span class=\"xr_tc Normal_text\">Grounds Dept. voice mailbox.</span>[/vc_column_text][/vc_column][/vc_row]','Maintenance & Grounds','','inherit','closed','closed','','286-revision-v1','','','2018-05-24 21:12:42','2018-05-24 21:12:42','',286,'http://carolinamarina.com/wordpress/2018/05/24/286-revision-v1/',0,'revision','',0),(288,1,'2018-05-24 21:13:51','2018-05-24 21:13:51','[vc_row][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-155 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/maintenance-grounds_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Carolina Marina’s Maintenance & Grounds team takes care of all </span><span class=\"xr_tc Normal_text\">the buildings, docks, grounds and landscaping within the Carolina </span><span class=\"xr_tc Normal_text\">Marina complex. This includes all of the campground lots (for both </span><span class=\"xr_tc Normal_text\">the original campground and Mountain View campground section), </span><span class=\"xr_tc Normal_text\">as well as the wet slips, buildings on the premises; Marina Ship’s </span><span class=\"xr_tc Normal_text\">Store, Drystack Facility, Service Dept., Lakeside Special Events </span><span class=\"xr_tc Normal_text\">Center, Lakefront Cottage, and restroom facilities.</span><span class=\"xr_tc Normal_text\">To contact our Maintenance & Grounds Dept. directly, please e-mail </span><span class=\"xr_tc Normal_text\">them at <a href=\"mailto:maint@carolinamarina.com\">maint@carolinamarina.com</a>. Because of the nature of their </span><span class=\"xr_tc Normal_text\">work, the Maintenance & Grounds crew members are not </span><span class=\"xr_tc Normal_text\">immediately available by telephone. If you would like to speak with </span><span class=\"xr_tc Normal_text\">a crew member, please call us at (336) 427-0498 and leave a </span><span class=\"xr_tc Normal_text\">message with customer service or ask for the Maintenance & </span><span class=\"xr_tc Normal_text\">Grounds Dept. voice mailbox.</span>\r\n\r\n<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Permit Request.pdf\" target=\"_blank\" rel=\"noopener\">Campground Lotholders - Application for Building Permit</a>[/vc_column_text][/vc_column][/vc_row]','Maintenance & Grounds','','inherit','closed','closed','','286-revision-v1','','','2018-05-24 21:13:51','2018-05-24 21:13:51','',286,'http://carolinamarina.com/wordpress/2018/05/24/286-revision-v1/',0,'revision','',0),(289,1,'2018-05-24 21:14:37','2018-05-24 21:14:37','[vc_row css=\".vc_custom_1527196471688{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-155 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/maintenance-grounds_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Carolina Marina’s Maintenance & Grounds team takes care of all </span><span class=\"xr_tc Normal_text\">the buildings, docks, grounds and landscaping within the Carolina </span><span class=\"xr_tc Normal_text\">Marina complex. This includes all of the campground lots (for both </span><span class=\"xr_tc Normal_text\">the original campground and Mountain View campground section), </span><span class=\"xr_tc Normal_text\">as well as the wet slips, buildings on the premises; Marina Ship’s </span><span class=\"xr_tc Normal_text\">Store, Drystack Facility, Service Dept., Lakeside Special Events </span><span class=\"xr_tc Normal_text\">Center, Lakefront Cottage, and restroom facilities.</span><span class=\"xr_tc Normal_text\">To contact our Maintenance & Grounds Dept. directly, please e-mail </span><span class=\"xr_tc Normal_text\">them at <a href=\"mailto:maint@carolinamarina.com\">maint@carolinamarina.com</a>. Because of the nature of their </span><span class=\"xr_tc Normal_text\">work, the Maintenance & Grounds crew members are not </span><span class=\"xr_tc Normal_text\">immediately available by telephone. If you would like to speak with </span><span class=\"xr_tc Normal_text\">a crew member, please call us at (336) 427-0498 and leave a </span><span class=\"xr_tc Normal_text\">message with customer service or ask for the Maintenance & </span><span class=\"xr_tc Normal_text\">Grounds Dept. voice mailbox.</span>\r\n\r\n<a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Permit Request.pdf\" target=\"_blank\" rel=\"noopener\">Campground Lotholders - Application for Building Permit</a>[/vc_column_text][/vc_column][/vc_row]','Maintenance & Grounds','','inherit','closed','closed','','286-revision-v1','','','2018-05-24 21:14:37','2018-05-24 21:14:37','',286,'http://carolinamarina.com/wordpress/2018/05/24/286-revision-v1/',0,'revision','',0),(290,1,'2018-05-24 21:15:43','2018-05-24 21:15:43',' ','','','publish','closed','closed','','290','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://carolinamarina.com/wordpress/?p=290',21,'nav_menu_item','',0),(291,1,'2018-05-24 21:20:47','2018-05-24 21:20:47','[vc_row css=\".vc_custom_1527195023015{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]\r\n<h3>Subscribe to email list</h3>\r\nPlease use the form in the footer below to Subscribe to our Email List.\r\n<h3>Comments or Suggestions?</h3>\r\nPlease email <a href=\"mailto:lee@carolinamarina.com\">lee@carolinamarina.com</a>!\r\n<h3>Newsletter</h3>\r\nComing Soon[/vc_column_text][/vc_column][/vc_row]','Connect','','inherit','closed','closed','','58-revision-v1','','','2018-05-24 21:20:47','2018-05-24 21:20:47','',58,'http://carolinamarina.com/wordpress/2018/05/24/58-revision-v1/',0,'revision','',0),(292,1,'2018-05-24 21:27:25','2018-05-24 21:27:25','[vc_row css=\".vc_custom_1527195023015{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]\r\n<h3>Subscribe to email list</h3>\r\nPlease use the form in the footer below to Subscribe to our Email List.\r\n<h3></h3>\r\n<h3>Comments or Suggestions?</h3>\r\nPlease email <a href=\"mailto:lee@carolinamarina.com\">lee@carolinamarina.com</a>!\r\n<h3></h3>\r\n<h3>Newsletter</h3>\r\nComing Soon[/vc_column_text][/vc_column][/vc_row]','Connect','','inherit','closed','closed','','58-revision-v1','','','2018-05-24 21:27:25','2018-05-24 21:27:25','',58,'http://carolinamarina.com/wordpress/2018/05/24/58-revision-v1/',0,'revision','',0),(294,1,'2018-05-31 15:14:23','2018-05-31 15:14:23','','blue sea water texture background','blue sea water texture background','inherit','open','closed','','blue-sea-water-texture-background-3','','','2018-05-31 15:14:23','2018-05-31 15:14:23','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/08/background-image-all-pages.jpg',0,'attachment','image/jpeg',0),(295,1,'2018-05-31 15:14:42','2018-05-31 15:14:42','','home-image-template-1','','inherit','open','closed','','home-image-template-1-2','','','2018-05-31 15:14:42','2018-05-31 15:14:42','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/08/home-image-template-1.jpg',0,'attachment','image/jpeg',0),(296,1,'2018-05-31 15:14:50','2018-05-31 15:14:50','','home-image-template-2','','inherit','open','closed','','home-image-template-2-2','','','2018-05-31 15:14:50','2018-05-31 15:14:50','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/08/home-image-template-2.jpg',0,'attachment','image/jpeg',0),(297,1,'2018-05-31 15:14:57','2018-05-31 15:14:57','','home-image-template-3','','inherit','open','closed','','home-image-template-3-2','','','2018-05-31 15:14:57','2018-05-31 15:14:57','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/08/home-image-template-3.jpg',0,'attachment','image/jpeg',0),(298,1,'2018-05-31 15:15:04','2018-05-31 15:15:04','','home-image-template-4','','inherit','open','closed','','home-image-template-4-2','','','2018-05-31 15:15:04','2018-05-31 15:15:04','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/08/home-image-template-4.jpg',0,'attachment','image/jpeg',0),(299,1,'2018-05-31 15:15:13','2018-05-31 15:15:13','','home-image-template-5','','inherit','open','closed','','home-image-template-5-2','','','2018-05-31 15:15:13','2018-05-31 15:15:13','',0,'http://carolinamarina.com/wordpress/wp-content/uploads/2018/08/home-image-template-5.jpg',0,'attachment','image/jpeg',0),(301,1,'2018-05-31 15:21:19','2018-05-31 15:21:19','','yachtsailing','','publish','closed','closed','','yachtsailing','','','2018-05-31 15:23:29','2018-05-31 15:23:29','',0,'http://carolinamarina.com/wordpress/2018/05/31/yachtsailing/',0,'custom_css','',0),(302,1,'2018-05-31 15:21:19','2018-05-31 15:21:19','.header_cart{ \n display: none;\n} \n\n.service-content{\n border-style: none !important;\n -webkit-box-shadow: none !important;\n -moz-box-shadow: none !important;\n box-shadow: none !important;\n}','yachtsailing','','inherit','closed','closed','','301-revision-v1','','','2018-05-31 15:21:19','2018-05-31 15:21:19','',301,'http://carolinamarina.com/wordpress/2018/05/31/301-revision-v1/',0,'revision','',0),(304,1,'2018-05-31 15:23:29','2018-05-31 15:23:29','','yachtsailing','','inherit','closed','closed','','301-revision-v1','','','2018-05-31 15:23:29','2018-05-31 15:23:29','',301,'http://carolinamarina.com/wordpress/2018/05/31/301-revision-v1/',0,'revision','',0),(305,1,'2018-05-31 15:43:54','2018-05-31 15:43:54','[vc_row css=\".vc_custom_1527189972351{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\" wp-image-26 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/06/home-highlight-boxes-amenities.jpg\" alt=\"\" width=\"335\" height=\"323\" />Carolina Marina offers an easy to afford, yet relaxing, getaway opportunity. Come and stay in our Lakefront Cottage for a couple of days or a week. Planning a big event? Our Lakeside Special Events center is also available for your use and enjoyment. It has a beautiful view of Carolina Marina’s South Cove and is available for weddings, receptions, reunions, birthdays and other special events year-round. While you are here, be sure to see the entire lake in one of our rental pontoons. They are available for half or full day excursions, complete with all needed safety equipment and gear. So come spend some time at Carolina Marina on Belews Lake. Celebrating, picnicking, fishing, touring, or just for the fun of it! For more information, just click the link below;\r\n<h3><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Click Here to see Rental Pontoons</a></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Boat Rentals','','inherit','closed','closed','','102-revision-v1','','','2018-05-31 15:43:54','2018-05-31 15:43:54','',102,'http://carolinamarina.com/wordpress/2018/05/31/102-revision-v1/',0,'revision','',0),(306,1,'2018-06-06 14:54:54','2018-06-06 14:54:54','[vc_row][vc_column][vc_column_text css=\".vc_custom_1528296891484{margin-right: 40px !important;margin-left: 40px !important;}\"]\r\n<p style=\"text-align: left;\"><strong>Main Number</strong> : 336.427.0498</p>\r\n<p style=\"text-align: left;\"><strong>Fax Number</strong> : 336.427.0524</p>\r\n \r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Management</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Jim Patten :<a href=\"mailto:jim@carolinamarina.com\"> jim@carolinamarina.com</a></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Lee Adkins : lee@carolinamarina.com</p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Customer Service</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Andrea : <a href=\"mailto:custservice@carolinamarina.com\">custservice@carolinamarina.com</a></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Loretta :<a href=\"mailto:loretta@carolinamarina.com\"> loretta@carolinamarina.com</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','12-revision-v1','','','2018-06-06 14:54:54','2018-06-06 14:54:54','',12,'http://yacht.forcefieldnc.com/2018/06/06/12-revision-v1/',0,'revision','',0),(307,1,'2018-06-06 14:56:44','2018-06-06 14:56:44','[vc_row][vc_column][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3215.37075959028!2d-80.01548204825828!3d36.30331497995613!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8852f9614156cf07%3A0x7afdc81d57ba5d88!2sCarolina+Marina!5e0!3m2!1sen!2sus!4v1528296941859\" width=\"1000\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">.\r\n</span><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West\r\n</span><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East\r\n</span><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit\r\n</span><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Directions','','publish','closed','closed','','directions','','','2018-06-06 15:05:39','2018-06-06 15:05:39','',0,'http://yacht.forcefieldnc.com/?page_id=307',0,'page','',0),(308,1,'2018-06-06 14:56:44','2018-06-06 14:56:44','[vc_row][vc_column][vc_column_text]\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">.\r\n</span><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West\r\n</span><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East\r\n</span><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit\r\n</span><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3215.37075959028!2d-80.01548204825828!3d36.30331497995613!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8852f9614156cf07%3A0x7afdc81d57ba5d88!2sCarolina+Marina!5e0!3m2!1sen!2sus!4v1528296941859\" width=\"1000\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row]','Directions','','inherit','closed','closed','','307-revision-v1','','','2018-06-06 14:56:44','2018-06-06 14:56:44','',307,'http://yacht.forcefieldnc.com/2018/06/06/307-revision-v1/',0,'revision','',0),(309,1,'2018-06-06 14:57:14','2018-06-06 14:57:14',' ','','','publish','closed','closed','','309','','','2018-06-08 18:57:22','2018-06-08 18:57:22','',0,'http://yacht.forcefieldnc.com/?p=309',27,'nav_menu_item','',0),(310,1,'2018-06-06 14:58:25','2018-06-06 14:58:25','[vc_row][vc_column][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3215.37075959028!2d-80.01548204825828!3d36.30331497995613!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8852f9614156cf07%3A0x7afdc81d57ba5d88!2sCarolina+Marina!5e0!3m2!1sen!2sus!4v1528296941859\" width=\"1000\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">.\r\n</span><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West\r\n</span><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East\r\n</span><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit\r\n</span><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Directions','','inherit','closed','closed','','307-revision-v1','','','2018-06-06 14:58:25','2018-06-06 14:58:25','',307,'http://yacht.forcefieldnc.com/2018/06/06/307-revision-v1/',0,'revision','',0),(311,1,'2018-06-06 14:58:49','2018-06-06 14:58:49','[vc_row css=\".vc_custom_1528297128000{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3215.37075959028!2d-80.01548204825828!3d36.30331497995613!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8852f9614156cf07%3A0x7afdc81d57ba5d88!2sCarolina+Marina!5e0!3m2!1sen!2sus!4v1528296941859\" width=\"1000\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">.\r\n</span><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West\r\n</span><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East\r\n</span><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit\r\n</span><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Directions','','inherit','closed','closed','','307-revision-v1','','','2018-06-06 14:58:49','2018-06-06 14:58:49','',307,'http://yacht.forcefieldnc.com/2018/06/06/307-revision-v1/',0,'revision','',0),(312,1,'2018-06-06 14:59:44','2018-06-06 14:59:44','[vc_row][vc_column][vc_column_text css=\".vc_custom_1528297182521{margin-right: 40px !important;margin-left: 40px !important;}\"]\r\n<p style=\"text-align: left;\"><strong>Main Number</strong> : 336.427.0498</p>\r\n<p style=\"text-align: left;\"><strong>Fax Number</strong> : 336.427.0524</p>\r\n \r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Management</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Jim Patten :<a href=\"mailto:jim@carolinamarina.com\"> jim@carolinamarina.com</a></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Lee Adkins : <a href=\"mailto:lee@carolinamarina.com\">lee@carolinamarina.com</a></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong>Customer Service</strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Andrea : <a href=\"mailto:custservice@carolinamarina.com\">custservice@carolinamarina.com</a></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\">Loretta :<a href=\"mailto:loretta@carolinamarina.com\"> loretta@carolinamarina.com</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','12-revision-v1','','','2018-06-06 14:59:44','2018-06-06 14:59:44','',12,'http://yacht.forcefieldnc.com/2018/06/06/12-revision-v1/',0,'revision','',0),(313,1,'2018-06-06 15:02:11','2018-06-06 15:02:11','[vc_row][vc_column][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3215.37075959028!2d-80.01548204825828!3d36.30331497995613!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8852f9614156cf07%3A0x7afdc81d57ba5d88!2sCarolina+Marina!5e0!3m2!1sen!2sus!4v1528296941859\" width=\"1000\" height=\"400\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><strong>From Winston-Salem, NC:</strong>\r\n</span><span class=\"xr_tl Normal_text\">1. Take NC I-40 East to Business 40 East\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Business 40 East to Exit 8, Rt 158 NE\r\n</span><span class=\"xr_tl Normal_text\">3. Follow Rt 158 North into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">4. Once in Stokesdale, turn left at the 2nd traffic light onto Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\"><strong>From Greensboro, NC:</strong>\r\n</span></span><span class=\"xr_tl Normal_text\">1. Take NC I-40 West to Rt 68 North\r\n</span><span class=\"xr_tl Normal_text\">2. Follow Rt 68 into Stokesdale\r\n</span><span class=\"xr_tl Normal_text\">3. Once in Stokesdale, turn left onto Rt 158 West\r\n</span><span class=\"xr_tl Normal_text\">4. Follow Rt 158 through town to next traffic light. Turn right onto Hwy 65</span><span class=\"xr_tl Normal_text\"> East</span><span class=\"xr_tl Normal_text\">.\r\n</span><span class=\"xr_tl Normal_text\">5. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">6. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">7</span><span class=\"xr_tl Normal_text\">. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">Alternative Route From Greensboro, NC:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take Hwy 220 North to Hwy 158 West\r\n</span><span class=\"xr_tl Normal_text\">2. Follow 158 West to Hwy 65 East\r\n</span><span class=\"xr_tl Normal_text\">3. Once you are on Hwy 65 East, go approximately 400’ to Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn left on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">5. Take Ellisboro Road 4.5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">6. Turn left on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><strong><span class=\"xr_tl Normal_text\"><span class=\"Normal_text\">From Martinsville, VA:</span></span></strong></p>\r\n<p class=\"Normal_text\" style=\"text-align: left;\"><span class=\"xr_tl Normal_text\">1. Take 220 South or I-73 South to firt right after Madison, NC exit\r\n</span><span class=\"xr_tl Normal_text\">2. Turn right on Ellisboro Road\r\n</span><span class=\"xr_tl Normal_text\">3. Take Ellisboro Road 5 miles to Shelton Road\r\n</span><span class=\"xr_tl Normal_text\">4. Turn right on Shelton Road and you will dead end at Carolina Marina</span></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Directions','','inherit','closed','closed','','307-revision-v1','','','2018-06-06 15:02:11','2018-06-06 15:02:11','',307,'http://yacht.forcefieldnc.com/2018/06/06/307-revision-v1/',0,'revision','',0),(314,1,'2018-06-06 15:12:17','2018-06-06 15:12:17','[vc_row css=\".vc_custom_1527188800005{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-161 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/drystack_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Welcome to Carolina Marina’s “Boat Hotel”</span> <span class=\"xr_tc Normal_text\">Our Drystack facility offers a full service, indoor storage facility </span> <span class=\"xr_tc Normal_text\">on Belews Lake, conveniently located just minutes away from </span> <span class=\"xr_tc Normal_text\">Winston-Salem and Greensboro, NC. Our facility is operated in a </span> <span class=\"xr_tc Normal_text\">way to make boating fun for everyone and takes the hassle out </span> <span class=\"xr_tc Normal_text\">of towing your boat. One call is all it takes to have your boat </span> <span class=\"xr_tc Normal_text\">placed in the water, ready and waiting for your enjoyment.</span> <span class=\"xr_tc Normal_text\">Our facility will provide your vessel with 24 hour surveillance, as </span> <span class=\"xr_tc Normal_text\">well as protection against the elements. Our certified and highly </span> <span class=\"xr_tc Normal_text\">experienced operators insure that your boat gets the special </span> <span class=\"xr_tc Normal_text\">care it deserves and is in the water, ready to use, when you </span> <span class=\"xr_tc Normal_text\">enter the marina. Dock attendants arealso staffed to assist you </span> <span class=\"xr_tc Normal_text\">in making your boating experience the best in the Carolinas.</span> <span class=\"xr_tc Normal_text\">Come by and visit us, take a tour of our drystack facility, and </span> <span class=\"xr_tc Normal_text\">experience the true joy of boating.</span>\r\n<div></div>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" rel=\"noopener\">Click here for 2018 lease rates</a></span></h3>\r\n<div></div>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/drystack-operation/\" rel=\"noopener\">Click here to see Drystack in operation</a></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Drystack','','inherit','closed','closed','','132-revision-v1','','','2018-06-06 15:12:17','2018-06-06 15:12:17','',132,'http://yacht.forcefieldnc.com/2018/06/06/132-revision-v1/',0,'revision','',0),(315,1,'2018-06-06 15:14:08','2018-06-06 15:14:08','[vc_row css=\".vc_custom_1527189972351{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\" wp-image-26 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/06/home-highlight-boxes-amenities.jpg\" alt=\"\" width=\"335\" height=\"323\" />Carolina Marina offers an easy to afford, yet relaxing, getaway opportunity. Come and stay in our Lakefront Cottage for a couple of days or a week. Planning a big event? Our Lakeside Special Events center is also available for your use and enjoyment. It has a beautiful view of Carolina Marina’s South Cove and is available for weddings, receptions, reunions, birthdays and other special events year-round. While you are here, be sure to see the entire lake in one of our rental pontoons. They are available for half or full day excursions, complete with all needed safety equipment and gear. So come spend some time at Carolina Marina on Belews Lake. Celebrating, picnicking, fishing, touring, or just for the fun of it! For more information, just click the link below;\r\n<h3><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Click Here to see Rental Pontoons</a></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Boat Rentals','','inherit','closed','closed','','102-revision-v1','','','2018-06-06 15:14:08','2018-06-06 15:14:08','',102,'http://yacht.forcefieldnc.com/2018/06/06/102-revision-v1/',0,'revision','',0),(316,1,'2018-06-06 15:14:46','2018-06-06 15:14:46','[vc_row css=\".vc_custom_1527190418402{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<img class=\"size-medium wp-image-160 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/boatsales_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />\r\n\r\n<span class=\"xr_tc Normal_text\">Carolina Marina does not sell new or used boats directly, however, </span><span class=\"xr_tc Normal_text\">we do provide a free listing of boats “For Sale by Owner” by </span><span class=\"xr_tc Normal_text\">leaseholders here at Carolina Marina.</span>\r\n<h3>Boats \"For Sale By Owner\" Listing. <a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/boats_available.pdf\">Click Here</a></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Boat Sales','','inherit','closed','closed','','114-revision-v1','','','2018-06-06 15:14:46','2018-06-06 15:14:46','',114,'http://yacht.forcefieldnc.com/2018/06/06/114-revision-v1/',0,'revision','',0),(317,1,'2018-06-06 15:16:27','2018-06-06 15:16:27','[vc_row][vc_column][vc_column_text css=\".vc_custom_1528298184199{margin-right: 40px !important;margin-left: 40px !important;}\"]\r\n<p class=\"Normal_text\"><strong><span class=\"xr_tc Normal_text\">Seasonal Positions - Full or Part-time</span></strong></p>\r\n<p class=\"Normal_text\"><span class=\"xr_tc Normal_text\">We are currently accepting applications for seasonal positions at Carolina </span><span class=\"xr_tc Normal_text\">Marina in the Maintenance Dept and at the Drystack Facility</span><span class=\"xr_tc Normal_text\">Please complete an application in person at 548 Shelton Road, Stokesdale, NC </span><span class=\"xr_tc Normal_text\"><span class=\"Normal_text\">27357 or email your resume to <a href=\"mailto:lee@carolinamarina.com\">lee@carolinamarina.com</a>.</span></span></p>\r\n<p class=\"Normal_text\"><strong><span class=\"xr_tc Normal_text\">Marine/Boat Technician/Mechanic</span></strong></p>\r\n<p class=\"Normal_text\"><span class=\"xr_tl style261\">We are looking for a detail oriented, independent individual, qualified to work </span><span class=\"xr_tl style261\">on inboard/outboard engines, as well as other areas of the boat. Must be </span><span class=\"xr_tl style261\">willing to</span><span class=\"xr_tl style261\">do service calls and work independently, as well as working in the </span><span class=\"xr_tl style261\">shop with others. Prefer applicants with Mercury/Mercruiser Certification, </span><span class=\"xr_tl style261\">however, we will also consider applicants with other relevant experience </span><span class=\"xr_tl style261\">and/or training. To apply for this position please e-mail resume to </span><span class=\"xr_tl style261\"><a href=\"mailto:lee@carolinamarina.com\">lee@carolinamarina</a> or mail to Attn: Lee Adkins, 548 Shelton Road, Stokesdale, </span><span class=\"xr_tl style261\">NC 27357. Pay is dependent upon qualifications.</span></p>\r\n \r\n\r\n \r\n<p class=\"Normal_text\"><img class=\"xr_rn_ xr_ap alignleft\" title=\"\" src=\"http://carolinamarina.com/index_htm_files/4579.png\" alt=\"If you would like to be considered for employment with Carolina Marina, please feel free to fax a resume to (336) 427-0524 or e-mail a resume to lee@carolinamarina.com or pick up an application at 548 Shelton Road, Stokesdale, NC 27357. Be sure to indicate which type of position you are interested in and, if seasonal, the dates you are available to work. ** No telephone calls please ** ** All applicants must be able to pass a criminal background check **\" /></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Employment','','inherit','closed','closed','','71-revision-v1','','','2018-06-06 15:16:27','2018-06-06 15:16:27','',71,'http://yacht.forcefieldnc.com/2018/06/06/71-revision-v1/',0,'revision','',0),(318,1,'2018-06-06 15:18:19','2018-06-06 15:18:19','[vc_row][vc_column][vc_column_text]<img class=\"size-medium wp-image-154 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakevillas_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" /><strong>Carolina Marina currently has no NEW Lake Villas for sale, however, we do have several pre-owned Lake Villas “For Sale by Owner”.</strong>\r\n<a href=\"http://www.carolinamarina.com/index_htm_files/lots_available.pdf\" target=\"_blank\" rel=\"noopener\">Click here for current Lots Available</a>\r\n\r\n<span class=\"xr_tc Normal_text\">***NOTICE TO NEW OR PROSPECTIVE LEASEHOLDERS***</span><span class=\"xr_tc Normal_text\">Effective November 10, 2016, Duke Power has informed us that </span><span class=\"xr_tc Normal_text\">only <span class=\"Normal_text\">one</span> lift (boat or jet ski) per slip may be transferred to new </span><span class=\"xr_tc Normal_text\">leaseholders in our campground going forward. Upon approval </span><span class=\"xr_tc Normal_text\">of potential leaseholders’ application for campsite lease </span><span class=\"xr_tc Normal_text\">transfer, Carolina Marina personnel will inform you of the new </span><span class=\"xr_tc Normal_text\">ruling and how it affects your lease. If you have any questions, </span><span class=\"xr_tc Normal_text\">please give us a call at (336) 427-0498</span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Campsite Road Map.pdf\" target=\"_blank\" rel=\"noopener\">Lot #’s 1-325 are off of Campsite Road - click here for map</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Mountain View Map.pdf\" target=\"_blank\" rel=\"noopener\">Lot #’s 503-587 are off of Mountain View (near the</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Mountain View Map.pdf\" target=\"_blank\" rel=\"noopener\">Drystack “Boat Hotel” - click here for map</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><span class=\"Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wordpress/wp-content/uploads/2018/pdf/Permit Request.pdf\" target=\"_blank\" rel=\"noopener\">Campground Lotholders - Application for Building Permit</a></span></span>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" target=\"_blank\" rel=\"noopener\">Click here for 2018 lease rates</a></span></div>\r\n[/vc_column_text][/vc_column][/vc_row]','Lake Villas','','inherit','closed','closed','','52-revision-v1','','','2018-06-06 15:18:19','2018-06-06 15:18:19','',52,'http://yacht.forcefieldnc.com/2018/06/06/52-revision-v1/',0,'revision','',0),(319,1,'2018-06-06 15:19:31','2018-06-06 15:19:31','[vc_row][vc_column][vc_column_text]<img class=\"size-medium wp-image-154 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/lakevillas_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" /><strong>Carolina Marina currently has no NEW Lake Villas for sale, however, we do have several pre-owned Lake Villas “For Sale by Owner”.</strong>\r\n<a href=\"http://www.carolinamarina.com/index_htm_files/lots_available.pdf\" target=\"_blank\" rel=\"noopener\">Click here for current Lots Available</a>\r\n\r\n<span class=\"xr_tc Normal_text\">***NOTICE TO NEW OR PROSPECTIVE LEASEHOLDERS***</span><span class=\"xr_tc Normal_text\">Effective November 10, 2016, Duke Power has informed us that </span><span class=\"xr_tc Normal_text\">only <span class=\"Normal_text\">one</span> lift (boat or jet ski) per slip may be transferred to new </span><span class=\"xr_tc Normal_text\">leaseholders in our campground going forward. Upon approval </span><span class=\"xr_tc Normal_text\">of potential leaseholders’ application for campsite lease </span><span class=\"xr_tc Normal_text\">transfer, Carolina Marina personnel will inform you of the new </span><span class=\"xr_tc Normal_text\">ruling and how it affects your lease. If you have any questions, </span><span class=\"xr_tc Normal_text\">please give us a call at (336) 427-0498</span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Campsite Road Map.pdf\" target=\"_blank\" rel=\"noopener\">Lot #’s 1-325 are off of Campsite Road - click here for map</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Mountain View Map.pdf\" target=\"_blank\" rel=\"noopener\">Lot #’s 503-587 are off of Mountain View (near the</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Mountain View Map.pdf\" target=\"_blank\" rel=\"noopener\">Drystack “Boat Hotel” - click here for map</a></span>\r\n\r\n<span class=\"xr_tc Normal_text\"><span class=\"Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Permit Request.pdf\" target=\"_blank\" rel=\"noopener\">Campground Lotholders - Application for Building Permit</a></span></span>\r\n<div class=\"Normal_text\"><span class=\"xr_tc Normal_text\"><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/2018_lease_rates.pdf\" target=\"_blank\" rel=\"noopener\">Click here for 2018 lease rates</a></span></div>\r\n[/vc_column_text][/vc_column][/vc_row]','Lake Villas','','inherit','closed','closed','','52-revision-v1','','','2018-06-06 15:19:31','2018-06-06 15:19:31','',52,'http://yacht.forcefieldnc.com/2018/06/06/52-revision-v1/',0,'revision','',0),(320,1,'2018-06-06 15:19:56','2018-06-06 15:19:56','[vc_row css=\".vc_custom_1527192833235{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ape-gallery 256]\r\n\r\n \r\n<h2><a href=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/pdf/CMLS_SpecialEventsCenter.pdf\">Click Here for Lakeside SEC Rental Rates.</a></h2>\r\n \r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Lakeside at CM','','inherit','closed','closed','','107-revision-v1','','','2018-06-06 15:19:56','2018-06-06 15:19:56','',107,'http://yacht.forcefieldnc.com/2018/06/06/107-revision-v1/',0,'revision','',0),(321,1,'2018-06-06 15:20:23','2018-06-06 15:20:23','[vc_row css=\".vc_custom_1527196471688{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\"><img class=\"size-medium wp-image-155 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/maintenance-grounds_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />Carolina Marina’s Maintenance & Grounds team takes care of all </span><span class=\"xr_tc Normal_text\">the buildings, docks, grounds and landscaping within the Carolina </span><span class=\"xr_tc Normal_text\">Marina complex. This includes all of the campground lots (for both </span><span class=\"xr_tc Normal_text\">the original campground and Mountain View campground section), </span><span class=\"xr_tc Normal_text\">as well as the wet slips, buildings on the premises; Marina Ship’s </span><span class=\"xr_tc Normal_text\">Store, Drystack Facility, Service Dept., Lakeside Special Events </span><span class=\"xr_tc Normal_text\">Center, Lakefront Cottage, and restroom facilities.</span><span class=\"xr_tc Normal_text\">To contact our Maintenance & Grounds Dept. directly, please e-mail </span><span class=\"xr_tc Normal_text\">them at <a href=\"mailto:maint@carolinamarina.com\">maint@carolinamarina.com</a>. Because of the nature of their </span><span class=\"xr_tc Normal_text\">work, the Maintenance & Grounds crew members are not </span><span class=\"xr_tc Normal_text\">immediately available by telephone. If you would like to speak with </span><span class=\"xr_tc Normal_text\">a crew member, please call us at (336) 427-0498 and leave a </span><span class=\"xr_tc Normal_text\">message with customer service or ask for the Maintenance & </span><span class=\"xr_tc Normal_text\">Grounds Dept. voice mailbox.</span>\r\n\r\n<a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Permit Request.pdf\" target=\"_blank\" rel=\"noopener\">Campground Lotholders - Application for Building Permit</a>[/vc_column_text][/vc_column][/vc_row]','Maintenance & Grounds','','inherit','closed','closed','','286-revision-v1','','','2018-06-06 15:20:23','2018-06-06 15:20:23','',286,'http://yacht.forcefieldnc.com/2018/06/06/286-revision-v1/',0,'revision','',0),(322,1,'2018-06-06 15:20:51','2018-06-06 15:20:51','[vc_row css=\".vc_custom_1527189646566{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<i><img class=\"size-medium wp-image-156 alignright\" src=\"http://carolinamarina.com/wordpress/wp-content/uploads/2018/05/marinastore_preview-300x215.jpeg\" alt=\"\" width=\"300\" height=\"215\" />The Ship\'s Store is fully stocked with boating and recreational supplies to make your day on the lake complete! Store hours beginning May 25th are Monday - Sunday 8:30 am to 6pm</i>.\r\n<h3><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/2018_operating_schedule_store.pdf\">Click here to download 2018 Store schedule.</a></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Marina Store','','inherit','closed','closed','','99-revision-v1','','','2018-06-06 15:20:51','2018-06-06 15:20:51','',99,'http://yacht.forcefieldnc.com/2018/06/06/99-revision-v1/',0,'revision','',0),(324,1,'2018-06-06 15:23:39','2018-06-06 15:23:39','[vc_row css=\".vc_custom_1527187866494{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Carolina Marina offers an easy to afford, yet relaxing, getaway </span><span class=\"xr_tc Normal_text\">opportunity. Come and stay in our Lakefront Cottage for a couple </span><span class=\"xr_tc Normal_text\">of days or a week. Planning a big event? Our Lakeside Special </span><span class=\"xr_tc Normal_text\">Events center is also available for your use and enjoyment. It has a </span><span class=\"xr_tc Normal_text\">beautiful view of Carolina Marina’s South Cove and is available for </span><span class=\"xr_tc Normal_text\">weddings, receptions, reunions, birthdays and other special events </span><span class=\"xr_tc Normal_text\">year-round. While you are here, be sure to see the entire lake in </span><span class=\"xr_tc Normal_text\">one of our rental pontoons. They are available for half or full day </span><span class=\"xr_tc Normal_text\">excursions, complete with all needed safety equipment and gear. </span><span class=\"xr_tc Normal_text\">So come spend some time at Carolina Marina on Belews Lake. </span><span class=\"xr_tc Normal_text\">Celebrating, picnicking, fishing, touring, or just for the fun of it! </span><span class=\"xr_tc Normal_text\">For more information, just click the link below;</span>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Cottage Rental pdf.pdf\">Lakefront Cottage</a></span></h3>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/boat-sales-2/\">Lakeside Special Events Center</a></span></h3>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Rental Pontoons</a></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Stay and Play','','inherit','closed','closed','','234-revision-v1','','','2018-06-06 15:23:39','2018-06-06 15:23:39','',234,'http://yacht.forcefieldnc.com/2018/06/06/234-revision-v1/',0,'revision','',0),(325,1,'2018-06-06 15:24:30','2018-06-06 15:24:30','[vc_row css=\".vc_custom_1527187866494{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Carolina Marina offers an easy to afford, yet relaxing, getaway </span><span class=\"xr_tc Normal_text\">opportunity. Come and stay in our Lakefront Cottage for a couple </span><span class=\"xr_tc Normal_text\">of days or a week. Planning a big event? Our Lakeside Special </span><span class=\"xr_tc Normal_text\">Events center is also available for your use and enjoyment. It has a </span><span class=\"xr_tc Normal_text\">beautiful view of Carolina Marina’s South Cove and is available for </span><span class=\"xr_tc Normal_text\">weddings, receptions, reunions, birthdays and other special events </span><span class=\"xr_tc Normal_text\">year-round. While you are here, be sure to see the entire lake in </span><span class=\"xr_tc Normal_text\">one of our rental pontoons. They are available for half or full day </span><span class=\"xr_tc Normal_text\">excursions, complete with all needed safety equipment and gear. </span><span class=\"xr_tc Normal_text\">So come spend some time at Carolina Marina on Belews Lake. </span><span class=\"xr_tc Normal_text\">Celebrating, picnicking, fishing, touring, or just for the fun of it! </span><span class=\"xr_tc Normal_text\">For more information, just click the link below;</span>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Cottage Rental pdf.pdf\">Lakefront Cottage</a></span></h3>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/ape_gallery/lakeside-at-cm/\">Lakeside Special Events Center</a></span></h3>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Rental Pontoons</a></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Stay and Play','','inherit','closed','closed','','234-revision-v1','','','2018-06-06 15:24:30','2018-06-06 15:24:30','',234,'http://yacht.forcefieldnc.com/2018/06/06/234-revision-v1/',0,'revision','',0),(326,1,'2018-06-06 15:26:29','2018-06-06 15:26:29','[vc_row css=\".vc_custom_1527187866494{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Carolina Marina offers an easy to afford, yet relaxing, getaway </span><span class=\"xr_tc Normal_text\">opportunity. Come and stay in our Lakefront Cottage for a couple </span><span class=\"xr_tc Normal_text\">of days or a week. Planning a big event? Our Lakeside Special </span><span class=\"xr_tc Normal_text\">Events center is also available for your use and enjoyment. It has a </span><span class=\"xr_tc Normal_text\">beautiful view of Carolina Marina’s South Cove and is available for </span><span class=\"xr_tc Normal_text\">weddings, receptions, reunions, birthdays and other special events </span><span class=\"xr_tc Normal_text\">year-round. While you are here, be sure to see the entire lake in </span><span class=\"xr_tc Normal_text\">one of our rental pontoons. They are available for half or full day </span><span class=\"xr_tc Normal_text\">excursions, complete with all needed safety equipment and gear. </span><span class=\"xr_tc Normal_text\">So come spend some time at Carolina Marina on Belews Lake. </span><span class=\"xr_tc Normal_text\">Celebrating, picnicking, fishing, touring, or just for the fun of it! </span><span class=\"xr_tc Normal_text\">For more information, just click the link below;</span>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Cottage Rental pdf.pdf\">Lakefront Cottage</a></span></h3>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/ape_gallery/lakesideCM/\">Lakeside Special Events Center</a></span></h3>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Rental Pontoons</a></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Stay and Play','','inherit','closed','closed','','234-revision-v1','','','2018-06-06 15:26:29','2018-06-06 15:26:29','',234,'http://yacht.forcefieldnc.com/2018/06/06/234-revision-v1/',0,'revision','',0),(327,1,'2018-06-06 15:27:50','2018-06-06 15:27:50','[vc_row css=\".vc_custom_1527187866494{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text]<span class=\"xr_tc Normal_text\">Carolina Marina offers an easy to afford, yet relaxing, getaway </span><span class=\"xr_tc Normal_text\">opportunity. Come and stay in our Lakefront Cottage for a couple </span><span class=\"xr_tc Normal_text\">of days or a week. Planning a big event? Our Lakeside Special </span><span class=\"xr_tc Normal_text\">Events center is also available for your use and enjoyment. It has a </span><span class=\"xr_tc Normal_text\">beautiful view of Carolina Marina’s South Cove and is available for </span><span class=\"xr_tc Normal_text\">weddings, receptions, reunions, birthdays and other special events </span><span class=\"xr_tc Normal_text\">year-round. While you are here, be sure to see the entire lake in </span><span class=\"xr_tc Normal_text\">one of our rental pontoons. They are available for half or full day </span><span class=\"xr_tc Normal_text\">excursions, complete with all needed safety equipment and gear. </span><span class=\"xr_tc Normal_text\">So come spend some time at Carolina Marina on Belews Lake. </span><span class=\"xr_tc Normal_text\">Celebrating, picnicking, fishing, touring, or just for the fun of it! </span><span class=\"xr_tc Normal_text\">For more information, just click the link below;</span>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Cottage Rental pdf.pdf\">Lakefront Cottage</a></span></h3>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/lakeside-at-cm/\">Lakeside Special Events Center</a></span></h3>\r\n<h3><span class=\"xr_tc Normal_text\"><a href=\"http://yacht.forcefieldnc.com/wp-content/uploads/2018/pdf/Boat Rental Flyer_03082018.pdf\">Rental Pontoons</a></span></h3>\r\n[/vc_column_text][/vc_column][/vc_row]','Stay and Play','','inherit','closed','closed','','234-revision-v1','','','2018-06-06 15:27:50','2018-06-06 15:27:50','',234,'http://yacht.forcefieldnc.com/2018/06/06/234-revision-v1/',0,'revision','',0),(329,1,'2018-06-08 18:57:21','2018-06-08 18:57:21',' ','','','publish','closed','closed','','329','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://yacht.forcefieldnc.com/?p=329',3,'nav_menu_item','',0),(330,1,'2018-06-08 18:57:22','2018-06-08 18:57:22',' ','','','publish','closed','closed','','330','','','2018-06-08 18:57:22','2018-06-08 18:57:22','',0,'http://yacht.forcefieldnc.com/?p=330',26,'nav_menu_item','',0),(331,1,'2018-06-08 18:57:21','2018-06-08 18:57:21',' ','','','publish','closed','closed','','331','','','2018-06-08 18:57:21','2018-06-08 18:57:21','',0,'http://yacht.forcefieldnc.com/?p=331',20,'nav_menu_item','',0),(332,1,'2018-06-08 18:57:22','2018-06-08 18:57:22',' ','','','publish','closed','closed','','332','','','2018-06-08 18:57:22','2018-06-08 18:57:22','',0,'http://yacht.forcefieldnc.com/?p=332',23,'nav_menu_item','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext, `hover` longtext, `params` longtext NOT NULL, `advanced` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','[]','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations` -- DROP TABLE IF EXISTS `wp_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_navigations` -- LOCK TABLES `wp_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` longtext NOT NULL, `settings` text, `type` varchar(191) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (1,'Home Page','Home','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"instagram-hash-tag\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Home Page\",\"alias\":\"Home\",\"shortcode\":\"[rev_slider alias=\\\\\\\"Home\\\\\\\"]\",\"slider-type\":\"standard\",\"slider_type\":\"auto\",\"width\":\"1240\",\"height\":\"500\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_blur_start\":\"0\",\"def-kb_blur_end\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"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\",\"label_presetheight\":\"off\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progressbar_color\":\"rgba(0,0,0,0.15)\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"on\",\"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\":\"on\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"touchenabled_desktop\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"showalllayers_carousel\":\"off\",\"carousel_easing\":\"Power3.easeInOut\",\"carousel_speed\":\"800\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"fade_scrolleffect\":\"off\",\"blur_scrolleffect\":\"off\",\"grayscale_scrolleffect\":\"off\",\"scrolleffect_maxblur\":\"10\",\"scrolleffect_bg\":\"off\",\"scrolleffect_layers\":\"off\",\"scrolleffect_parallax_layers\":\"off\",\"scrolleffect_static_layers\":\"off\",\"scrolleffect_static_parallax_layers\":\"off\",\"scrolleffect_direction\":\"both\",\"scrolleffect_tilt\":\"30\",\"scrolleffect_multiplicator\":\"1.3\",\"scrolleffect_multiplicator_layers\":\"1.3\",\"scrolleffect_off_mobile\":\"on\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"allow_android_html5_autoplay\":\"on\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\"}','{\"version\":5}',''); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (2,1,2,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"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 bottom\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"295\",\"title\":\"Slide\",\"delay\":\"6000\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/carolinamarina.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/08\\/home-image-template-1.jpg\",\"0\":\"Remove\"}','[{\"text\":\"CAROLINA MARINA ON BELEWS LAKE\\n\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1520,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1520,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":4180,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":5,\"left\":{\"desktop\":-43},\"top\":{\"desktop\":-19},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"CAROLINA MARINA\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"966px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"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\",\"css-position\":\"relative\",\"width\":966,\"height\":30,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"58px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(51, 51, 51, 0.85)\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Roboto Slab\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"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_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\",\"vertical-align\":\"top\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":5,\"positionLeftReset\":184,\"addedToStage\":true,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"positionCache\":{\"top\":198,\"left\":92}},{\"text\":\"CAROLINA MARINA ON BELEWS LAKE\\n\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":1520,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":1520,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":4180,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":1,\"left\":{\"desktop\":-46},\"top\":{\"desktop\":-21},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"CAROLINA MARINA\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"966px\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"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\",\"css-position\":\"relative\",\"width\":966,\"height\":30,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"58px\"},\"line-height\":{\"desktop\":\"30px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"rgba(255, 255, 255, 0.85)\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Roboto Slab\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"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_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"display\":\"block\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":6,\"positionLeftReset\":184,\"addedToStage\":true,\"positionCache\":{\"top\":513,\"left\":123},\"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\":[]}},{\"text\":\"YOUR PLACE FOR FUN ON THE WATER!\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2860,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2860,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2840,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":6,\"left\":{\"desktop\":-12},\"top\":{\"desktop\":281},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"YOUR PLACE FOR FUN O...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"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\",\"css-position\":\"relative\",\"width\":754,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"40px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#333333\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Roboto Slab\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"vertical-align\":\"top\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":7,\"addedToStage\":true,\"positionLeftReset\":286,\"positionCache\":{\"top\":321,\"left\":231},\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\"},{\"text\":\"YOUR PLACE FOR FUN ON THE WATER!\",\"type\":\"text\",\"special_type\":null,\"version\":\"530\",\"frames\":{\"frame_0\":{\"time\":2860,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2860,\"sfx_effect\":\"\"},\"frame_999\":{\"time\":6000,\"delay\":0,\"split\":\"none\",\"splitdelay\":\"10\",\"split_extratime\":0,\"speed\":300,\"animation\":\"\",\"easing\":\"Power3.easeInOut\",\"split_direction\":\"forward\",\"sfxcolor\":\"#ffffff\",\"time_relative\":2840,\"sfx_effect\":\"\"}},\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":-14},\"top\":{\"desktop\":279},\"isDemo\":false,\"internal_class\":\"\",\"hover\":false,\"alias\":\"YOUR PLACE FOR FUN O...\",\"layer_bg_position\":\"center center\",\"layer_bg_size\":\"cover\",\"layer_bg_repeat\":\"no-repeat\",\"loop_animation\":\"none\",\"loop_easing\":\"\",\"loop_speed\":\"2\",\"loop_startdeg\":-20,\"loop_enddeg\":20,\"loop_xorigin\":50,\"loop_yorigin\":50,\"loop_xstart\":0,\"loop_xend\":0,\"loop_ystart\":0,\"loop_yend\":0,\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"layer_blend_mode\":\"normal\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"max_height\":{\"desktop\":\"auto\"},\"min_height\":\"40px\",\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480px\"},\"video_height\":{\"desktop\":\"360px\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"display\":\"block\",\"static_start\":\"1\",\"static_end\":\"last\",\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"top\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link\":\"\",\"link_open_in\":\"same\",\"link_follow\":\"follow\",\"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\",\"css-position\":\"relative\",\"width\":754,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"40px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"},\"letter-spacing\":{\"desktop\":\"0\"}},\"margin\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"padding\":{\"desktop\":[\"0\",\"0\",\"0\",\"0\"]},\"text-align\":{\"desktop\":\"inherit\"},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"blurfilter_start\":\"0\",\"blurfilter_end\":\"0\",\"grayscalefilter_start\":\"0\",\"grayscalefilter_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\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\",\"deformation\":{\"font-family\":\"Roboto Slab\",\"font-style\":\"normal\",\"text-decoration\":\"none\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"overflow\":\"visible\",\"vertical-align\":\"top\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"blurfilter\":\"0\",\"grayscalefilter\":\"0\",\"color\":\"#000000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"endWithSlide\":true,\"p_uid\":-1,\"toggle\":false,\"toggle_use_hover\":false,\"toggle_inverse_content\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"displaymode\":true,\"scaleProportional\":false,\"attrID\":\"\",\"attrWrapperID\":\"\",\"attrClasses\":\"\",\"attrWrapperClasses\":\"\",\"attrTitle\":\"\",\"attrTabindex\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"column_break_at\":\"mobile\",\"zIndex\":8,\"addedToStage\":true,\"positionLeftReset\":286,\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"link_follow\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"action_easing\":[],\"action_speed\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"positionCache\":{\"top\":319,\"left\":229}}]','\"\"'),(3,1,3,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"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 top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"296\",\"title\":\"Slide\",\"delay\":\"4000\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"4000\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/carolinamarina.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/08\\/home-image-template-2.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(4,1,4,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"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 bottom\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"297\",\"title\":\"Slide\",\"delay\":\"4000\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"4000\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/carolinamarina.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/08\\/home-image-template-3.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(5,1,5,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"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 bottom\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"298\",\"title\":\"Slide\",\"delay\":\"4000\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"4000\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/carolinamarina.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/08\\/home-image-template-4.jpg\",\"0\":\"Remove\"}','[]','\"\"'),(6,1,6,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#E7E7E7\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"none\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"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 bottom\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"media-filter-type\":\"none\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_blur_start\":\"0\",\"kb_blur_end\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"image_id\":\"299\",\"title\":\"Slide\",\"delay\":\"4000\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"\",\"0\":\"Remove\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"4000\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/carolinamarina.com\\/wordpress\\/wp-content\\/uploads\\/2018\\/08\\/home-image-template-5.jpg\",\"0\":\"Remove\"}','[]','\"\"'); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rjg_gallery` -- DROP TABLE IF EXISTS `wp_rjg_gallery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rjg_gallery` ( `id` int(11) NOT NULL AUTO_INCREMENT, `media_type` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `image_name` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL, `title` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL, `murl` varchar(2000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `open_link_in` tinyint(1) NOT NULL DEFAULT '0', `vtype` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `vid` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `videourl` varchar(1000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `embed_url` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `HdnMediaSelection` varchar(300) COLLATE utf8mb4_unicode_520_ci NOT NULL, `createdon` datetime NOT NULL, `slider_id` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rjg_gallery` -- LOCK TABLES `wp_rjg_gallery` WRITE; /*!40000 ALTER TABLE `wp_rjg_gallery` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_rjg_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sb_image_hover_effects_list` -- DROP TABLE IF EXISTS `wp_sb_image_hover_effects_list`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sb_image_hover_effects_list` ( `id` mediumint(5) NOT NULL AUTO_INCREMENT, `styleid` mediumint(6) NOT NULL, `stylename` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `title` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `files` varchar(800) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `buttom_text` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `link` varchar(800) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `image` varchar(800) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `hoverimage` varchar(800) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `css` text COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sb_image_hover_effects_list` -- LOCK TABLES `wp_sb_image_hover_effects_list` WRITE; /*!40000 ALTER TABLE `wp_sb_image_hover_effects_list` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sb_image_hover_effects_list` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sb_image_hover_effects_style` -- DROP TABLE IF EXISTS `wp_sb_image_hover_effects_style`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sb_image_hover_effects_style` ( `id` mediumint(5) NOT NULL AUTO_INCREMENT, `name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `style_name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `css` text COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sb_image_hover_effects_style` -- LOCK TABLES `wp_sb_image_hover_effects_style` WRITE; /*!40000 ALTER TABLE `wp_sb_image_hover_effects_style` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sb_image_hover_effects_style` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(15,2,0),(19,2,0),(47,2,0),(50,2,0),(53,2,0),(56,2,0),(72,2,0),(93,2,0),(97,2,0),(100,2,0),(103,2,0),(108,2,0),(112,2,0),(115,2,0),(219,2,0),(220,2,0),(221,2,0),(222,2,0),(223,2,0),(232,2,0),(233,2,0),(238,2,0),(273,2,0),(278,2,0),(290,2,0),(309,2,0),(329,2,0),(330,2,0),(331,2,0),(332,2,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,30),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_type','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_visibility','',0,0),(16,16,'product_cat','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Menu 1','menu-1',0),(3,'simple','simple',0),(4,'grouped','grouped',0),(5,'variable','variable',0),(6,'external','external',0),(7,'exclude-from-search','exclude-from-search',0),(8,'exclude-from-catalog','exclude-from-catalog',0),(9,'featured','featured',0),(10,'outofstock','outofstock',0),(11,'rated-1','rated-1',0),(12,'rated-2','rated-2',0),(13,'rated-3','rated-3',0),(14,'rated-4','rated-4',0),(15,'rated-5','rated-5',0),(16,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','carolinamarina'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','vc_pointers_backend_editor,vc_pointers_frontend_editor,wp496_privacy,theme_editor_notice'),(15,1,'default_password_nag','1'),(16,1,'show_welcome_panel','1'),(18,1,'wp_dashboard_quick_press_last_post_id','328'),(19,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"122.160.153.0\";}'),(20,1,'session_tokens','a:2:{s:64:\"90a98caaee282f0feaf323b74d7c2992bae02d4e714badfed368144e107ffb50\";a:4:{s:10:\"expiration\";i:1528873928;s:2:\"ip\";s:15:\"122.160.153.224\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1528701128;}s:64:\"d1cbdfb5e9fe330174e4b51280d06f1bcd08dca6343fc554e39afd19d15b2801\";a:4:{s:10:\"expiration\";i:1528955437;s:2:\"ip\";s:15:\"122.160.153.224\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36\";s:5:\"login\";i:1528782637;}}'),(21,1,'wp_user-settings','libraryContent=browse&editor=tinymce&edit_element_vcUIPanelWidth=1177&edit_element_vcUIPanelLeft=618px&edit_element_vcUIPanelTop=170px'),(22,1,'wp_user-settings-time','1527781433'),(23,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\";}'),(24,1,'metaboxhidden_nav-menus','a:7:{i:0;s:31:\"add-post-type-yachtsailing_team\";i:1;s:32:\"add-post-type-yachtsailing_testi\";i:2;s:32:\"add-post-type-yachtsailing_desti\";i:3;s:34:\"add-post-type-yachtsailing_charter\";i:4;s:26:\"add-post-type-tribe_events\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";}'),(25,1,'tribe_setDefaultNavMenuBoxes','1'),(26,1,'closedpostboxes_page','a:0:{}'),(27,1,'metaboxhidden_page','a:6:{i:0;s:19:\"wpb_visual_composer\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:11:\"commentsdiv\";i:4;s:7:\"slugdiv\";i:5;s:9:\"authordiv\";}'),(28,1,'tribe-dismiss-notice','archive-slug-conflict'),(29,1,'nav_menu_recently_edited','2'),(30,1,'oih_admin_notice_first_activation','1'),(31,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(32,1,'dismissed_template_files_notice','1'),(33,1,'wp_r_tru_u_x','a:2:{s:2:\"id\";s:0:\"\";s:7:\"expires\";i:86400;}'),(34,1,'dismissed_install_notice','1'),(35,1,'bwg_photo_gallery','1'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'carolinamarina','$P$BfT8N5MFPVzP17rqkBmjc0MqwNA2kx/','carolinamarina','lee@carolinamarina.com','','2018-02-06 17:51:13','',0,'carolinamarina'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_download_log` -- DROP TABLE IF EXISTS `wp_wc_download_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_download_log` ( `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `permission_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', PRIMARY KEY (`download_log_id`), KEY `permission_id` (`permission_id`), KEY `timestamp` (`timestamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_download_log` -- LOCK TABLES `wp_wc_download_log` WRITE; /*!40000 ALTER TABLE `wp_wc_download_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_download_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_webhooks` -- DROP TABLE IF EXISTS `wp_wc_webhooks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_webhooks` ( `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `api_version` smallint(4) NOT NULL, `failure_count` smallint(10) NOT NULL DEFAULT '0', `pending_delivery` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`webhook_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_webhooks` -- LOCK TABLES `wp_wc_webhooks` WRITE; /*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wp_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_api_keys` ( `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_520_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_api_keys` -- LOCK TABLES `wp_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_log` -- DROP TABLE IF EXISTS `wp_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `level` smallint(4) NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_log` -- LOCK TABLES `wp_woocommerce_log` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokenmeta` -- LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokens` ( `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokens` -- LOCK TABLES `wp_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_sessions` -- DROP TABLE IF EXISTS `wp_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_sessions` -- LOCK TABLES `wp_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `wp_woocommerce_sessions` VALUES (10,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:710:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:22:\"lee@carolinamarina.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1528296687); /*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_00480e5_0' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2020-09-01 5:00:33