/*!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.5.25-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: fmedia_sublue_db
-- ------------------------------------------------------
-- Server version	10.5.25-MariaDB

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) 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 NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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-11-25 15:23:11','2018-11-25 15:23:11','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),(2,329,'WooCommerce','woocommerce@futuremediatrix.com','','','2018-12-28 11:06:14','2018-12-28 11:06:14','Midtrans onPending Callback received Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(3,329,'WooCommerce','woocommerce@futuremediatrix.com','','','2018-12-28 11:06:15','2018-12-28 11:06:15','Midtrans HTTP notification received: pending. Midtrans-bca_klikbca',0,'1','WooCommerce','order_note',0,0),(4,330,'WooCommerce','woocommerce@futuremediatrix.com','','','2018-12-28 11:12:26','2018-12-28 11:12:26','Midtrans HTTP notification received: deny. Midtrans-bank_transfer',0,'1','WooCommerce','order_note',0,0),(5,330,'WooCommerce','woocommerce@futuremediatrix.com','','','2018-12-28 11:13:26','2018-12-28 11:13:26','Midtrans HTTP notification received: settlement. Midtrans-bank_transfer',0,'1','WooCommerce','order_note',0,0),(6,330,'WooCommerce','woocommerce@futuremediatrix.com','','','2018-12-28 11:13:26','2018-12-28 11:13:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7,330,'WooCommerce','woocommerce@futuremediatrix.com','','','2018-12-28 11:13:26','2018-12-28 11:13:26','Midtrans payment completed: settlement. Midtrans-bank_transfer',0,'1','WooCommerce','order_note',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) 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) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=2073 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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://futuremediatrix.com/sublue','yes'),(2,'home','http://futuremediatrix.com/sublue','yes'),(3,'blogname','Sublue Indonesia','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','danielmarcell.setiono@gmail.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','0','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','/%pagename%/','yes'),(29,'rewrite_rules','a:222:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:57:\"slider-locations/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?taxonomy=slider-locations&term=$matches[1]&feed=$matches[2]\";s:52:\"slider-locations/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?taxonomy=slider-locations&term=$matches[1]&feed=$matches[2]\";s:33:\"slider-locations/([^/]+)/embed/?$\";s:63:\"index.php?taxonomy=slider-locations&term=$matches[1]&embed=true\";s:45:\"slider-locations/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?taxonomy=slider-locations&term=$matches[1]&paged=$matches[2]\";s:27:\"slider-locations/([^/]+)/?$\";s:52:\"index.php?taxonomy=slider-locations&term=$matches[1]\";s:53:\"project-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?project-type=$matches[1]&feed=$matches[2]\";s:48:\"project-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?project-type=$matches[1]&feed=$matches[2]\";s:29:\"project-type/([^/]+)/embed/?$\";s:45:\"index.php?project-type=$matches[1]&embed=true\";s:41:\"project-type/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?project-type=$matches[1]&paged=$matches[2]\";s:23:\"project-type/([^/]+)/?$\";s:34:\"index.php?project-type=$matches[1]\";s:59:\"project-attributes/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?project-attributes=$matches[1]&feed=$matches[2]\";s:54:\"project-attributes/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?project-attributes=$matches[1]&feed=$matches[2]\";s:35:\"project-attributes/([^/]+)/embed/?$\";s:51:\"index.php?project-attributes=$matches[1]&embed=true\";s:47:\"project-attributes/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?project-attributes=$matches[1]&paged=$matches[2]\";s:29:\"project-attributes/([^/]+)/?$\";s:40:\"index.php?project-attributes=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"home_slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"home_slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"home_slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"home_slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"home_slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"home_slider/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"home_slider/([^/]+)/embed/?$\";s:44:\"index.php?home_slider=$matches[1]&embed=true\";s:32:\"home_slider/([^/]+)/trackback/?$\";s:38:\"index.php?home_slider=$matches[1]&tb=1\";s:40:\"home_slider/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?home_slider=$matches[1]&paged=$matches[2]\";s:47:\"home_slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?home_slider=$matches[1]&cpage=$matches[2]\";s:37:\"home_slider/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?home_slider=$matches[1]&wc-api=$matches[3]\";s:43:\"home_slider/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"home_slider/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"home_slider/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?home_slider=$matches[1]&page=$matches[2]\";s:28:\"home_slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"home_slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"home_slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"home_slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"home_slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"home_slider/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"nectar_slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"nectar_slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"nectar_slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"nectar_slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"nectar_slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"nectar_slider/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"nectar_slider/([^/]+)/embed/?$\";s:46:\"index.php?nectar_slider=$matches[1]&embed=true\";s:34:\"nectar_slider/([^/]+)/trackback/?$\";s:40:\"index.php?nectar_slider=$matches[1]&tb=1\";s:42:\"nectar_slider/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?nectar_slider=$matches[1]&paged=$matches[2]\";s:49:\"nectar_slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?nectar_slider=$matches[1]&cpage=$matches[2]\";s:39:\"nectar_slider/([^/]+)/wc-api(/(.*))?/?$\";s:54:\"index.php?nectar_slider=$matches[1]&wc-api=$matches[3]\";s:45:\"nectar_slider/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:56:\"nectar_slider/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\"nectar_slider/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?nectar_slider=$matches[1]&page=$matches[2]\";s:30:\"nectar_slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"nectar_slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"nectar_slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"nectar_slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"nectar_slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"nectar_slider/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:35:\"portfolio/([^/]+)/wc-api(/(.*))?/?$\";s:50:\"index.php?portfolio=$matches[1]&wc-api=$matches[3]\";s:41:\"portfolio/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"portfolio/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s: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:39:\"index.php?&page_id=24&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:28:\"[^/]+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"[^/]+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"[^/]+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"[^/]+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"[^/]+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"[^/]+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:17:\"([^/]+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:21:\"([^/]+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:41:\"([^/]+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:36:\"([^/]+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:29:\"([^/]+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:36:\"([^/]+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:26:\"([^/]+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:32:\"[^/]+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:43:\"[^/]+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:25:\"([^/]+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:4:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:35:\"js_composer_salient/js_composer.php\";i:2;s:41:\"midtrans-woocommerce/midtrans-gateway.php\";i:3;s:27:\"woocommerce/woocommerce.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:4:{i:0;s:77:\"/home/fmedia/public_html/sublue/wp-content/themes/salient-child/functions.php\";i:2;s:73:\"/home/fmedia/public_html/sublue/wp-content/themes/salient-child/style.css\";i:3;s:75:\"/home/beekreat/public_html/sublue/wp-content/themes/salient-child/style.css\";i:4;s:0:\"\";}','no'),(40,'template','salient','yes'),(41,'stylesheet','salient-child','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','0','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:4:{i:4;a:4:{s:5:\"title\";s:5:\"Pages\";s:4:\"text\";s:267:\"<a href=\"http://futuremediatrix.com/sublue/\">Home</a>\r\n<a href=\"http://http://futuremediatrix.com/sublue/?page_id=111\">Products</a>\r\n<a href=\"http://futuremediatrix.com/sublue/?page_id=40\">About</a>\r\n<a href=\"http://futuremediatrix.com/sublue/?page_id=40\">Contact</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:7:\"Service\";s:4:\"text\";s:155:\"<a href=\"http://futuremediatrix.com/sublue/?page_id=211\">After-sale service</a>\r\n<a href=\"http://futuremediatrix.com/sublue/?page_id=213\">User\'s Manual</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:6;a:4:{s:5:\"title\";s:10:\"Contact Us\";s:4:\"text\";s:649:\"<div class=\"nectar-highlighted-text\" data-style=\"full_text\" data-using-custom-color=\"false\" data-color=\"\">\r\n<div class=\"nectar-highlighted-text\" data-style=\"full_text\" data-using-custom-color=\"false\" data-color=\"\">\r\n\r\nCall us now\r\n\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h5 class=\"p1\">+62 816-786-639</h5>\r\n</div>\r\n</div>\r\n<div class=\"nectar-highlighted-text\" data-style=\"full_text\" data-using-custom-color=\"false\" data-color=\"\">\r\n\r\nSend us an email\r\n\r\n</div>\r\n<div class=\"wpb_text_column wpb_content_element \">\r\n<div class=\"wpb_wrapper\">\r\n<h5 class=\"p1\">info@sublue.com</h5>\r\n</div>\r\n</div>\r\n</div>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','24','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','320','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','0','yes'),(93,'initial_db_version','38590','yes'),(94,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:114:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:93:{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:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(95,'fresh_site','0','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-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:12:\"page-sidebar\";a:0:{}s:19:\"woocommerce-sidebar\";a:0:{}s:20:\"nectar-extra-sidebar\";a:0:{}s:13:\"footer-area-1\";a:1:{i:0;s:13:\"media_image-2\";}s:13:\"footer-area-2\";a:1:{i:0;s:6:\"text-4\";}s:13:\"footer-area-3\";a:1:{i:0;s:6:\"text-5\";}s:13:\"footer-area-4\";a:1:{i:0;s:6:\"text-6\";}s:21:\"footer-area-copyright\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(557,'woocommerce_admin_notices','a:1:{i:0;s:20:\"no_secure_connection\";}','yes'),(558,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(559,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(318,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:31:\"danielmarcell.setiono@gmail.com\";s:7:\"version\";s:5:\"4.9.9\";s:9:\"timestamp\";i:1544795590;}','no'),(123,'can_compress_scripts','0','no'),(510,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(509,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(508,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:2:{i:2;a:15:{s:13:\"attachment_id\";i:319;s:3:\"url\";s:86:\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/LogoHiuPutihAtasBawah.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"width\";i:500;s:6:\"height\";i:461;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:13:{i:1548222486;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1548224592;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:1548224845;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1548239750;a:1:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1548239760;a:1:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1548250550;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1548256992;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1548257002;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:1548259957;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:1548261350;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1548288000;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1548936000;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}','yes'),(315,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.3\";s:7:\"version\";s:5:\"5.0.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.3\";s:7:\"version\";s:5:\"5.0.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.2\";s:7:\"version\";s:5:\"5.0.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1548221245;s:15:\"version_checked\";s:5:\"4.9.9\";s:12:\"translations\";a:0:{}}','no'),(518,'woocommerce_email_footer_text','{site_title}<br/>Powered by <a href=\"https://woocommerce.com/\">WooCommerce</a>','no'),(519,'woocommerce_email_base_color','#96588a','no'),(520,'woocommerce_email_background_color','#f7f7f7','no'),(521,'woocommerce_email_body_background_color','#ffffff','no'),(522,'woocommerce_email_text_color','#3c3c3c','no'),(523,'woocommerce_cart_page_id','306','yes'),(524,'woocommerce_checkout_page_id','310','yes'),(525,'woocommerce_myaccount_page_id','317','yes'),(526,'woocommerce_terms_page_id','40','no'),(527,'woocommerce_force_ssl_checkout','no','yes'),(528,'woocommerce_unforce_ssl_checkout','no','yes'),(438,'widget_recent-posts-extra','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(439,'widget_recent-projects','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(445,'woocommerce_store_address','','yes'),(446,'woocommerce_store_address_2','','yes'),(447,'woocommerce_store_city','','yes'),(448,'woocommerce_default_country','GB','yes'),(449,'woocommerce_store_postcode','','yes'),(450,'woocommerce_allowed_countries','all','yes'),(451,'woocommerce_all_except_countries','a:0:{}','yes'),(452,'woocommerce_specific_allowed_countries','a:0:{}','yes'),(453,'woocommerce_ship_to_countries','','yes'),(454,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(455,'woocommerce_default_customer_address','geolocation','yes'),(456,'woocommerce_calc_taxes','no','yes'),(457,'woocommerce_enable_coupons','yes','yes'),(458,'woocommerce_calc_discounts_sequentially','no','no'),(459,'woocommerce_currency','IDR','yes'),(460,'woocommerce_currency_pos','left','yes'),(461,'woocommerce_price_thousand_sep',',','yes'),(462,'woocommerce_price_decimal_sep','.','yes'),(463,'woocommerce_price_num_decimals','2','yes'),(464,'woocommerce_shop_page_id','','yes'),(465,'woocommerce_cart_redirect_after_add','no','yes'),(466,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(467,'woocommerce_placeholder_image','','yes'),(468,'woocommerce_weight_unit','kg','yes'),(469,'woocommerce_dimension_unit','cm','yes'),(470,'woocommerce_enable_reviews','no','yes'),(471,'woocommerce_review_rating_verification_label','yes','no'),(472,'woocommerce_review_rating_verification_required','no','no'),(473,'woocommerce_enable_review_rating','yes','yes'),(474,'woocommerce_review_rating_required','yes','no'),(475,'woocommerce_manage_stock','yes','yes'),(476,'woocommerce_hold_stock_minutes','60','no'),(477,'woocommerce_notify_low_stock','yes','no'),(478,'woocommerce_notify_no_stock','yes','no'),(479,'woocommerce_stock_email_recipient','danielmarcell.setiono@gmail.com','no'),(480,'woocommerce_notify_low_stock_amount','2','no'),(481,'woocommerce_notify_no_stock_amount','0','yes'),(482,'woocommerce_hide_out_of_stock_items','no','yes'),(483,'woocommerce_stock_format','','yes'),(484,'woocommerce_file_download_method','force','no'),(485,'woocommerce_downloads_require_login','no','no'),(486,'woocommerce_downloads_grant_access_after_payment','yes','no'),(487,'woocommerce_prices_include_tax','no','yes'),(488,'woocommerce_tax_based_on','shipping','yes'),(489,'woocommerce_shipping_tax_class','inherit','yes'),(490,'woocommerce_tax_round_at_subtotal','no','yes'),(491,'woocommerce_tax_classes','Reduced rate\nZero rate','yes'),(492,'woocommerce_tax_display_shop','excl','yes'),(493,'woocommerce_tax_display_cart','excl','yes'),(494,'woocommerce_price_display_suffix','','yes'),(495,'woocommerce_tax_total_display','itemized','no'),(496,'woocommerce_enable_shipping_calc','yes','no'),(497,'woocommerce_shipping_cost_requires_address','no','yes'),(498,'woocommerce_ship_to_destination','billing','no'),(499,'woocommerce_shipping_debug_mode','no','yes'),(500,'woocommerce_enable_guest_checkout','yes','no'),(501,'woocommerce_enable_checkout_login_reminder','no','no'),(502,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(503,'woocommerce_enable_myaccount_registration','no','no'),(504,'woocommerce_registration_generate_username','yes','no'),(505,'woocommerce_registration_generate_password','yes','no'),(506,'woocommerce_erasure_request_removes_order_data','no','no'),(507,'woocommerce_erasure_request_removes_download_data','no','no'),(1315,'_transient_shipping-transient-version','1545884520','yes'),(1320,'_transient_timeout_wc_shipping_method_count_1_1545884520','1548476577','no'),(1321,'_transient_wc_shipping_method_count_1_1545884520','0','no'),(1514,'_transient_as_comment_count','O:8:\"stdClass\":7:{s:8:\"approved\";s:1:\"1\";s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(1476,'_transient_orders-transient-version','1545995606','yes'),(1513,'_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'),(1442,'_transient_wc_shipping_method_count_0_1545884520','0','no'),(1445,'woocommerce_bacs_settings','a:11:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:20:\"Direct bank transfer\";s:11:\"description\";s:176:\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.\";s:12:\"instructions\";s:0:\"\";s:15:\"account_details\";s:0:\"\";s:12:\"account_name\";s:0:\"\";s:14:\"account_number\";s:0:\"\";s:9:\"sort_code\";s:0:\"\";s:9:\"bank_name\";s:0:\"\";s:4:\"iban\";s:0:\"\";s:3:\"bic\";s:0:\"\";}','yes'),(1446,'woocommerce_gateway_order','a:9:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;s:8:\"midtrans\";i:4;s:23:\"midtrans_paymentrequest\";i:5;s:20:\"midtrans_installment\";i:6;s:28:\"midtrans_installment_offline\";i:7;s:14:\"midtrans_promo\";i:8;}','yes'),(136,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1543162285;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'),(140,'current_theme','Salient Child Theme','yes'),(141,'theme_mods_salient-child','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"top_nav\";i:2;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(142,'theme_switched','','yes'),(143,'widget_nectar_popular_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(144,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"375\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(145,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"630\";s:4:\"crop\";i:1;}','yes'),(146,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"130\";s:6:\"height\";s:3:\"130\";s:4:\"crop\";i:1;}','yes'),(147,'salient_redux','a:440:{s:8:\"last_tab\";s:1:\"1\";s:10:\"theme-skin\";s:8:\"material\";s:14:\"button-styling\";s:23:\"slightly_rounded_shadow\";s:16:\"overall-bg-color\";s:7:\"#ffffff\";s:18:\"overall-font-color\";s:0:\"\";s:11:\"body-border\";s:1:\"0\";s:17:\"body-border-color\";s:7:\"#ffffff\";s:16:\"body-border-size\";s:0:\"\";s:11:\"back-to-top\";s:1:\"1\";s:18:\"back-to-top-mobile\";s:1:\"0\";s:18:\"one-page-scrolling\";s:1:\"1\";s:10:\"responsive\";s:1:\"1\";s:14:\"ext_responsive\";s:1:\"1\";s:19:\"max_container_width\";s:4:\"1425\";s:15:\"lightbox_script\";s:8:\"fancybox\";s:16:\"default-lightbox\";s:1:\"0\";s:23:\"disable-mobile-parallax\";s:1:\"0\";s:24:\"disable-mobile-video-bgs\";s:1:\"0\";s:23:\"column_animation_easing\";s:12:\"easeOutCubic\";s:23:\"column_animation_timing\";s:3:\"750\";s:20:\"external-dynamic-css\";s:1:\"0\";s:16:\"google-analytics\";s:0:\"\";s:19:\"google-maps-api-key\";s:0:\"\";s:10:\"custom-css\";s:0:\"\";s:11:\"disable_tgm\";s:1:\"0\";s:22:\"disable_home_slider_pt\";s:1:\"0\";s:24:\"disable_nectar_slider_pt\";s:1:\"0\";s:12:\"accent-color\";s:7:\"#295ba4\";s:13:\"extra-color-1\";s:7:\"#0141af\";s:13:\"extra-color-2\";s:7:\"#295ba4\";s:13:\"extra-color-3\";s:7:\"#44a8f2\";s:20:\"extra-color-gradient\";a:2:{s:4:\"from\";s:7:\"#3452ff\";s:2:\"to\";s:7:\"#ff1053\";}s:22:\"extra-color-gradient-2\";a:2:{s:4:\"from\";s:7:\"#2AC4EA\";s:2:\"to\";s:7:\"#32d6ff\";}s:12:\"boxed_layout\";s:1:\"0\";s:16:\"background-color\";s:7:\"#f1f1f1\";s:16:\"background_image\";a:5:{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:17:\"background-repeat\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:16:\"background-cover\";s:1:\"0\";s:19:\"extended-theme-font\";s:1:\"0\";s:22:\"navigation_font_family\";a:10:{s:11:\"font-family\";s:21:\"Helvetica, sans-serif\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:31:\"navigation_dropdown_font_family\";a:10:{s:11:\"font-family\";s:21:\"Helvetica, sans-serif\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:24:\"page_heading_font_family\";a:10:{s:11:\"font-family\";s:21:\"Helvetica, sans-serif\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:33:\"page_heading_subtitle_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:26:\"off_canvas_nav_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:34:\"off_canvas_nav_subtext_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"body_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:14:\"h1_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:14:\"h2_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:14:\"h3_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:14:\"h4_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:14:\"h5_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:14:\"h6_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:13:\"i_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:17:\"label_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:33:\"nectar_slider_heading_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:31:\"home_slider_caption_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:23:\"testimonial_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:28:\"sidebar_footer_h_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:29:\"portfolio_filters_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:29:\"portfolio_caption_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:25:\"team_member_h_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:26:\"nectar_dropcap_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:41:\"nectar_sidebar_footer_headers_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:41:\"nectar_woo_shop_product_title_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:45:\"nectar_woo_shop_product_secondary_font_family\";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:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:33:\"use-responsive-heading-typography\";s:0:\"\";s:26:\"h1-small-desktop-font-size\";s:2:\"75\";s:19:\"h1-tablet-font-size\";s:2:\"70\";s:18:\"h1-phone-font-size\";s:2:\"65\";s:26:\"h2-small-desktop-font-size\";s:2:\"85\";s:19:\"h2-tablet-font-size\";s:2:\"80\";s:18:\"h2-phone-font-size\";s:2:\"70\";s:26:\"h3-small-desktop-font-size\";s:2:\"85\";s:19:\"h3-tablet-font-size\";s:2:\"80\";s:18:\"h3-phone-font-size\";s:2:\"70\";s:26:\"h4-small-desktop-font-size\";s:3:\"100\";s:19:\"h4-tablet-font-size\";s:2:\"90\";s:18:\"h4-phone-font-size\";s:2:\"90\";s:26:\"h5-small-desktop-font-size\";s:3:\"100\";s:19:\"h5-tablet-font-size\";s:3:\"100\";s:18:\"h5-phone-font-size\";s:3:\"100\";s:26:\"h6-small-desktop-font-size\";s:3:\"100\";s:19:\"h6-tablet-font-size\";s:3:\"100\";s:18:\"h6-phone-font-size\";s:3:\"100\";s:8:\"use-logo\";s:1:\"1\";s:4:\"logo\";a:5:{s:3:\"url\";s:77:\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/LogoHiuPutih.jpg\";s:2:\"id\";s:3:\"318\";s:6:\"height\";s:3:\"194\";s:5:\"width\";s:3:\"500\";s:9:\"thumbnail\";s:85:\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/LogoHiuPutih-150x150.jpg\";}s:11:\"retina-logo\";a:5:{s:3:\"url\";s:77:\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/LogoHiuPutih.jpg\";s:2:\"id\";s:3:\"318\";s:6:\"height\";s:3:\"194\";s:5:\"width\";s:3:\"500\";s:9:\"thumbnail\";s:85:\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/LogoHiuPutih-150x150.jpg\";}s:11:\"logo-height\";s:2:\"80\";s:18:\"mobile-logo-height\";s:2:\"50\";s:11:\"mobile-logo\";a:5:{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:14:\"header-padding\";s:2:\"10\";s:19:\"header-remove-fixed\";s:1:\"1\";s:19:\"header-mobile-fixed\";s:1:\"0\";s:29:\"header-menu-mobile-breakpoint\";s:4:\"1000\";s:17:\"header-box-shadow\";s:5:\"small\";s:24:\"header-menu-item-spacing\";s:2:\"10\";s:17:\"header-bg-opacity\";s:3:\"100\";s:12:\"header-color\";s:5:\"light\";s:23:\"header-background-color\";s:7:\"#ffffff\";s:17:\"header-font-color\";s:7:\"#888888\";s:23:\"header-font-hover-color\";s:7:\"#27CCC0\";s:32:\"header-dropdown-background-color\";s:7:\"#1F1F1F\";s:38:\"header-dropdown-background-hover-color\";s:7:\"#313233\";s:26:\"header-dropdown-font-color\";s:7:\"#CCCCCC\";s:32:\"header-dropdown-font-hover-color\";s:7:\"#27CCC0\";s:34:\"header-dropdown-heading-font-color\";s:7:\"#ffffff\";s:40:\"header-dropdown-heading-font-hover-color\";s:7:\"#ffffff\";s:22:\"header-separator-color\";s:7:\"#eeeeee\";s:33:\"secondary-header-background-color\";s:7:\"#F8F8F8\";s:27:\"secondary-header-font-color\";s:7:\"#666666\";s:33:\"secondary-header-font-hover-color\";s:7:\"#222222\";s:45:\"header-slide-out-widget-area-background-color\";s:7:\"#3452ff\";s:47:\"header-slide-out-widget-area-background-color-2\";s:0:\"\";s:41:\"header-slide-out-widget-area-header-color\";s:7:\"#ffffff\";s:34:\"header-slide-out-widget-area-color\";s:7:\"#eefbfa\";s:40:\"header-slide-out-widget-area-hover-color\";s:7:\"#ffffff\";s:43:\"header-slide-out-widget-area-close-bg-color\";s:7:\"#ff1053\";s:45:\"header-slide-out-widget-area-close-icon-color\";s:7:\"#ffffff\";s:13:\"header_format\";s:17:\"menu-left-aligned\";s:16:\"header-fullwidth\";s:1:\"0\";s:21:\"header-disable-search\";s:1:\"1\";s:26:\"header-disable-ajax-search\";s:1:\"1\";s:21:\"header-account-button\";s:1:\"1\";s:25:\"header-account-button-url\";s:45:\"http://futuremediatrix.com/sublue/my-account/\";s:13:\"header_layout\";s:8:\"standard\";s:21:\"secondary-header-text\";s:0:\"\";s:21:\"secondary-header-link\";s:0:\"\";s:23:\"enable_social_in_header\";s:1:\"0\";s:24:\"use-facebook-icon-header\";s:0:\"\";s:23:\"use-twitter-icon-header\";s:0:\"\";s:27:\"use-google-plus-icon-header\";s:0:\"\";s:21:\"use-vimeo-icon-header\";s:0:\"\";s:24:\"use-dribbble-icon-header\";s:0:\"\";s:25:\"use-pinterest-icon-header\";s:0:\"\";s:23:\"use-youtube-icon-header\";s:0:\"\";s:22:\"use-tumblr-icon-header\";s:0:\"\";s:24:\"use-linkedin-icon-header\";s:0:\"\";s:19:\"use-rss-icon-header\";s:0:\"\";s:23:\"use-behance-icon-header\";s:0:\"\";s:25:\"use-instagram-icon-header\";s:0:\"\";s:22:\"use-flickr-icon-header\";s:0:\"\";s:23:\"use-spotify-icon-header\";s:0:\"\";s:22:\"use-github-icon-header\";s:0:\"\";s:29:\"use-stackexchange-icon-header\";s:0:\"\";s:26:\"use-soundcloud-icon-header\";s:0:\"\";s:18:\"use-vk-icon-header\";s:0:\"\";s:20:\"use-vine-icon-header\";s:0:\"\";s:21:\"use-houzz-icon-header\";s:0:\"\";s:20:\"use-yelp-icon-header\";s:0:\"\";s:24:\"use-mixcloud-icon-header\";s:0:\"\";s:24:\"use-snapchat-icon-header\";s:0:\"\";s:24:\"use-bandcamp-icon-header\";s:0:\"\";s:27:\"use-tripadvisor-icon-header\";s:0:\"\";s:24:\"use-telegram-icon-header\";s:0:\"\";s:21:\"use-slack-icon-header\";s:0:\"\";s:22:\"use-medium-icon-header\";s:0:\"\";s:21:\"use-email-icon-header\";s:0:\"\";s:21:\"use-phone-icon-header\";s:0:\"\";s:18:\"transparent-header\";s:1:\"0\";s:20:\"header-starting-logo\";a:5:{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:27:\"header-starting-retina-logo\";a:5:{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:25:\"header-starting-logo-dark\";a:5:{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:32:\"header-starting-retina-logo-dark\";a:5:{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:21:\"header-starting-color\";s:7:\"#ffffff\";s:29:\"header-transparent-dark-color\";s:7:\"#000000\";s:28:\"header-permanent-transparent\";s:1:\"0\";s:24:\"header-inherit-row-color\";s:1:\"0\";s:20:\"header-remove-border\";s:1:\"0\";s:32:\"transparent-header-shadow-helper\";s:1:\"0\";s:19:\"header-hover-effect\";s:18:\"animated_underline\";s:24:\"header-hide-until-needed\";s:0:\"\";s:23:\"header-resize-on-scroll\";s:1:\"1\";s:34:\"header-resize-on-scroll-shrink-num\";s:0:\"\";s:25:\"condense-header-on-scroll\";s:0:\"\";s:21:\"header-dropdown-style\";s:7:\"minimal\";s:23:\"header-dropdown-opacity\";s:3:\"100\";s:22:\"header-dropdown-arrows\";s:7:\"inherit\";s:21:\"header-megamenu-width\";s:9:\"contained\";s:34:\"header-megamenu-remove-transparent\";s:1:\"0\";s:28:\"header-slide-out-widget-area\";s:1:\"0\";s:34:\"header-slide-out-widget-area-style\";s:20:\"slide-out-from-right\";s:46:\"header-slide-out-widget-area-dropdown-behavior\";s:7:\"default\";s:35:\"header-slide-out-widget-area-social\";s:1:\"0\";s:40:\"header-slide-out-widget-area-bottom-text\";s:0:\"\";s:44:\"header-slide-out-widget-area-overlay-opacity\";s:4:\"dark\";s:46:\"header-slide-out-widget-area-top-nav-in-mobile\";s:1:\"0\";s:23:\"enable-main-footer-area\";s:1:\"1\";s:14:\"footer_columns\";s:1:\"4\";s:19:\"footer-custom-color\";s:1:\"1\";s:23:\"footer-background-color\";s:7:\"#ffffff\";s:17:\"footer-font-color\";s:7:\"#CCCCCC\";s:27:\"footer-secondary-font-color\";s:7:\"#777777\";s:33:\"footer-copyright-background-color\";s:7:\"#ffffff\";s:27:\"footer-copyright-font-color\";s:7:\"#777777\";s:33:\"footer-copyright-icon-hover-color\";s:7:\"#ffffff\";s:21:\"footer-copyright-line\";s:0:\"\";s:17:\"footer-full-width\";s:1:\"0\";s:13:\"footer-reveal\";s:1:\"0\";s:20:\"footer-reveal-shadow\";s:4:\"none\";s:23:\"footer-copyright-layout\";s:8:\"centered\";s:29:\"disable-copyright-footer-area\";s:0:\"\";s:21:\"footer-copyright-text\";s:69:\"Copyright © 2017 All Rights Reserved by Sublue. 津ICP备17010201号\";s:22:\"disable-auto-copyright\";s:0:\"\";s:23:\"footer-background-image\";a:5:{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:31:\"footer-background-image-overlay\";s:3:\"0.8\";s:17:\"use-facebook-icon\";s:1:\"1\";s:16:\"use-twitter-icon\";s:1:\"1\";s:20:\"use-google-plus-icon\";s:0:\"\";s:14:\"use-vimeo-icon\";s:0:\"\";s:17:\"use-dribbble-icon\";s:0:\"\";s:18:\"use-pinterest-icon\";s:0:\"\";s:16:\"use-youtube-icon\";s:1:\"1\";s:15:\"use-tumblr-icon\";s:0:\"\";s:17:\"use-linkedin-icon\";s:0:\"\";s:12:\"use-rss-icon\";s:0:\"\";s:16:\"use-behance-icon\";s:0:\"\";s:18:\"use-instagram-icon\";s:0:\"\";s:15:\"use-flickr-icon\";s:0:\"\";s:16:\"use-spotify-icon\";s:0:\"\";s:15:\"use-github-icon\";s:0:\"\";s:22:\"use-stackexchange-icon\";s:0:\"\";s:19:\"use-soundcloud-icon\";s:0:\"\";s:11:\"use-vk-icon\";s:0:\"\";s:13:\"use-vine-icon\";s:0:\"\";s:14:\"use-houzz-icon\";s:0:\"\";s:13:\"use-yelp-icon\";s:0:\"\";s:17:\"use-snapchat-icon\";s:0:\"\";s:17:\"use-mixcloud-icon\";s:0:\"\";s:17:\"use-bandcamp-icon\";s:0:\"\";s:20:\"use-tripadvisor-icon\";s:0:\"\";s:17:\"use-telegram-icon\";s:0:\"\";s:14:\"use-slack-icon\";s:0:\"\";s:15:\"use-medium-icon\";s:0:\"\";s:17:\"ajax-page-loading\";s:1:\"1\";s:17:\"transition-method\";s:8:\"standard\";s:32:\"disable-transition-fade-on-click\";s:1:\"0\";s:28:\"disable-transition-on-mobile\";s:1:\"1\";s:17:\"transition-effect\";s:8:\"standard\";s:12:\"loading-icon\";s:8:\"material\";s:19:\"loading-icon-colors\";a:2:{s:4:\"from\";s:7:\"#3452ff\";s:2:\"to\";s:7:\"#3452ff\";}s:13:\"loading-image\";a:5:{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:23:\"loading-image-animation\";s:4:\"none\";s:19:\"transition-bg-color\";s:0:\"\";s:21:\"transition-bg-color-2\";s:0:\"\";s:17:\"header-auto-title\";s:1:\"0\";s:24:\"header-animate-in-effect\";s:4:\"none\";s:23:\"header-down-arrow-style\";s:7:\"default\";s:10:\"form-style\";s:7:\"default\";s:17:\"form-fancy-select\";s:1:\"0\";s:21:\"form-submit-btn-style\";s:7:\"regular\";s:8:\"cta-text\";s:0:\"\";s:7:\"cta-btn\";s:0:\"\";s:12:\"cta-btn-link\";s:0:\"\";s:20:\"cta-background-color\";s:7:\"#ECEBE9\";s:14:\"cta-text-color\";s:7:\"#4B4F52\";s:13:\"cta-btn-color\";s:12:\"accent-color\";s:21:\"main_portfolio_layout\";s:1:\"3\";s:28:\"main_portfolio_project_style\";s:1:\"1\";s:27:\"main_portfolio_item_spacing\";s:7:\"default\";s:21:\"portfolio_use_masonry\";s:1:\"0\";s:29:\"portfolio_masonry_grid_sizing\";s:7:\"default\";s:24:\"portfolio_inline_filters\";s:1:\"0\";s:20:\"portfolio_single_nav\";s:13:\"after_project\";s:27:\"portfolio_loading_animation\";s:19:\"fade_in_from_bottom\";s:24:\"portfolio_sidebar_follow\";s:1:\"0\";s:16:\"portfolio_social\";s:1:\"1\";s:22:\"portfolio_social_style\";s:18:\"fixed_bottom_right\";s:26:\"portfolio-facebook-sharing\";s:1:\"1\";s:25:\"portfolio-twitter-sharing\";s:1:\"1\";s:29:\"portfolio-google-plus-sharing\";s:1:\"1\";s:27:\"portfolio-pinterest-sharing\";s:1:\"1\";s:26:\"portfolio-linkedin-sharing\";s:1:\"1\";s:14:\"portfolio_date\";s:1:\"1\";s:20:\"portfolio_pagination\";s:1:\"0\";s:25:\"portfolio_pagination_type\";s:7:\"default\";s:26:\"portfolio_extra_pagination\";s:1:\"0\";s:27:\"portfolio_pagination_number\";s:0:\"\";s:22:\"portfolio_rewrite_slug\";s:0:\"\";s:14:\"carousel-title\";s:0:\"\";s:13:\"carousel-link\";s:0:\"\";s:23:\"portfolio-sortable-text\";s:0:\"\";s:19:\"main-portfolio-link\";s:0:\"\";s:34:\"portfolio_same_category_single_nav\";s:1:\"0\";s:9:\"blog_type\";s:22:\"masonry-blog-fullwidth\";s:18:\"blog_standard_type\";s:17:\"featured_img_left\";s:17:\"blog_masonry_type\";s:25:\"auto_meta_overlaid_spaced\";s:25:\"blog_auto_masonry_spacing\";s:3:\"8px\";s:22:\"blog_loading_animation\";s:19:\"fade_in_from_bottom\";s:16:\"blog_header_type\";s:15:\"default_minimal\";s:17:\"blog_hide_sidebar\";s:1:\"1\";s:14:\"blog_enable_ss\";s:1:\"0\";s:24:\"blog_hide_featured_image\";s:1:\"0\";s:21:\"blog_archive_bg_image\";a:5:{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:10:\"author_bio\";s:1:\"1\";s:17:\"blog_auto_excerpt\";s:1:\"0\";s:19:\"blog_excerpt_length\";s:0:\"\";s:19:\"blog_next_post_link\";s:1:\"1\";s:25:\"blog_next_post_link_style\";s:19:\"fullwidth_next_prev\";s:18:\"blog_related_posts\";s:1:\"0\";s:24:\"blog_related_posts_style\";s:8:\"material\";s:29:\"blog_related_posts_title_text\";s:13:\"related_posts\";s:11:\"blog_social\";s:1:\"1\";s:17:\"blog_social_style\";s:18:\"fixed_bottom_right\";s:21:\"blog-facebook-sharing\";s:1:\"1\";s:20:\"blog-twitter-sharing\";s:1:\"1\";s:24:\"blog-google-plus-sharing\";s:1:\"1\";s:22:\"blog-pinterest-sharing\";s:1:\"1\";s:21:\"blog-linkedin-sharing\";s:1:\"1\";s:12:\"display_tags\";s:1:\"0\";s:17:\"display_full_date\";s:1:\"0\";s:20:\"blog_pagination_type\";s:7:\"default\";s:16:\"extra_pagination\";s:1:\"0\";s:18:\"recent-posts-title\";s:0:\"\";s:17:\"recent-posts-link\";s:0:\"\";s:11:\"enable-cart\";s:1:\"1\";s:15:\"ajax-cart-style\";s:8:\"dropdown\";s:16:\"main_shop_layout\";s:10:\"no-sidebar\";s:21:\"single_product_layout\";s:10:\"no-sidebar\";s:13:\"product_style\";s:7:\"classic\";s:20:\"product_desktop_cols\";s:7:\"default\";s:26:\"product_desktop_small_cols\";s:7:\"default\";s:19:\"product_tablet_cols\";s:7:\"default\";s:18:\"product_phone_cols\";s:7:\"default\";s:18:\"product_quick_view\";s:0:\"\";s:16:\"product_bg_color\";s:7:\"#ffffff\";s:24:\"product_minimal_bg_color\";s:7:\"#ffffff\";s:24:\"product_archive_bg_color\";s:7:\"#f6f6f6\";s:23:\"product_hover_alt_image\";s:1:\"0\";s:27:\"single_product_gallery_type\";s:10:\"ios_slider\";s:20:\"product_tab_position\";s:9:\"fullwidth\";s:21:\"woo-products-per-page\";s:0:\"\";s:20:\"woo_hide_product_sku\";s:1:\"1\";s:10:\"woo_social\";s:1:\"1\";s:16:\"woo_social_style\";s:18:\"fixed_bottom_right\";s:20:\"woo-facebook-sharing\";s:1:\"1\";s:19:\"woo-twitter-sharing\";s:1:\"1\";s:23:\"woo-google-plus-sharing\";s:1:\"0\";s:21:\"woo-pinterest-sharing\";s:1:\"0\";s:20:\"woo-linkedin-sharing\";s:1:\"0\";s:21:\"search-results-layout\";s:7:\"default\";s:30:\"search-results-header-bg-color\";s:0:\"\";s:32:\"search-results-header-font-color\";s:0:\"\";s:30:\"search-results-header-bg-image\";a:5:{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:17:\"page-404-bg-color\";s:0:\"\";s:19:\"page-404-font-color\";s:0:\"\";s:17:\"page-404-bg-image\";a:5:{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:31:\"page-404-bg-image-overlay-color\";s:0:\"\";s:20:\"page-404-home-button\";s:1:\"1\";s:24:\"sharing_btn_accent_color\";s:1:\"1\";s:12:\"facebook-url\";s:0:\"\";s:11:\"twitter-url\";s:0:\"\";s:15:\"google-plus-url\";s:0:\"\";s:9:\"vimeo-url\";s:0:\"\";s:12:\"dribbble-url\";s:0:\"\";s:13:\"pinterest-url\";s:0:\"\";s:11:\"youtube-url\";s:0:\"\";s:10:\"tumblr-url\";s:0:\"\";s:12:\"linkedin-url\";s:0:\"\";s:7:\"rss-url\";s:0:\"\";s:11:\"behance-url\";s:0:\"\";s:10:\"flickr-url\";s:0:\"\";s:11:\"spotify-url\";s:0:\"\";s:13:\"instagram-url\";s:0:\"\";s:10:\"github-url\";s:0:\"\";s:17:\"stackexchange-url\";s:0:\"\";s:14:\"soundcloud-url\";s:0:\"\";s:6:\"vk-url\";s:0:\"\";s:8:\"vine-url\";s:0:\"\";s:9:\"houzz-url\";s:0:\"\";s:8:\"yelp-url\";s:0:\"\";s:12:\"snapchat-url\";s:0:\"\";s:12:\"mixcloud-url\";s:0:\"\";s:12:\"bandcamp-url\";s:0:\"\";s:15:\"tripadvisor-url\";s:0:\"\";s:12:\"telegram-url\";s:0:\"\";s:9:\"slack-url\";s:0:\"\";s:10:\"medium-url\";s:0:\"\";s:9:\"email-url\";s:0:\"\";s:9:\"phone-url\";s:0:\"\";s:10:\"zoom-level\";s:0:\"\";s:15:\"enable-map-zoom\";s:1:\"0\";s:10:\"center-lat\";s:0:\"\";s:10:\"center-lng\";s:0:\"\";s:14:\"use-marker-img\";s:1:\"0\";s:10:\"marker-img\";a:5:{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:20:\"enable-map-animation\";s:1:\"1\";s:11:\"map-point-1\";s:1:\"0\";s:9:\"latitude1\";s:0:\"\";s:10:\"longitude1\";s:0:\"\";s:9:\"map-info1\";s:0:\"\";s:11:\"map-point-2\";s:1:\"0\";s:9:\"latitude2\";s:0:\"\";s:10:\"longitude2\";s:0:\"\";s:9:\"map-info2\";s:0:\"\";s:11:\"map-point-3\";s:1:\"0\";s:9:\"latitude3\";s:0:\"\";s:10:\"longitude3\";s:0:\"\";s:9:\"map-info3\";s:0:\"\";s:11:\"map-point-4\";s:1:\"0\";s:9:\"latitude4\";s:0:\"\";s:10:\"longitude4\";s:0:\"\";s:9:\"map-info4\";s:0:\"\";s:11:\"map-point-5\";s:1:\"0\";s:9:\"latitude5\";s:0:\"\";s:10:\"longitude5\";s:0:\"\";s:9:\"map-info5\";s:0:\"\";s:11:\"map-point-6\";s:1:\"0\";s:9:\"latitude6\";s:0:\"\";s:10:\"longitude6\";s:0:\"\";s:9:\"map-info6\";s:0:\"\";s:11:\"map-point-7\";s:1:\"0\";s:9:\"latitude7\";s:0:\"\";s:10:\"longitude7\";s:0:\"\";s:9:\"map-info7\";s:0:\"\";s:11:\"map-point-8\";s:1:\"0\";s:9:\"latitude8\";s:0:\"\";s:10:\"longitude8\";s:0:\"\";s:9:\"map-info8\";s:0:\"\";s:11:\"map-point-9\";s:1:\"0\";s:9:\"latitude9\";s:0:\"\";s:10:\"longitude9\";s:0:\"\";s:9:\"map-info9\";s:0:\"\";s:12:\"map-point-10\";s:1:\"0\";s:10:\"latitude10\";s:0:\"\";s:11:\"longitude10\";s:0:\"\";s:10:\"map-info10\";s:0:\"\";s:20:\"add-remove-locations\";s:0:\"\";s:13:\"map-greyscale\";s:1:\"0\";s:9:\"map-color\";s:0:\"\";s:14:\"map-ultra-flat\";s:0:\"\";s:21:\"map-dark-color-scheme\";s:0:\"\";s:24:\"slider-caption-animation\";s:1:\"1\";s:23:\"slider-background-cover\";s:1:\"1\";s:15:\"slider-autoplay\";s:1:\"1\";s:20:\"slider-advance-speed\";s:0:\"\";s:22:\"slider-animation-speed\";s:0:\"\";s:13:\"slider-height\";s:0:\"\";s:15:\"slider-bg-color\";s:7:\"#000000\";}','yes'),(148,'salient_redux-transients','a:3:{s:14:\"changed_values\";a:1:{s:11:\"enable-cart\";s:1:\"0\";}s:9:\"last_save\";i:1545992045;s:13:\"last_compiler\";i:1545027206;}','yes'),(2069,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1548221246;s:7:\"checked\";a:5:{s:13:\"salient-child\";s:3:\"0.1\";s:7:\"salient\";s:5:\"9.0.2\";s:13:\"twentyfifteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.7\";s:13:\"twentysixteen\";s:3:\"1.5\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.3.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.0.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.8.zip\";}}s:12:\"translations\";a:0:{}}','no'),(2070,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1548221246;s:7:\"checked\";a:6:{s:19:\"akismet/akismet.php\";s:5:\"4.0.8\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.0.5\";s:9:\"hello.php\";s:3:\"1.7\";s:41:\"midtrans-woocommerce/midtrans-gateway.php\";s:5:\"2.9.0\";s:35:\"js_composer_salient/js_composer.php\";s:5:\"5.5.2\";s:27:\"woocommerce/woocommerce.php\";s:5:\"3.5.3\";}s:8:\"response\";a:4:{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:3:\"4.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.4.1.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:\"5.0.3\";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\":13:{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.1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.1.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:14:\"upgrade_notice\";s:147:\"<p>Read the <a href=\"https://contactform7.com/category/releases/\">release announcement post</a> before upgrading. There is an important notice.</p>\";s:6:\"tested\";s:5:\"5.0.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:41:\"midtrans-woocommerce/midtrans-gateway.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/midtrans-woocommerce\";s:4:\"slug\";s:20:\"midtrans-woocommerce\";s:6:\"plugin\";s:41:\"midtrans-woocommerce/midtrans-gateway.php\";s:11:\"new_version\";s:6:\"2.10.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/midtrans-woocommerce/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/midtrans-woocommerce.2.10.0.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/midtrans-woocommerce/assets/icon-128x128.png?rev=1516380\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/midtrans-woocommerce/assets/banner-772x250.png?rev=1516380\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:32:\"<ul>\n<li>Code cleanup</li>\n</ul>\";s:6:\"tested\";s:5:\"5.0.0\";s:12:\"requires_php\";b:0;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.5.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.4.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:\"5.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{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:{}}}}','no'),(153,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.0.5\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1543162456;s:7:\"version\";s:5:\"5.0.5\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(154,'vc_version','5.5.2','yes'),(156,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:2;}}','yes'),(511,'woocommerce_trash_pending_orders','','no'),(512,'woocommerce_trash_failed_orders','','no'),(513,'woocommerce_trash_cancelled_orders','','no'),(514,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(330,'slider-locations_children','a:0:{}','yes'),(515,'woocommerce_email_from_name','Sublue Indonesia','no'),(516,'woocommerce_email_from_address','danielmarcell.setiono@gmail.com','no'),(517,'woocommerce_email_header_image','','no'),(309,'recently_activated','a:0:{}','yes'),(1264,'_transient_timeout_wc_low_stock_count','1548433570','no'),(1265,'_transient_wc_low_stock_count','0','no'),(1266,'_transient_timeout_wc_outofstock_count','1548433570','no'),(1267,'_transient_wc_outofstock_count','0','no'),(529,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(530,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(531,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(532,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(533,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(2067,'_site_transient_timeout_theme_roots','1548223046','no'),(2068,'_site_transient_theme_roots','a:5:{s:13:\"salient-child\";s:7:\"/themes\";s:7:\"salient\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(1310,'woocommerce_midtrans_settings','a:31:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:27:\"Online Payment via Midtrans\";s:11:\"description\";s:0:\"\";s:27:\"select_midtrans_environment\";s:7:\"sandbox\";s:11:\"merchant_id\";s:7:\"M089057\";s:21:\"client_key_v2_sandbox\";s:26:\"VT-client-M3e6z9yN28Em0Fsg\";s:21:\"server_key_v2_sandbox\";s:34:\"VT-server-yHYfbSBf9GKVfPSe5ecmRCYb\";s:24:\"client_key_v2_production\";s:0:\"\";s:24:\"server_key_v2_production\";s:0:\"\";s:16:\"enable_3d_secure\";s:3:\"yes\";s:15:\"enable_savecard\";s:2:\"no\";s:15:\"enable_redirect\";s:2:\"no\";s:13:\"custom_expiry\";s:8:\"disabled\";s:13:\"custom_fields\";s:0:\"\";s:21:\"enable_map_finish_url\";s:2:\"no\";s:13:\"ganalytics_id\";s:0:\"\";s:29:\"enable_immediate_reduce_stock\";s:2:\"no\";s:11:\"to_idr_rate\";s:5:\"10000\";s:23:\"select_midtrans_payment\";s:0:\"\";s:11:\"credit_card\";s:0:\"\";s:16:\"mandiri_clickpay\";s:0:\"\";s:11:\"cimb_clicks\";s:0:\"\";s:13:\"bank_transfer\";s:0:\"\";s:8:\"bri_epay\";s:0:\"\";s:14:\"telkomsel_cash\";s:0:\"\";s:8:\"xl_tunai\";s:0:\"\";s:8:\"bbmmoney\";s:0:\"\";s:12:\"mandiri_bill\";s:0:\"\";s:6:\"cstore\";s:0:\"\";s:16:\"indosat_dompetku\";s:0:\"\";s:13:\"mandiri_ecash\";s:0:\"\";}','yes'),(534,'woocommerce_myaccount_orders_endpoint','orders','yes'),(535,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(536,'woocommerce_myaccount_downloads_endpoint','','yes'),(537,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(538,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(539,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(540,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(541,'woocommerce_logout_endpoint','customer-logout','yes'),(542,'woocommerce_api_enabled','no','yes'),(543,'woocommerce_single_image_width','600','yes'),(544,'woocommerce_thumbnail_image_width','300','yes'),(545,'woocommerce_checkout_highlight_required_fields','yes','yes'),(546,'woocommerce_demo_store','no','no'),(547,'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'),(548,'current_theme_supports_woocommerce','yes','yes'),(549,'woocommerce_queue_flush_rewrite_rules','no','yes'),(607,'_transient_wc_attribute_taxonomies','a:1:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:5:\"color\";s:15:\"attribute_label\";s:5:\"Color\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}}','yes'),(679,'product_cat_children','a:0:{}','yes'),(552,'default_product_cat','22','yes'),(1455,'woocommerce_version','3.5.3','yes'),(1456,'woocommerce_db_version','3.5.3','yes'),(560,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(561,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(562,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(563,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(564,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(565,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(566,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(567,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(568,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(569,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(570,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(577,'woocommerce_meta_box_errors','a:0:{}','yes'),(597,'_transient_product-transient-version','1545322053','yes'),(583,'_transient_product_query-transient-version','1545322053','yes'),(941,'WPLANG','','yes'),(942,'new_admin_email','danielmarcell.setiono@gmail.com','yes'),(1079,'woocommerce_maybe_regenerate_images_hash','f295711100eef51cf7195e603d0739ad','yes'),(1441,'_transient_timeout_wc_shipping_method_count_0_1545884520','1548585036','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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1429 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,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\"]'),(4,6,'_mail','a:8:{s:7:\"subject\";s:33:\"Sublue Indonesia \"[your-subject]\"\";s:6:\"sender\";s:37:\"[your-name] <wordpress@futuremediatrix.com>\";s:4:\"body\";s:182:\"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 Sublue Indonesia (http://futuremediatrix.com/sublue)\";s:9:\"recipient\";s:31:\"danielmarcell.setiono@gmail.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;}'),(5,6,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:33:\"Sublue Indonesia \"[your-subject]\"\";s:6:\"sender\";s:42:\"Sublue Indonesia <wordpress@futuremediatrix.com>\";s:4:\"body\";s:124:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Sublue Indonesia (http://futuremediatrix.com/sublue)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:41:\"Reply-To: danielmarcell.setiono@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(6,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.\";}'),(7,6,'_additional_settings',NULL),(8,6,'_locale','en_US'),(9,7,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10,7,'_edit_last','1'),(11,7,'_wp_page_template','default'),(12,7,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(13,7,'nectar-metabox-portfolio-display-sortable','off'),(14,7,'_nectar_full_screen_rows','off'),(15,7,'_nectar_full_screen_rows_animation','none'),(16,7,'_nectar_full_screen_rows_animation_speed','medium'),(17,7,'_nectar_full_screen_rows_overall_bg_color',''),(18,7,'_nectar_full_screen_rows_anchors','off'),(19,7,'_nectar_full_screen_rows_mobile_disable','off'),(20,7,'_nectar_full_screen_rows_row_bg_animation','none'),(21,7,'_nectar_full_screen_rows_dot_navigation','tooltip'),(22,7,'_nectar_full_screen_rows_content_overflow','scrollbar'),(23,7,'_nectar_full_screen_rows_footer','none'),(24,7,'_nectar_slider_bg_type','image_bg'),(25,7,'_nectar_canvas_shapes',''),(26,7,'_nectar_media_upload_webm',''),(27,7,'_nectar_media_upload_mp4',''),(28,7,'_nectar_media_upload_ogv',''),(29,7,'_nectar_slider_preview_image',''),(30,7,'_nectar_header_bg',''),(31,7,'_nectar_header_parallax','off'),(32,7,'_nectar_header_box_roll','off'),(33,7,'_nectar_header_bg_height',''),(34,7,'_nectar_header_fullscreen','off'),(35,7,'_nectar_header_title',''),(36,7,'_nectar_header_subtitle',''),(37,7,'_nectar_page_header_text-effect','none'),(38,7,'_nectar_particle_rotation_timing',''),(39,7,'_nectar_particle_disable_explosion','off'),(40,7,'_nectar_page_header_alignment','left'),(41,7,'_nectar_page_header_alignment_v','middle'),(42,7,'_nectar_page_header_bg_alignment','center'),(43,7,'_nectar_header_bg_color',''),(44,7,'_nectar_header_font_color',''),(45,7,'_nectar_header_bg_overlay_color',''),(46,7,'_wpb_vc_js_status','true'),(47,7,'_edit_lock','1545325865:1'),(48,11,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(100,17,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:683;s:4:\"file\";s:25:\"2018/11/5aec0f1c5c18b.jpg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"5aec0f1c5c18b-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:25:\"5aec0f1c5c18b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-600x205.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-768x262.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"5aec0f1c5c18b-1024x350.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:26:\"5aec0f1c5c18b-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:26:\"5aec0f1c5c18b-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:26:\"5aec0f1c5c18b-1700x683.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:25:\"5aec0f1c5c18b-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;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,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:563;s:4:\"file\";s:20:\"2018/12/AW_Mix-7.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AW_Mix-7-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:20:\"AW_Mix-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AW_Mix-7-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-500x563.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"AW_Mix-7-1000x563.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-900x563.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AW_Mix-7-800x563.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:563;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:8:\"ILCE-7M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528128212\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(608,240,'_wp_attached_file','2018/12/AW_Mix-7.jpg'),(99,17,'_wp_attached_file','2018/11/5aec0f1c5c18b.jpg'),(101,18,'_wp_attached_file','2018/11/5aec0f35218be.jpg'),(102,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:683;s:4:\"file\";s:25:\"2018/11/5aec0f35218be.jpg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"5aec0f35218be-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:25:\"5aec0f35218be-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-600x205.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-768x262.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"5aec0f35218be-1024x350.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:26:\"5aec0f35218be-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:26:\"5aec0f35218be-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:26:\"5aec0f35218be-1700x683.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:25:\"5aec0f35218be-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;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:{}}}'),(103,19,'_wp_attached_file','2018/11/59f9359cf3b00.jpg'),(104,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:402;s:4:\"file\";s:25:\"2018/11/59f9359cf3b00.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"59f9359cf3b00-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:25:\"59f9359cf3b00-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"59f9359cf3b00-600x377.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"59f9359cf3b00-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"59f9359cf3b00-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"59f9359cf3b00-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:25:\"59f9359cf3b00-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"59f9359cf3b00-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"59f9359cf3b00-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:25:\"59f9359cf3b00-640x335.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:25:\"59f9359cf3b00-500x402.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:25:\"59f9359cf3b00-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:25:\"59f9359cf3b00-500x402.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:402;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:{}}}'),(105,20,'_wp_attached_file','2018/11/59f93588aa3f4.jpg'),(106,20,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:402;s:4:\"file\";s:25:\"2018/11/59f93588aa3f4.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"59f93588aa3f4-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:25:\"59f93588aa3f4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"59f93588aa3f4-600x377.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"59f93588aa3f4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"59f93588aa3f4-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"59f93588aa3f4-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:25:\"59f93588aa3f4-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"59f93588aa3f4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"59f93588aa3f4-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:25:\"59f93588aa3f4-640x335.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:25:\"59f93588aa3f4-500x402.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:25:\"59f93588aa3f4-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:25:\"59f93588aa3f4-500x402.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:402;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:{}}}'),(107,21,'_wp_attached_file','2018/11/599f9639bd908.jpg'),(108,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:402;s:4:\"file\";s:25:\"2018/11/599f9639bd908.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"599f9639bd908-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:25:\"599f9639bd908-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"599f9639bd908-600x377.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"599f9639bd908-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"599f9639bd908-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"599f9639bd908-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:25:\"599f9639bd908-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"599f9639bd908-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"599f9639bd908-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:25:\"599f9639bd908-640x335.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:25:\"599f9639bd908-500x402.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:25:\"599f9639bd908-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:25:\"599f9639bd908-500x402.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:402;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:{}}}'),(109,11,'_edit_last','1'),(110,11,'_nectar_slider_bg_type','image_bg'),(111,11,'_nectar_slider_image','http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/5aec0f1c5c18b.jpg'),(112,11,'_nectar_media_upload_webm',''),(113,11,'_nectar_media_upload_mp4',''),(114,11,'_nectar_media_upload_ogv',''),(115,11,'_nectar_slider_preview_image',''),(116,11,'_nectar_slider_video_texture','off'),(117,11,'_nectar_slider_slide_bg_alignment','center'),(118,11,'_nectar_slider_slide_font_color','light'),(119,11,'_nectar_slider_heading',''),(120,11,'_nectar_slider_caption',''),(121,11,'_nectar_slider_caption_background','off'),(122,11,'_nectar_slider_slide_content_width_desktop','auto'),(123,11,'_nectar_slider_slide_content_width_tablet','auto'),(124,11,'_nectar_slider_bg_overlay_color',''),(125,11,'_nectar_slider_down_arrow','off'),(126,11,'_nectar_slider_link_type','button_links'),(127,11,'_nectar_slider_button',''),(128,11,'_nectar_slider_button_url',''),(129,11,'_nectar_slider_button_style','solid_color'),(130,11,'_nectar_slider_button_color','primary-color'),(131,11,'_nectar_slider_button_2',''),(132,11,'_nectar_slider_button_url_2',''),(133,11,'_nectar_slider_button_style_2','solid_color'),(134,11,'_nectar_slider_button_color_2','primary-color'),(135,11,'_nectar_slider_entire_link',''),(136,11,'_nectar_slider_video_popup',''),(137,11,'_nectar_slide_xpos_alignment','left'),(138,11,'_nectar_slide_ypos_alignment','middle'),(139,11,'_nectar_slider_slide_custom_class',''),(140,11,'_edit_lock','1543163453:1'),(141,22,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(142,22,'_edit_last','1'),(143,22,'_nectar_slider_bg_type','image_bg'),(144,22,'_nectar_slider_image','http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/5aec0f35218be.jpg'),(145,22,'_nectar_media_upload_webm',''),(146,22,'_nectar_media_upload_mp4',''),(147,22,'_nectar_media_upload_ogv',''),(148,22,'_nectar_slider_preview_image','http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/5aec0f35218be.jpg'),(149,22,'_nectar_slider_video_texture','off'),(150,22,'_nectar_slider_slide_bg_alignment','center'),(151,22,'_nectar_slider_slide_font_color','light'),(152,22,'_nectar_slider_heading',''),(153,22,'_nectar_slider_caption',''),(154,22,'_nectar_slider_caption_background','off'),(155,22,'_nectar_slider_slide_content_width_desktop','auto'),(156,22,'_nectar_slider_slide_content_width_tablet','auto'),(157,22,'_nectar_slider_bg_overlay_color',''),(158,22,'_nectar_slider_down_arrow','off'),(159,22,'_nectar_slider_link_type','button_links'),(160,22,'_nectar_slider_button',''),(161,22,'_nectar_slider_button_url',''),(162,22,'_nectar_slider_button_style','solid_color'),(163,22,'_nectar_slider_button_color','primary-color'),(164,22,'_nectar_slider_button_2',''),(165,22,'_nectar_slider_button_url_2',''),(166,22,'_nectar_slider_button_style_2','solid_color'),(167,22,'_nectar_slider_button_color_2','primary-color'),(168,22,'_nectar_slider_entire_link',''),(169,22,'_nectar_slider_video_popup',''),(170,22,'_nectar_slide_xpos_alignment','left'),(171,22,'_nectar_slide_ypos_alignment','middle'),(172,22,'_nectar_slider_slide_custom_class',''),(173,22,'_edit_lock','1544797262:2'),(174,23,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(175,23,'_edit_last','1'),(176,23,'_edit_lock','1543163412:1'),(177,24,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(178,24,'_edit_last','1'),(179,24,'_wp_page_template','default'),(180,24,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(181,24,'nectar-metabox-portfolio-display-sortable','off'),(182,24,'_nectar_full_screen_rows','off'),(183,24,'_nectar_full_screen_rows_animation','none'),(184,24,'_nectar_full_screen_rows_animation_speed','medium'),(185,24,'_nectar_full_screen_rows_overall_bg_color',''),(186,24,'_nectar_full_screen_rows_anchors','off'),(187,24,'_nectar_full_screen_rows_mobile_disable','off'),(188,24,'_nectar_full_screen_rows_row_bg_animation','none'),(189,24,'_nectar_full_screen_rows_dot_navigation','tooltip'),(190,24,'_nectar_full_screen_rows_content_overflow','scrollbar'),(191,24,'_nectar_full_screen_rows_footer','none'),(192,24,'_nectar_slider_bg_type','image_bg'),(193,24,'_nectar_canvas_shapes',''),(194,24,'_nectar_media_upload_webm',''),(195,24,'_nectar_media_upload_mp4',''),(196,24,'_nectar_media_upload_ogv',''),(197,24,'_nectar_slider_preview_image',''),(198,24,'_nectar_header_bg',''),(199,24,'_nectar_header_parallax','off'),(200,24,'_nectar_header_box_roll','off'),(201,24,'_nectar_header_bg_height',''),(202,24,'_nectar_header_fullscreen','off'),(203,24,'_nectar_header_title',''),(204,24,'_nectar_header_subtitle',''),(205,24,'_nectar_page_header_text-effect','none'),(206,24,'_nectar_particle_rotation_timing',''),(207,24,'_nectar_particle_disable_explosion','off'),(208,24,'_nectar_page_header_alignment','left'),(209,24,'_nectar_page_header_alignment_v','middle'),(210,24,'_nectar_page_header_bg_alignment','center'),(211,24,'_nectar_header_bg_color',''),(212,24,'_nectar_header_font_color',''),(213,24,'_nectar_header_bg_overlay_color',''),(214,24,'_wpb_vc_js_status','true'),(215,24,'_edit_lock','1546536971:2'),(216,28,'_wp_attached_file','2018/11/599f9a5170a44.png'),(217,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:171;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2018/11/599f9a5170a44.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"599f9a5170a44-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"599f9a5170a44-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"599f9a5170a44-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"599f9a5170a44-140x140.png\";s:5:\"width\";i:140;s:6:\"height\";i:140;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:{}}}'),(602,235,'_menu_item_url',''),(601,235,'_menu_item_xfn',''),(600,235,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(599,235,'_menu_item_target',''),(263,1,'_nectar_love','0'),(768,204,'_wpb_post_custom_css','.nectar-highlighted-text {\r\n    margin-bottom: 0 !Important;\r\n}'),(265,40,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(266,40,'_edit_last','1'),(267,40,'_wp_page_template','default'),(268,40,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(269,40,'nectar-metabox-portfolio-display-sortable','off'),(270,40,'_nectar_full_screen_rows','off'),(271,40,'_nectar_full_screen_rows_animation','none'),(272,40,'_nectar_full_screen_rows_animation_speed','medium'),(273,40,'_nectar_full_screen_rows_overall_bg_color',''),(274,40,'_nectar_full_screen_rows_anchors','off'),(275,40,'_nectar_full_screen_rows_mobile_disable','off'),(276,40,'_nectar_full_screen_rows_row_bg_animation','none'),(277,40,'_nectar_full_screen_rows_dot_navigation','tooltip'),(278,40,'_nectar_full_screen_rows_content_overflow','scrollbar'),(279,40,'_nectar_full_screen_rows_footer','none'),(280,40,'_nectar_slider_bg_type','image_bg'),(281,40,'_nectar_canvas_shapes',''),(282,40,'_nectar_media_upload_webm',''),(283,40,'_nectar_media_upload_mp4',''),(284,40,'_nectar_media_upload_ogv',''),(285,40,'_nectar_slider_preview_image',''),(286,40,'_nectar_header_bg',''),(287,40,'_nectar_header_parallax','off'),(288,40,'_nectar_header_box_roll','off'),(289,40,'_nectar_header_bg_height','125'),(290,40,'_nectar_header_fullscreen','off'),(291,40,'_nectar_header_title','Company Profile'),(292,40,'_nectar_header_subtitle',''),(293,40,'_nectar_page_header_text-effect','rotate_in'),(294,40,'_nectar_particle_rotation_timing',''),(295,40,'_nectar_particle_disable_explosion','off'),(296,40,'_nectar_page_header_alignment','left'),(297,40,'_nectar_page_header_alignment_v','middle'),(298,40,'_nectar_page_header_bg_alignment','center'),(299,40,'_nectar_header_bg_color','#f5f5f5'),(300,40,'_nectar_header_font_color','#777777'),(301,40,'_nectar_header_bg_overlay_color',''),(302,40,'_wpb_vc_js_status','true'),(303,40,'_edit_lock','1546420136:2'),(304,42,'_wp_attached_file','2018/12/aboutus.jpg'),(305,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/12/aboutus.jpg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"aboutus-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:19:\"aboutus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"aboutus-600x205.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"aboutus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"aboutus-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"aboutus-768x262.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"aboutus-1024x350.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"aboutus-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"aboutus-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"aboutus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"aboutus-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"aboutus-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"aboutus-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"aboutus-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"aboutus-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"aboutus-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"aboutus-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"aboutus-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:20:\"aboutus-1700x683.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"aboutus-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;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:{}}}'),(307,40,'_wpb_shortcodes_custom_css','.vc_custom_1545118555698{margin-top: 20px !important;margin-bottom: 5px !important;}.vc_custom_1545118600050{margin-top: 20px !important;margin-bottom: 5px !important;}'),(308,40,'_wpb_post_custom_css','.col.span_12.dark.left{\r\n    min-height: 490px !important;\r\n}\r\n.wpb_row.vc_row-fluid.vc_row.full-width-content.vc_row-o-full-height.vc_row-o-columns-middle.vc_row-o-equal-height.vc_row-flex.standard_section{\r\n    min-height: 434px !important;\r\n}'),(309,111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(310,111,'_edit_last','2'),(311,111,'_wp_page_template','default'),(312,111,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(313,111,'nectar-metabox-portfolio-display-sortable','off'),(314,111,'_nectar_full_screen_rows','off'),(315,111,'_nectar_full_screen_rows_animation','none'),(316,111,'_nectar_full_screen_rows_animation_speed','medium'),(317,111,'_nectar_full_screen_rows_overall_bg_color',''),(318,111,'_nectar_full_screen_rows_anchors','off'),(319,111,'_nectar_full_screen_rows_mobile_disable','off'),(320,111,'_nectar_full_screen_rows_row_bg_animation','none'),(321,111,'_nectar_full_screen_rows_dot_navigation','tooltip'),(322,111,'_nectar_full_screen_rows_content_overflow','scrollbar'),(323,111,'_nectar_full_screen_rows_footer','none'),(324,111,'_nectar_slider_bg_type','image_bg'),(325,111,'_nectar_canvas_shapes',''),(326,111,'_nectar_media_upload_webm',''),(327,111,'_nectar_media_upload_mp4',''),(328,111,'_nectar_media_upload_ogv',''),(329,111,'_nectar_slider_preview_image',''),(330,111,'_nectar_header_bg',''),(331,111,'_nectar_header_parallax','off'),(332,111,'_nectar_header_box_roll','off'),(333,111,'_nectar_header_bg_height',''),(334,111,'_nectar_header_fullscreen','off'),(335,111,'_nectar_header_title',''),(336,111,'_nectar_header_subtitle',''),(337,111,'_nectar_page_header_text-effect','none'),(338,111,'_nectar_particle_rotation_timing',''),(339,111,'_nectar_particle_disable_explosion','off'),(340,111,'_nectar_page_header_alignment','left'),(341,111,'_nectar_page_header_alignment_v','middle'),(342,111,'_nectar_page_header_bg_alignment','center'),(343,111,'_nectar_header_bg_color',''),(344,111,'_nectar_header_font_color',''),(345,111,'_nectar_header_bg_overlay_color',''),(346,111,'_wpb_vc_js_status','true'),(347,111,'_edit_lock','1546072355:2'),(348,129,'_wp_attached_file','2018/12/1.jpg'),(349,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2018/12/1.jpg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:13:\"1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:13:\"1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:13:\"1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:14:\"1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:13:\"1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:13:\"1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:13:\"1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:14:\"1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:15:\"1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:13:\"1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:14:\"1-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:13:\"1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(350,130,'_wp_attached_file','2018/12/3.jpg'),(351,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:13:\"2018/12/3.jpg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"3-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"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:13:\"3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:13:\"3-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:13:\"3-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:13:\"3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:13:\"3-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:14:\"3-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:13:\"3-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:13:\"3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:13:\"3-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:14:\"3-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:15:\"3-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:13:\"3-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:14:\"3-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:13:\"3-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(352,131,'_wp_attached_file','2018/12/59f82ab9ed511.jpg'),(353,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2018/12/59f82ab9ed511.jpg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"59f82ab9ed511-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:25:\"59f82ab9ed511-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"59f82ab9ed511-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:26:\"59f82ab9ed511-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:26:\"59f82ab9ed511-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:27:\"59f82ab9ed511-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:26:\"59f82ab9ed511-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:25:\"59f82ab9ed511-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(354,132,'_wp_attached_file','2018/12/59fc1c3958d53.jpg'),(355,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2018/12/59fc1c3958d53.jpg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"59fc1c3958d53-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:25:\"59fc1c3958d53-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"59fc1c3958d53-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:26:\"59fc1c3958d53-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:26:\"59fc1c3958d53-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:27:\"59fc1c3958d53-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:26:\"59fc1c3958d53-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:25:\"59fc1c3958d53-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(356,145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(357,145,'_edit_lock','1545327789:1'),(358,145,'_edit_last','1'),(359,145,'_wp_page_template','default'),(360,145,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(361,145,'nectar-metabox-portfolio-display-sortable','off'),(362,145,'_nectar_full_screen_rows','off'),(363,145,'_nectar_full_screen_rows_animation','none'),(364,145,'_nectar_full_screen_rows_animation_speed','medium'),(365,145,'_nectar_full_screen_rows_overall_bg_color',''),(366,145,'_nectar_full_screen_rows_anchors','off'),(367,145,'_nectar_full_screen_rows_mobile_disable','off'),(368,145,'_nectar_full_screen_rows_row_bg_animation','none'),(369,145,'_nectar_full_screen_rows_dot_navigation','tooltip'),(370,145,'_nectar_full_screen_rows_content_overflow','scrollbar'),(371,145,'_nectar_full_screen_rows_footer','none'),(372,145,'_nectar_slider_bg_type','image_bg'),(373,145,'_nectar_canvas_shapes',''),(374,145,'_nectar_media_upload_webm',''),(375,145,'_nectar_media_upload_mp4',''),(376,145,'_nectar_media_upload_ogv',''),(377,145,'_nectar_slider_preview_image',''),(378,145,'_nectar_header_bg',''),(379,145,'_nectar_header_parallax','off'),(380,145,'_nectar_header_box_roll','off'),(381,145,'_nectar_header_bg_height',''),(382,145,'_nectar_header_fullscreen','off'),(383,145,'_nectar_header_title',''),(384,145,'_nectar_header_subtitle',''),(385,145,'_nectar_page_header_text-effect','none'),(386,145,'_nectar_particle_rotation_timing',''),(387,145,'_nectar_particle_disable_explosion','off'),(388,145,'_nectar_page_header_alignment','left'),(389,145,'_nectar_page_header_alignment_v','middle'),(390,145,'_nectar_page_header_bg_alignment','center'),(391,145,'_nectar_header_bg_color',''),(392,145,'_nectar_header_font_color',''),(393,145,'_nectar_header_bg_overlay_color',''),(394,145,'_wpb_vc_js_status','true'),(395,132,'_edit_lock','1544226072:2'),(396,145,'_wpb_shortcodes_custom_css','.vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}.vc_custom_1544228610631{margin-top: 150px !important;}'),(397,145,'_oembed_4142842c334486f5143caf5d6ed4a034','<iframe width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/sOichW22nf0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(398,145,'_oembed_time_4142842c334486f5143caf5d6ed4a034','1544228430'),(399,204,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(400,204,'_edit_lock','1545327636:1'),(401,204,'_edit_last','1'),(402,204,'_wp_page_template','default'),(403,204,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(404,204,'nectar-metabox-portfolio-display-sortable','off'),(405,204,'_nectar_full_screen_rows','off'),(406,204,'_nectar_full_screen_rows_animation','none'),(407,204,'_nectar_full_screen_rows_animation_speed','medium'),(408,204,'_nectar_full_screen_rows_overall_bg_color',''),(409,204,'_nectar_full_screen_rows_anchors','off'),(410,204,'_nectar_full_screen_rows_mobile_disable','off'),(411,204,'_nectar_full_screen_rows_row_bg_animation','none'),(412,204,'_nectar_full_screen_rows_dot_navigation','tooltip'),(413,204,'_nectar_full_screen_rows_content_overflow','scrollbar'),(414,204,'_nectar_full_screen_rows_footer','none'),(415,204,'_nectar_slider_bg_type','image_bg'),(416,204,'_nectar_canvas_shapes',''),(417,204,'_nectar_media_upload_webm',''),(418,204,'_nectar_media_upload_mp4',''),(419,204,'_nectar_media_upload_ogv',''),(420,204,'_nectar_slider_preview_image',''),(421,204,'_nectar_header_bg',''),(422,204,'_nectar_header_parallax','off'),(423,204,'_nectar_header_box_roll','off'),(424,204,'_nectar_header_bg_height','125'),(425,204,'_nectar_header_fullscreen','off'),(426,204,'_nectar_header_title','Contact Us'),(427,204,'_nectar_header_subtitle',''),(428,204,'_nectar_page_header_text-effect','none'),(429,204,'_nectar_particle_rotation_timing',''),(430,204,'_nectar_particle_disable_explosion','off'),(431,204,'_nectar_page_header_alignment','left'),(432,204,'_nectar_page_header_alignment_v','middle'),(433,204,'_nectar_page_header_bg_alignment','center'),(434,204,'_nectar_header_bg_color','#f5f5f5'),(435,204,'_nectar_header_font_color','#777777'),(436,204,'_nectar_header_bg_overlay_color',''),(437,204,'_wpb_vc_js_status','true'),(438,207,'_wp_attached_file','2018/12/3-tender.jpg'),(439,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2018/12/3-tender.jpg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"3-tender-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:20:\"3-tender-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"3-tender-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"3-tender-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"3-tender-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"3-tender-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"3-tender-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"3-tender-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"3-tender-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"3-tender-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"3-tender-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"3-tender-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"3-tender-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"3-tender-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"3-tender-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"3-tender-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:22:\"3-tender-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"3-tender-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:21:\"3-tender-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"3-tender-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(440,207,'vc-applied-image-filter','tender'),(441,211,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(442,211,'_edit_lock','1546073507:2'),(443,211,'_edit_last','1'),(444,211,'_wp_page_template','default'),(445,211,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(446,211,'nectar-metabox-portfolio-display-sortable','off'),(447,211,'_nectar_full_screen_rows','off'),(448,211,'_nectar_full_screen_rows_animation','none'),(449,211,'_nectar_full_screen_rows_animation_speed','medium'),(450,211,'_nectar_full_screen_rows_overall_bg_color',''),(451,211,'_nectar_full_screen_rows_anchors','off'),(452,211,'_nectar_full_screen_rows_mobile_disable','off'),(453,211,'_nectar_full_screen_rows_row_bg_animation','none'),(454,211,'_nectar_full_screen_rows_dot_navigation','tooltip'),(455,211,'_nectar_full_screen_rows_content_overflow','scrollbar'),(456,211,'_nectar_full_screen_rows_footer','none'),(457,211,'_nectar_slider_bg_type','image_bg'),(458,211,'_nectar_canvas_shapes',''),(459,211,'_nectar_media_upload_webm',''),(460,211,'_nectar_media_upload_mp4',''),(461,211,'_nectar_media_upload_ogv',''),(462,211,'_nectar_slider_preview_image',''),(463,211,'_nectar_header_bg',''),(464,211,'_nectar_header_parallax','off'),(465,211,'_nectar_header_box_roll','off'),(466,211,'_nectar_header_bg_height','125'),(467,211,'_nectar_header_fullscreen','off'),(468,211,'_nectar_header_title','After-sale Service'),(469,211,'_nectar_header_subtitle',''),(470,211,'_nectar_page_header_text-effect','none'),(471,211,'_nectar_particle_rotation_timing',''),(472,211,'_nectar_particle_disable_explosion','off'),(473,211,'_nectar_page_header_alignment','left'),(474,211,'_nectar_page_header_alignment_v','middle'),(475,211,'_nectar_page_header_bg_alignment','center'),(476,211,'_nectar_header_bg_color','#f5f5f5'),(477,211,'_nectar_header_font_color','#777777'),(478,211,'_nectar_header_bg_overlay_color',''),(479,211,'_wpb_vc_js_status','true'),(480,213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(481,213,'_edit_lock','1545201949:1'),(482,213,'_edit_last','1'),(483,213,'_wp_page_template','default'),(484,213,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(485,213,'nectar-metabox-portfolio-display-sortable','off'),(486,213,'_nectar_full_screen_rows','off'),(487,213,'_nectar_full_screen_rows_animation','none'),(488,213,'_nectar_full_screen_rows_animation_speed','medium'),(489,213,'_nectar_full_screen_rows_overall_bg_color',''),(490,213,'_nectar_full_screen_rows_anchors','off'),(491,213,'_nectar_full_screen_rows_mobile_disable','off'),(492,213,'_nectar_full_screen_rows_row_bg_animation','none'),(493,213,'_nectar_full_screen_rows_dot_navigation','tooltip'),(494,213,'_nectar_full_screen_rows_content_overflow','scrollbar'),(495,213,'_nectar_full_screen_rows_footer','none'),(496,213,'_nectar_slider_bg_type','image_bg'),(497,213,'_nectar_canvas_shapes',''),(498,213,'_nectar_media_upload_webm',''),(499,213,'_nectar_media_upload_mp4',''),(500,213,'_nectar_media_upload_ogv',''),(501,213,'_nectar_slider_preview_image',''),(502,213,'_nectar_header_bg',''),(503,213,'_nectar_header_parallax','off'),(504,213,'_nectar_header_box_roll','off'),(505,213,'_nectar_header_bg_height','125'),(506,213,'_nectar_header_fullscreen','off'),(507,213,'_nectar_header_title','User\'s Manual'),(508,213,'_nectar_header_subtitle',''),(509,213,'_nectar_page_header_text-effect','none'),(510,213,'_nectar_particle_rotation_timing',''),(511,213,'_nectar_particle_disable_explosion','off'),(512,213,'_nectar_page_header_alignment','left'),(513,213,'_nectar_page_header_alignment_v','middle'),(514,213,'_nectar_page_header_bg_alignment','center'),(515,213,'_nectar_header_bg_color','#f5f5f5'),(516,213,'_nectar_header_font_color','#777777'),(517,213,'_nectar_header_bg_overlay_color',''),(518,213,'_wpb_vc_js_status','true'),(519,215,'_wp_attached_file','2018/12/Whiteshark-MIX-User-Manual-20171031.pdf'),(598,235,'_menu_item_object','page'),(597,235,'_menu_item_object_id','24'),(596,235,'_menu_item_menu_item_parent','0'),(595,235,'_menu_item_type','post_type'),(594,235,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(538,228,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(539,228,'_menu_item_type','post_type'),(540,228,'_menu_item_menu_item_parent','0'),(541,228,'_menu_item_object_id','111'),(542,228,'_menu_item_object','page'),(543,228,'_menu_item_target',''),(544,228,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(545,228,'_menu_item_xfn',''),(546,228,'_menu_item_url',''),(547,229,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(548,229,'_menu_item_type','post_type'),(549,229,'_menu_item_menu_item_parent','0'),(550,229,'_menu_item_object_id','204'),(551,229,'_menu_item_object','page'),(552,229,'_menu_item_target',''),(553,229,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(554,229,'_menu_item_xfn',''),(555,229,'_menu_item_url',''),(607,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:15:\"2018/12/66.jpeg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"66-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:15:\"66-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"66-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"66-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:15:\"66-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"66-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"66-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:15:\"66-600x403.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:15:\"66-400x269.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:15:\"66-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:15:\"66-140x140.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:16:\"66-1000x500.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:15:\"66-670x335.jpeg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:15:\"66-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:15:\"66-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:15:\"66-500x853.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:16:\"66-1000x853.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:15:\"66-900x600.jpeg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:16:\"66-1280x700.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:15:\"66-800x800.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(606,239,'_wp_attached_file','2018/12/66.jpeg'),(936,306,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(937,306,'_edit_lock','1545884669:1'),(565,231,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(566,231,'_menu_item_type','post_type'),(567,231,'_menu_item_menu_item_parent','0'),(568,231,'_menu_item_object_id','40'),(569,231,'_menu_item_object','page'),(570,231,'_menu_item_target',''),(571,231,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(572,231,'_menu_item_xfn',''),(573,231,'_menu_item_url',''),(929,298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:209;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2018/12/5c1a1306e6ac4.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"5c1a1306e6ac4-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"5c1a1306e6ac4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"5c1a1306e6ac4-140x100.png\";s:5:\"width\";i:140;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"5c1a1306e6ac4-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"5c1a1306e6ac4-150x100.png\";s:5:\"width\";i:150;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:{}}}'),(928,298,'_wp_attached_file','2018/12/5c1a1306e6ac4.png'),(584,234,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(585,234,'_menu_item_type','custom'),(586,234,'_menu_item_menu_item_parent','228'),(587,234,'_menu_item_object_id','234'),(588,234,'_menu_item_object','custom'),(589,234,'_menu_item_target',''),(590,234,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(591,234,'_menu_item_xfn',''),(592,234,'_menu_item_url','http://futuremediatrix.com/sublue/?page_id=111'),(610,241,'_wp_attached_file','2018/12/33.jpeg'),(611,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:15:\"2018/12/33.jpeg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"33-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:15:\"33-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"33-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"33-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:15:\"33-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"33-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"33-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:15:\"33-600x403.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:15:\"33-400x269.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:15:\"33-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:15:\"33-140x140.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:16:\"33-1000x500.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:15:\"33-670x335.jpeg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:15:\"33-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:15:\"33-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:15:\"33-500x853.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:16:\"33-1000x853.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:15:\"33-900x600.jpeg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:16:\"33-1280x700.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:15:\"33-800x800.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(612,242,'_wp_attached_file','2018/12/AW_Mix-6.jpg'),(613,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:637;s:4:\"file\";s:20:\"2018/12/AW_Mix-6.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AW_Mix-6-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:20:\"AW_Mix-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-600x382.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-768x489.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AW_Mix-6-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-500x637.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"AW_Mix-6-1000x637.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AW_Mix-6-800x637.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:637;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:8:\"ILCE-7M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528122856\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:10:\"0.00015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(614,243,'_wp_attached_file','2018/12/AW_Mix-5.jpg'),(615,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2996;s:6:\"height\";i:2158;s:4:\"file\";s:20:\"2018/12/AW_Mix-5.jpg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AW_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"AW_Mix-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AW_Mix-5-600x432.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AW_Mix-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:20:\"AW_Mix-5-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AW_Mix-5-768x553.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"AW_Mix-5-1024x738.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AW_Mix-5-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-5-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AW_Mix-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AW_Mix-5-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AW_Mix-5-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-5-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AW_Mix-5-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-5-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"AW_Mix-5-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:22:\"AW_Mix-5-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AW_Mix-5-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:21:\"AW_Mix-5-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AW_Mix-5-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(616,244,'_wp_attached_file','2018/12/AW_Mix-1.jpg'),(617,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2018/12/AW_Mix-1.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AW_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AW_Mix-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"AW_Mix-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:21:\"AW_Mix-1-1000x700.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AW_Mix-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(618,245,'_wp_attached_file','2018/12/AW_Mix-2.jpg'),(619,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2018/12/AW_Mix-2.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AW_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AW_Mix-2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"AW_Mix-2-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:21:\"AW_Mix-2-1000x700.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AW_Mix-2-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(620,246,'_wp_attached_file','2018/12/AW_Mix-3.jpg'),(621,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2018/12/AW_Mix-3.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AW_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AW_Mix-3-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"AW_Mix-3-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:21:\"AW_Mix-3-1000x700.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AW_Mix-3-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(622,247,'_wp_attached_file','2018/12/AW_Mix-4.jpg'),(623,247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2018/12/AW_Mix-4.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AW_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AW_Mix-4-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"AW_Mix-4-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:21:\"AW_Mix-4-1000x700.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AW_Mix-4-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(624,248,'_wp_attached_file','2018/12/AB_Mix-9.jpg'),(625,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:550;s:4:\"file\";s:20:\"2018/12/AB_Mix-9.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AB_Mix-9-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:20:\"AB_Mix-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-600x330.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-768x422.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AB_Mix-9-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-500x550.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"AB_Mix-9-1000x550.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-900x550.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AB_Mix-9-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;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:8:\"ILCE-7M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528122145\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(626,249,'_wp_attached_file','2018/12/AB_Mix-7.jpg'),(627,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2996;s:6:\"height\";i:2158;s:4:\"file\";s:20:\"2018/12/AB_Mix-7.jpg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AB_Mix-7-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:20:\"AB_Mix-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-600x432.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-768x553.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"AB_Mix-7-1024x738.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AB_Mix-7-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"AB_Mix-7-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:22:\"AB_Mix-7-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:21:\"AB_Mix-7-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AB_Mix-7-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(628,250,'_wp_attached_file','2018/12/AB_Mix-8.jpg'),(629,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/12/AB_Mix-8.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AB_Mix-8-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:20:\"AB_Mix-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AB_Mix-8-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-500x667.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"AB_Mix-8-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AB_Mix-8-800x667.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:667;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:8:\"ILCE-7M2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528121196\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(630,251,'_wp_attached_file','2018/12/AB_Mix-6.jpg'),(631,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/12/AB_Mix-6.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AB_Mix-6-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:20:\"AB_Mix-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AB_Mix-6-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-500x667.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"AB_Mix-6-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AB_Mix-6-800x667.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"18\";s:6:\"credit\";s:4:\"Tank\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522620088\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(632,252,'_wp_attached_file','2018/12/AB_Mix-1.jpg'),(633,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/12/AB_Mix-1.jpg\";s:5:\"sizes\";a:18:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AB_Mix-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-500x667.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"AB_Mix-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AB_Mix-1-800x667.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AB_Mix-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:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:4:\"Tank\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521996352\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(634,253,'_wp_attached_file','2018/12/AB_Mix-2.jpg'),(635,253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/12/AB_Mix-2.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AB_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AB_Mix-2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-500x667.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"AB_Mix-2-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AB_Mix-2-800x667.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:4:\"Tank\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1523291585\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(636,254,'_wp_attached_file','2018/12/AB_Mix-3.jpg'),(637,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/12/AB_Mix-3.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AB_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AB_Mix-3-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-500x667.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"AB_Mix-3-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AB_Mix-3-800x667.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:4:\"Tank\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521990906\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(638,255,'_wp_attached_file','2018/12/AB_Mix-4.jpg'),(639,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/12/AB_Mix-4.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AB_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AB_Mix-4-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-500x667.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"AB_Mix-4-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AB_Mix-4-800x667.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:4:\"Tank\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521977670\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(640,256,'_wp_attached_file','2018/12/AB_Mix-5.jpg'),(641,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/12/AB_Mix-5.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"AB_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"AB_Mix-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:20:\"AB_Mix-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"AB_Mix-5-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-500x667.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"AB_Mix-5-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"AB_Mix-5-800x667.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:4:\"Tank\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521975544\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(642,257,'_wp_attached_file','2018/12/SB_Mix-6.jpg'),(643,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2996;s:6:\"height\";i:2158;s:4:\"file\";s:20:\"2018/12/SB_Mix-6.jpg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"SB_Mix-6-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:20:\"SB_Mix-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-600x432.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-768x553.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"SB_Mix-6-1024x738.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:738;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"SB_Mix-6-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"SB_Mix-6-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:22:\"SB_Mix-6-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:21:\"SB_Mix-6-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"SB_Mix-6-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(644,258,'_wp_attached_file','2018/12/SB_Mix-7.jpg'),(645,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:662;s:4:\"file\";s:20:\"2018/12/SB_Mix-7.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"SB_Mix-7-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:20:\"SB_Mix-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-600x397.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"SB_Mix-7-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-500x662.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"SB_Mix-7-1000x662.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"SB_Mix-7-800x662.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528072650\";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.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(646,259,'_wp_attached_file','2018/12/SB_Mix-8.jpg'),(647,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:662;s:4:\"file\";s:20:\"2018/12/SB_Mix-8.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"SB_Mix-8-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:20:\"SB_Mix-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-600x397.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:397;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"SB_Mix-8-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-500x662.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"SB_Mix-8-1000x662.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"SB_Mix-8-800x662.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1528072950\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"46\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(648,260,'_wp_attached_file','2018/12/11.jpeg'),(649,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:15:\"2018/12/11.jpeg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"11-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:15:\"11-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"11-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"11-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:15:\"11-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"11-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"11-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:15:\"11-600x403.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:15:\"11-400x269.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:15:\"11-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:15:\"11-140x140.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:16:\"11-1000x500.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:15:\"11-670x335.jpeg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:15:\"11-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:15:\"11-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:15:\"11-500x853.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:16:\"11-1000x853.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:15:\"11-900x600.jpeg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:16:\"11-1280x700.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:15:\"11-800x800.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(650,261,'_wp_attached_file','2018/12/22.jpeg'),(651,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:15:\"2018/12/22.jpeg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"22-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:15:\"22-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"22-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"22-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:15:\"22-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"22-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"22-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:15:\"22-600x403.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:15:\"22-400x269.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:15:\"22-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:15:\"22-140x140.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:16:\"22-1000x500.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:15:\"22-670x335.jpeg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:15:\"22-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:15:\"22-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:15:\"22-500x853.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:16:\"22-1000x853.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:15:\"22-900x600.jpeg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:16:\"22-1280x700.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:15:\"22-800x800.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(652,262,'_wp_attached_file','2018/12/44.jpeg'),(653,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:15:\"2018/12/44.jpeg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"44-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:15:\"44-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"44-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"44-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:15:\"44-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"44-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"44-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:15:\"44-600x403.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:15:\"44-400x269.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:15:\"44-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:15:\"44-140x140.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:16:\"44-1000x500.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:15:\"44-670x335.jpeg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:15:\"44-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:15:\"44-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:15:\"44-500x853.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:16:\"44-1000x853.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:15:\"44-900x600.jpeg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:16:\"44-1280x700.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:15:\"44-800x800.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(654,263,'_wp_attached_file','2018/12/55.jpeg'),(655,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1038;s:4:\"file\";s:15:\"2018/12/55.jpeg\";s:5:\"sizes\";a:20:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"55-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:15:\"55-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"55-600x487.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"55-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:15:\"55-300x243.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"55-768x623.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"55-1024x830.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:830;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:15:\"55-600x403.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:15:\"55-400x269.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:15:\"55-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:15:\"55-140x140.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:16:\"55-1000x500.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:15:\"55-670x335.jpeg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:15:\"55-500x500.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:15:\"55-350x350.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:16:\"55-500x1000.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:17:\"55-1000x1000.jpeg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:15:\"55-900x600.jpeg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:16:\"55-1280x700.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:15:\"55-800x800.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(656,264,'_wp_attached_file','2018/12/SB_Mix-1.jpg'),(657,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/12/SB_Mix-1.jpg\";s:5:\"sizes\";a:18:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"SB_Mix-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-500x667.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"SB_Mix-1-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"SB_Mix-1-800x667.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"SB_Mix-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:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:4:\"Tank\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521995694\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(658,265,'_wp_attached_file','2018/12/SB_Mix-2.jpg'),(659,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/12/SB_Mix-2.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"SB_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"SB_Mix-2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-500x667.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"SB_Mix-2-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"SB_Mix-2-800x667.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:4:\"Tank\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521986772\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(660,266,'_wp_attached_file','2018/12/SB_Mix-3.jpg'),(661,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/12/SB_Mix-3.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"SB_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"SB_Mix-3-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-500x667.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"SB_Mix-3-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"SB_Mix-3-800x667.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:4:\"Tank\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1523293822\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(662,267,'_wp_attached_file','2018/12/SB_Mix-4.jpg'),(663,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/12/SB_Mix-4.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"SB_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"SB_Mix-4-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-500x667.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"SB_Mix-4-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"SB_Mix-4-800x667.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:4:\"Tank\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1521982181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(664,268,'_wp_attached_file','2018/12/SB_Mix-5.jpg'),(665,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2018/12/SB_Mix-5.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"SB_Mix-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SB_Mix-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:20:\"SB_Mix-5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"SB_Mix-5-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-500x667.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"SB_Mix-5-1000x667.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"SB_Mix-5-800x667.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:4:\"Tank\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1522619394\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(940,306,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(938,306,'_edit_last','1'),(939,306,'_wp_page_template','default'),(669,272,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(670,272,'_edit_lock','1544797294:2'),(671,272,'_edit_last','2'),(672,272,'_nectar_slider_bg_type','image_bg'),(673,272,'_nectar_slider_image','http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/44.jpeg'),(674,272,'_nectar_media_upload_webm',''),(675,272,'_nectar_media_upload_mp4',''),(676,272,'_nectar_media_upload_ogv',''),(677,272,'_nectar_slider_preview_image',''),(678,272,'_nectar_slider_video_texture','off'),(679,272,'_nectar_slider_slide_bg_alignment','center'),(680,272,'_nectar_slider_slide_font_color','light'),(681,272,'_nectar_slider_heading',''),(682,272,'_nectar_slider_caption',''),(683,272,'_nectar_slider_caption_background','off'),(684,272,'_nectar_slider_slide_content_width_desktop','auto'),(685,272,'_nectar_slider_slide_content_width_tablet','auto'),(686,272,'_nectar_slider_bg_overlay_color',''),(687,272,'_nectar_slider_down_arrow','off'),(688,272,'_nectar_slider_link_type','button_links'),(689,272,'_nectar_slider_button',''),(690,272,'_nectar_slider_button_url',''),(691,272,'_nectar_slider_button_style','solid_color'),(692,272,'_nectar_slider_button_color','primary-color'),(693,272,'_nectar_slider_button_2',''),(694,272,'_nectar_slider_button_url_2',''),(695,272,'_nectar_slider_button_style_2','solid_color'),(696,272,'_nectar_slider_button_color_2','primary-color'),(697,272,'_nectar_slider_entire_link',''),(698,272,'_nectar_slider_video_popup',''),(699,272,'_nectar_slide_xpos_alignment','left'),(700,272,'_nectar_slide_ypos_alignment','middle'),(701,272,'_nectar_slider_slide_custom_class',''),(702,273,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(703,273,'_edit_lock','1544797317:2'),(704,273,'_edit_last','2'),(705,273,'_nectar_slider_bg_type','image_bg'),(706,273,'_nectar_slider_image','http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/66.jpeg'),(707,273,'_nectar_media_upload_webm',''),(708,273,'_nectar_media_upload_mp4',''),(709,273,'_nectar_media_upload_ogv',''),(710,273,'_nectar_slider_preview_image',''),(711,273,'_nectar_slider_video_texture','off'),(712,273,'_nectar_slider_slide_bg_alignment','center'),(713,273,'_nectar_slider_slide_font_color','light'),(714,273,'_nectar_slider_heading',''),(715,273,'_nectar_slider_caption',''),(716,273,'_nectar_slider_caption_background','off'),(717,273,'_nectar_slider_slide_content_width_desktop','auto'),(718,273,'_nectar_slider_slide_content_width_tablet','auto'),(719,273,'_nectar_slider_bg_overlay_color',''),(720,273,'_nectar_slider_down_arrow','off'),(721,273,'_nectar_slider_link_type','button_links'),(722,273,'_nectar_slider_button',''),(723,273,'_nectar_slider_button_url',''),(724,273,'_nectar_slider_button_style','solid_color'),(725,273,'_nectar_slider_button_color','primary-color'),(726,273,'_nectar_slider_button_2',''),(727,273,'_nectar_slider_button_url_2',''),(728,273,'_nectar_slider_button_style_2','solid_color'),(729,273,'_nectar_slider_button_color_2','primary-color'),(730,273,'_nectar_slider_entire_link',''),(731,273,'_nectar_slider_video_popup',''),(732,273,'_nectar_slide_xpos_alignment','left'),(733,273,'_nectar_slide_ypos_alignment','middle'),(734,273,'_nectar_slider_slide_custom_class',''),(735,274,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(736,274,'_edit_lock','1544977563:2'),(737,274,'_edit_last','2'),(738,274,'_nectar_slider_bg_type','image_bg'),(739,274,'_nectar_slider_image','http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AW_Mix-6.jpg'),(740,274,'_nectar_media_upload_webm',''),(741,274,'_nectar_media_upload_mp4',''),(742,274,'_nectar_media_upload_ogv',''),(743,274,'_nectar_slider_preview_image',''),(744,274,'_nectar_slider_video_texture','off'),(745,274,'_nectar_slider_slide_bg_alignment','center'),(746,274,'_nectar_slider_slide_font_color','light'),(747,274,'_nectar_slider_heading',''),(748,274,'_nectar_slider_caption',''),(749,274,'_nectar_slider_caption_background','off'),(750,274,'_nectar_slider_slide_content_width_desktop','auto'),(751,274,'_nectar_slider_slide_content_width_tablet','auto'),(752,274,'_nectar_slider_bg_overlay_color',''),(753,274,'_nectar_slider_down_arrow','off'),(754,274,'_nectar_slider_link_type','button_links'),(755,274,'_nectar_slider_button',''),(756,274,'_nectar_slider_button_url',''),(757,274,'_nectar_slider_button_style','solid_color'),(758,274,'_nectar_slider_button_color','primary-color'),(759,274,'_nectar_slider_button_2',''),(760,274,'_nectar_slider_button_url_2',''),(761,274,'_nectar_slider_button_style_2','solid_color'),(762,274,'_nectar_slider_button_color_2','primary-color'),(763,274,'_nectar_slider_entire_link',''),(764,274,'_nectar_slider_video_popup',''),(765,274,'_nectar_slide_xpos_alignment','left'),(766,274,'_nectar_slide_ypos_alignment','middle'),(767,274,'_nectar_slider_slide_custom_class',''),(770,292,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(771,292,'_wc_review_count','0'),(772,292,'_wc_rating_count','a:0:{}'),(773,292,'_wc_average_rating','0'),(774,292,'_edit_lock','1546537028:2'),(775,292,'_edit_last','1'),(776,292,'_sku','SB0001'),(927,292,'_sale_price',''),(779,292,'_sale_price_dates_from',''),(780,292,'_sale_price_dates_to',''),(781,292,'total_sales','3'),(782,292,'_tax_status','taxable'),(783,292,'_tax_class',''),(784,292,'_manage_stock','no'),(785,292,'_backorders','no'),(786,292,'_low_stock_amount',''),(787,292,'_sold_individually','no'),(788,292,'_weight',''),(789,292,'_length',''),(790,292,'_width',''),(791,292,'_height',''),(792,292,'_upsell_ids','a:0:{}'),(793,292,'_crosssell_ids','a:0:{}'),(794,292,'_purchase_note',''),(795,292,'_default_attributes','a:0:{}'),(796,292,'_virtual','no'),(797,292,'_downloadable','no'),(798,292,'_product_image_gallery','245,246,247'),(799,292,'_download_limit','-1'),(800,292,'_download_expiry','-1'),(801,292,'_stock',NULL),(802,292,'_stock_status','instock'),(803,292,'_product_version','3.5.2'),(926,292,'_regular_price',''),(805,292,'_wpb_vc_js_status','true'),(806,292,'_thumbnail_id','244'),(807,292,'_product_attributes','a:1:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),(808,293,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(809,293,'_variation_description',''),(810,293,'_sku','SB0001AB'),(811,293,'_regular_price','699'),(812,293,'_sale_price','599'),(813,293,'_sale_price_dates_from',''),(814,293,'_sale_price_dates_to',''),(815,293,'total_sales','0'),(816,293,'_tax_status','taxable'),(817,293,'_tax_class','parent'),(818,293,'_manage_stock','no'),(819,293,'_backorders','no'),(820,293,'_low_stock_amount',''),(821,293,'_sold_individually','no'),(822,293,'_weight','2.9'),(823,293,'_length','48'),(824,293,'_width','25.146'),(825,293,'_height','22.86'),(826,293,'_upsell_ids','a:0:{}'),(827,293,'_crosssell_ids','a:0:{}'),(828,293,'_purchase_note',''),(829,293,'_default_attributes','a:0:{}'),(830,293,'_virtual','no'),(831,293,'_downloadable','no'),(832,293,'_product_image_gallery',''),(833,293,'_download_limit','-1'),(834,293,'_download_expiry','-1'),(835,293,'_stock',NULL),(836,293,'_stock_status','instock'),(837,293,'_wc_average_rating','0'),(838,293,'_wc_rating_count','a:0:{}'),(839,293,'_wc_review_count','0'),(840,293,'_downloadable_files','a:0:{}'),(841,293,'attribute_pa_color','aqua-blue'),(842,293,'_price','599'),(843,293,'_product_version','3.5.2'),(844,294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(845,294,'_variation_description',''),(846,294,'_sku','SB0001AW'),(847,294,'_regular_price','699'),(848,294,'_sale_price','599'),(849,294,'_sale_price_dates_from',''),(850,294,'_sale_price_dates_to',''),(851,294,'total_sales','0'),(852,294,'_tax_status','taxable'),(853,294,'_tax_class','parent'),(854,294,'_manage_stock','no'),(855,294,'_backorders','no'),(856,294,'_low_stock_amount',''),(857,294,'_sold_individually','no'),(858,294,'_weight','2.9'),(859,294,'_length','48'),(860,294,'_width','25.146'),(861,294,'_height','22.86'),(862,294,'_upsell_ids','a:0:{}'),(863,294,'_crosssell_ids','a:0:{}'),(864,294,'_purchase_note',''),(865,294,'_default_attributes','a:0:{}'),(866,294,'_virtual','no'),(867,294,'_downloadable','no'),(868,294,'_product_image_gallery',''),(869,294,'_download_limit','-1'),(870,294,'_download_expiry','-1'),(871,294,'_stock',NULL),(872,294,'_stock_status','instock'),(873,294,'_wc_average_rating','0'),(874,294,'_wc_rating_count','a:0:{}'),(875,294,'_wc_review_count','0'),(876,294,'_downloadable_files','a:0:{}'),(877,294,'attribute_pa_color','arctic-white'),(878,294,'_price','599'),(879,294,'_product_version','3.5.2'),(880,295,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(881,295,'_variation_description',''),(882,295,'_sku','SB0001SB'),(883,295,'_regular_price','699'),(884,295,'_sale_price','599'),(885,295,'_sale_price_dates_from',''),(886,295,'_sale_price_dates_to',''),(887,295,'total_sales','0'),(888,295,'_tax_status','taxable'),(889,295,'_tax_class','parent'),(890,295,'_manage_stock','no'),(891,295,'_backorders','no'),(892,295,'_low_stock_amount',''),(893,295,'_sold_individually','no'),(894,295,'_weight','2.9'),(895,295,'_length','48'),(896,295,'_width','25.146'),(897,295,'_height','22.86'),(898,295,'_upsell_ids','a:0:{}'),(899,295,'_crosssell_ids','a:0:{}'),(900,295,'_purchase_note',''),(901,295,'_default_attributes','a:0:{}'),(902,295,'_virtual','no'),(903,295,'_downloadable','no'),(904,295,'_product_image_gallery',''),(905,295,'_download_limit','-1'),(906,295,'_download_expiry','-1'),(907,295,'_stock',NULL),(908,295,'_stock_status','instock'),(909,295,'_wc_average_rating','0'),(910,295,'_wc_rating_count','a:0:{}'),(911,295,'_wc_review_count','0'),(912,295,'_downloadable_files','a:0:{}'),(913,295,'attribute_pa_color','space-blue'),(914,295,'_price','599'),(915,295,'_product_version','3.5.2'),(918,293,'_thumbnail_id','252'),(919,294,'_thumbnail_id','244'),(920,295,'_thumbnail_id','264'),(925,292,'_price','599'),(930,299,'_wp_attached_file','2018/11/cropped-599f9a5170a44.png'),(931,299,'_wp_attachment_context','site-icon'),(932,299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:33:\"2018/11/cropped-599f9a5170a44.png\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-512x403.png\";s:5:\"width\";i:512;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-140x140.png\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"wide\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-512x335.png\";s:5:\"width\";i:512;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"regular\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"tall\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-500x512.png\";s:5:\"width\";i:500;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-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:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:33:\"cropped-599f9a5170a44-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:31:\"cropped-599f9a5170a44-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(941,306,'nectar-metabox-portfolio-display-sortable','off'),(942,306,'_nectar_full_screen_rows','off'),(943,306,'_nectar_full_screen_rows_animation','none'),(944,306,'_nectar_full_screen_rows_animation_speed','medium'),(945,306,'_nectar_full_screen_rows_overall_bg_color',''),(946,306,'_nectar_full_screen_rows_anchors','off'),(947,306,'_nectar_full_screen_rows_mobile_disable','off'),(948,306,'_nectar_full_screen_rows_row_bg_animation','none'),(949,306,'_nectar_full_screen_rows_dot_navigation','tooltip'),(950,306,'_nectar_full_screen_rows_content_overflow','scrollbar'),(951,306,'_nectar_full_screen_rows_footer','none'),(952,306,'_nectar_slider_bg_type','image_bg'),(953,306,'_nectar_canvas_shapes',''),(954,306,'_nectar_media_upload_webm',''),(955,306,'_nectar_media_upload_mp4',''),(956,306,'_nectar_media_upload_ogv',''),(957,306,'_nectar_slider_preview_image',''),(958,306,'_nectar_header_bg',''),(959,306,'_nectar_header_parallax','off'),(960,306,'_nectar_header_box_roll','off'),(961,306,'_nectar_header_bg_height','125'),(962,306,'_nectar_header_fullscreen','off'),(963,306,'_nectar_header_title','My Shopping Cart'),(964,306,'_nectar_header_subtitle',''),(965,306,'_nectar_page_header_text-effect','none'),(966,306,'_nectar_particle_rotation_timing',''),(967,306,'_nectar_particle_disable_explosion','off'),(968,306,'_nectar_page_header_alignment','left'),(969,306,'_nectar_page_header_alignment_v','middle'),(970,306,'_nectar_page_header_bg_alignment','center'),(971,306,'_nectar_header_bg_color','#f5f5f5'),(972,306,'_nectar_header_font_color','#777777'),(973,306,'_nectar_header_bg_overlay_color',''),(974,306,'_wpb_vc_js_status','true'),(1146,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:461;s:4:\"file\";s:33:\"2018/12/LogoHiuPutihAtasBawah.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"LogoHiuPutihAtasBawah-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:\"LogoHiuPutihAtasBawah-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"LogoHiuPutihAtasBawah-500x403.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:33:\"LogoHiuPutihAtasBawah-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:33:\"LogoHiuPutihAtasBawah-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:33:\"LogoHiuPutihAtasBawah-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:33:\"LogoHiuPutihAtasBawah-500x335.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:33:\"LogoHiuPutihAtasBawah-500x461.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:33:\"LogoHiuPutihAtasBawah-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:33:\"LogoHiuPutihAtasBawah-500x461.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"LogoHiuPutihAtasBawah-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:33:\"LogoHiuPutihAtasBawah-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"LogoHiuPutihAtasBawah-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"LogoHiuPutihAtasBawah-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1145,319,'_wp_attached_file','2018/12/LogoHiuPutihAtasBawah.jpg'),(1019,310,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1020,310,'_edit_lock','1546960848:2'),(1021,310,'_edit_last','1'),(1022,310,'_wp_page_template','default'),(1023,310,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1024,310,'nectar-metabox-portfolio-display-sortable','off'),(1025,310,'_nectar_full_screen_rows','off'),(1026,310,'_nectar_full_screen_rows_animation','none'),(1027,310,'_nectar_full_screen_rows_animation_speed','medium'),(1028,310,'_nectar_full_screen_rows_overall_bg_color',''),(1029,310,'_nectar_full_screen_rows_anchors','off'),(1030,310,'_nectar_full_screen_rows_mobile_disable','off'),(1031,310,'_nectar_full_screen_rows_row_bg_animation','none'),(1032,310,'_nectar_full_screen_rows_dot_navigation','tooltip'),(1033,310,'_nectar_full_screen_rows_content_overflow','scrollbar'),(1034,310,'_nectar_full_screen_rows_footer','none'),(1035,310,'_nectar_slider_bg_type','image_bg'),(1036,310,'_nectar_canvas_shapes',''),(1037,310,'_nectar_media_upload_webm',''),(1038,310,'_nectar_media_upload_mp4',''),(1039,310,'_nectar_media_upload_ogv',''),(1040,310,'_nectar_slider_preview_image',''),(1041,310,'_nectar_header_bg',''),(1042,310,'_nectar_header_parallax','off'),(1043,310,'_nectar_header_box_roll','off'),(1044,310,'_nectar_header_bg_height','125'),(1045,310,'_nectar_header_fullscreen','off'),(1046,310,'_nectar_header_title','Checkout'),(1047,310,'_nectar_header_subtitle',''),(1048,310,'_nectar_page_header_text-effect','none'),(1049,310,'_nectar_particle_rotation_timing',''),(1050,310,'_nectar_particle_disable_explosion','off'),(1051,310,'_nectar_page_header_alignment','left'),(1052,310,'_nectar_page_header_alignment_v','middle'),(1053,310,'_nectar_page_header_bg_alignment','center'),(1054,310,'_nectar_header_bg_color','#f5f5f5'),(1055,310,'_nectar_header_font_color','#777777'),(1056,310,'_nectar_header_bg_overlay_color',''),(1057,310,'_wpb_vc_js_status','true'),(1144,318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:194;s:4:\"file\";s:24:\"2018/12/LogoHiuPutih.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"LogoHiuPutih-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"LogoHiuPutih-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:24:\"LogoHiuPutih-400x194.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:24:\"LogoHiuPutih-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:24:\"LogoHiuPutih-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:24:\"LogoHiuPutih-500x194.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:24:\"LogoHiuPutih-350x194.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:24:\"LogoHiuPutih-500x194.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"LogoHiuPutih-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"LogoHiuPutih-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"LogoHiuPutih-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"LogoHiuPutih-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1143,318,'_wp_attached_file','2018/12/LogoHiuPutih.jpg'),(1102,313,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1103,313,'_edit_last','1'),(1104,313,'_wp_page_template','default'),(1105,313,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1106,313,'nectar-metabox-portfolio-display-sortable','off'),(1107,313,'_nectar_full_screen_rows','off'),(1108,313,'_nectar_full_screen_rows_animation','none'),(1109,313,'_nectar_full_screen_rows_animation_speed','medium'),(1110,313,'_nectar_full_screen_rows_overall_bg_color',''),(1111,313,'_nectar_full_screen_rows_anchors','off'),(1112,313,'_nectar_full_screen_rows_mobile_disable','off'),(1113,313,'_nectar_full_screen_rows_row_bg_animation','none'),(1114,313,'_nectar_full_screen_rows_dot_navigation','tooltip'),(1115,313,'_nectar_full_screen_rows_content_overflow','scrollbar'),(1116,313,'_nectar_full_screen_rows_footer','none'),(1117,313,'_nectar_slider_bg_type','image_bg'),(1118,313,'_nectar_canvas_shapes',''),(1119,313,'_nectar_media_upload_webm',''),(1120,313,'_nectar_media_upload_mp4',''),(1121,313,'_nectar_media_upload_ogv',''),(1122,313,'_nectar_slider_preview_image',''),(1123,313,'_nectar_header_bg',''),(1124,313,'_nectar_header_parallax','off'),(1125,313,'_nectar_header_box_roll','off'),(1126,313,'_nectar_header_bg_height',''),(1127,313,'_nectar_header_fullscreen','off'),(1128,313,'_nectar_header_title',''),(1129,313,'_nectar_header_subtitle',''),(1130,313,'_nectar_page_header_text-effect','none'),(1131,313,'_nectar_particle_rotation_timing',''),(1132,313,'_nectar_particle_disable_explosion','off'),(1133,313,'_nectar_page_header_alignment','left'),(1134,313,'_nectar_page_header_alignment_v','middle'),(1135,313,'_nectar_page_header_bg_alignment','center'),(1136,313,'_nectar_header_bg_color',''),(1137,313,'_nectar_header_font_color',''),(1138,313,'_nectar_header_bg_overlay_color',''),(1139,313,'_wpb_vc_js_status','true'),(1140,313,'_edit_lock','1545995138:1'),(1141,313,'_wpb_shortcodes_custom_css','.vc_custom_1545884862500{margin-bottom: 30px !important;}.vc_custom_1545884969020{margin-bottom: 50px !important;}'),(1142,317,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1147,320,'_wp_attached_file','2018/12/cropped-LogoHiuPutihAtasBawah.jpg'),(1148,320,'_wp_attachment_context','site-icon'),(1149,320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:41:\"2018/12/cropped-LogoHiuPutihAtasBawah.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-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:41:\"cropped-LogoHiuPutihAtasBawah-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-512x403.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-512x500.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-512x335.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-500x512.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-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:41:\"cropped-LogoHiuPutihAtasBawah-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-270x270.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-192x192.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:41:\"cropped-LogoHiuPutihAtasBawah-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:39:\"cropped-LogoHiuPutihAtasBawah-32x32.jpg\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),(1150,317,'_edit_lock','1546072341:2'),(1151,321,'_wp_trash_meta_status','publish'),(1152,321,'_wp_trash_meta_time','1545990874'),(1153,317,'_edit_last','1'),(1154,317,'_wp_page_template','default'),(1155,317,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1156,317,'nectar-metabox-portfolio-display-sortable','off'),(1157,317,'_nectar_full_screen_rows','off'),(1158,317,'_nectar_full_screen_rows_animation','none'),(1159,317,'_nectar_full_screen_rows_animation_speed','medium'),(1160,317,'_nectar_full_screen_rows_overall_bg_color',''),(1161,317,'_nectar_full_screen_rows_anchors','off'),(1162,317,'_nectar_full_screen_rows_mobile_disable','off'),(1163,317,'_nectar_full_screen_rows_row_bg_animation','none'),(1164,317,'_nectar_full_screen_rows_dot_navigation','tooltip'),(1165,317,'_nectar_full_screen_rows_content_overflow','scrollbar'),(1166,317,'_nectar_full_screen_rows_footer','none'),(1167,317,'_nectar_slider_bg_type','image_bg'),(1168,317,'_nectar_canvas_shapes',''),(1169,317,'_nectar_media_upload_webm',''),(1170,317,'_nectar_media_upload_mp4',''),(1171,317,'_nectar_media_upload_ogv',''),(1172,317,'_nectar_slider_preview_image',''),(1173,317,'_nectar_header_bg',''),(1174,317,'_nectar_header_parallax','off'),(1175,317,'_nectar_header_box_roll','off'),(1176,317,'_nectar_header_bg_height','125'),(1177,317,'_nectar_header_fullscreen','off'),(1178,317,'_nectar_header_title','My Account'),(1179,317,'_nectar_header_subtitle',''),(1180,317,'_nectar_page_header_text-effect','none'),(1181,317,'_nectar_particle_rotation_timing',''),(1182,317,'_nectar_particle_disable_explosion','off'),(1183,317,'_nectar_page_header_alignment','left'),(1184,317,'_nectar_page_header_alignment_v','middle'),(1185,317,'_nectar_page_header_bg_alignment','center'),(1186,317,'_nectar_header_bg_color','#f5f5f5'),(1187,317,'_nectar_header_font_color','#777777'),(1188,317,'_nectar_header_bg_overlay_color',''),(1189,317,'_wpb_vc_js_status','true'),(1279,325,'_nectar_header_bg_color',''),(1278,325,'_nectar_page_header_bg_alignment','center'),(1277,325,'_nectar_page_header_alignment_v','middle'),(1276,325,'_nectar_page_header_alignment','left'),(1275,325,'_nectar_particle_disable_explosion','off'),(1274,325,'_nectar_particle_rotation_timing',''),(1273,325,'_nectar_page_header_text-effect','none'),(1272,325,'_nectar_header_subtitle',''),(1271,325,'_nectar_header_title',''),(1270,325,'_nectar_header_fullscreen','off'),(1269,325,'_nectar_header_bg_height',''),(1268,325,'_nectar_header_box_roll','off'),(1267,325,'_nectar_header_parallax','off'),(1266,325,'_nectar_header_bg',''),(1265,325,'_nectar_slider_preview_image',''),(1264,325,'_nectar_media_upload_ogv',''),(1263,325,'_nectar_media_upload_mp4',''),(1262,325,'_nectar_media_upload_webm',''),(1261,325,'_nectar_canvas_shapes',''),(1260,325,'_nectar_slider_bg_type','image_bg'),(1259,325,'_nectar_full_screen_rows_footer','none'),(1258,325,'_nectar_full_screen_rows_content_overflow','scrollbar'),(1257,325,'_nectar_full_screen_rows_dot_navigation','tooltip'),(1256,325,'_nectar_full_screen_rows_row_bg_animation','none'),(1255,325,'_nectar_full_screen_rows_mobile_disable','off'),(1254,325,'_nectar_full_screen_rows_anchors','off'),(1253,325,'_nectar_full_screen_rows_overall_bg_color',''),(1252,325,'_nectar_full_screen_rows_animation_speed','medium'),(1251,325,'_nectar_full_screen_rows_animation','none'),(1250,325,'_nectar_full_screen_rows','off'),(1249,325,'nectar-metabox-portfolio-display-sortable','off'),(1248,325,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(1247,325,'_wp_page_template','default'),(1246,325,'_edit_last','1'),(1245,325,'_edit_lock','1546072389:2'),(1244,325,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1280,325,'_nectar_header_font_color',''),(1281,325,'_nectar_header_bg_overlay_color',''),(1282,325,'_wpb_vc_js_status','true'),(1283,325,'_wpb_shortcodes_custom_css','.vc_custom_1545994017492{margin-bottom: 30px !important;}.vc_custom_1545994057736{margin-bottom: 50px !important;}'),(1360,329,'_shipping_country',''),(1359,329,'_shipping_postcode',''),(1358,329,'_shipping_state',''),(1357,329,'_shipping_city',''),(1356,329,'_shipping_address_2',''),(1355,329,'_shipping_address_1',''),(1354,329,'_shipping_company',''),(1353,329,'_shipping_last_name',''),(1352,329,'_shipping_first_name',''),(1351,329,'_billing_phone','08229912232'),(1350,329,'_billing_email','danielmarcell.setiono@gmail.com'),(1349,329,'_billing_country','SG'),(1348,329,'_billing_postcode','2470933'),(1347,329,'_billing_state',''),(1346,329,'_billing_city',''),(1345,329,'_billing_address_2',''),(1344,329,'_billing_address_1','163 Tanglin, Road Unit 02-27'),(1343,329,'_billing_company',''),(1342,329,'_billing_last_name','Marcelll'),(1341,329,'_billing_first_name','Daniel'),(1340,329,'_cart_hash','d215e144ea37f6929e47606e75443e32'),(1339,329,'_paid_date',''),(1338,329,'_date_paid',''),(1337,329,'_completed_date',''),(1336,329,'_date_completed',''),(1335,329,'_created_via','checkout'),(1334,329,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'),(1333,329,'_customer_ip_address','180.252.42.71'),(1332,329,'_transaction_id',''),(1331,329,'_payment_method_title','Online Payment via Midtrans'),(1330,329,'_payment_method','midtrans'),(1329,329,'_customer_user','1'),(1328,329,'_order_key','wc_order_5c25ffe675100'),(1361,329,'_order_currency','IDR'),(1362,329,'_cart_discount','0'),(1363,329,'_cart_discount_tax','0'),(1364,329,'_order_shipping','0.00'),(1365,329,'_order_shipping_tax','0'),(1366,329,'_order_tax','0'),(1367,329,'_order_total','599.00'),(1368,329,'_order_version','3.5.3'),(1369,329,'_prices_include_tax','no'),(1370,329,'_billing_address_index','Daniel Marcelll  163 Tanglin, Road Unit 02-27    2470933 SG danielmarcell.setiono@gmail.com 08229912232'),(1371,329,'_shipping_address_index','        '),(1372,329,'_mt_payment_snap_token','59bf9f45-9e4c-4e36-8766-916201f81312'),(1373,329,'_mt_payment_url','https://app.sandbox.midtrans.com/snap/v2/vtweb/59bf9f45-9e4c-4e36-8766-916201f81312'),(1374,329,'_recorded_sales','yes'),(1375,329,'_recorded_coupon_usage_counts','yes'),(1376,329,'_order_stock_reduced','yes'),(1377,330,'_order_key','wc_order_5c26048f99fd9'),(1378,330,'_customer_user','1'),(1379,330,'_payment_method','midtrans'),(1380,330,'_payment_method_title','Online Payment via Midtrans'),(1381,330,'_transaction_id',''),(1382,330,'_customer_ip_address','180.252.42.71'),(1383,330,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'),(1384,330,'_created_via','checkout'),(1385,330,'_date_completed',''),(1386,330,'_completed_date',''),(1387,330,'_date_paid','1545995606'),(1388,330,'_paid_date','2018-12-28 11:13:26'),(1389,330,'_cart_hash','5a1e487e97439c2b02477901b2802a96'),(1390,330,'_billing_first_name','Daniel'),(1391,330,'_billing_last_name','Marcelll'),(1392,330,'_billing_company',''),(1393,330,'_billing_address_1','163 Tanglin, Road Unit 02-27'),(1394,330,'_billing_address_2',''),(1395,330,'_billing_city',''),(1396,330,'_billing_state',''),(1397,330,'_billing_postcode','2470933'),(1398,330,'_billing_country','SG'),(1399,330,'_billing_email','danielmarcell.setiono@gmail.com'),(1400,330,'_billing_phone','08229912232'),(1401,330,'_shipping_first_name',''),(1402,330,'_shipping_last_name',''),(1403,330,'_shipping_company',''),(1404,330,'_shipping_address_1',''),(1405,330,'_shipping_address_2',''),(1406,330,'_shipping_city',''),(1407,330,'_shipping_state',''),(1408,330,'_shipping_postcode',''),(1409,330,'_shipping_country',''),(1410,330,'_order_currency','IDR'),(1411,330,'_cart_discount','0'),(1412,330,'_cart_discount_tax','0'),(1413,330,'_order_shipping','0.00'),(1414,330,'_order_shipping_tax','0'),(1415,330,'_order_tax','0'),(1416,330,'_order_total','1198.00'),(1417,330,'_order_version','3.5.3'),(1418,330,'_prices_include_tax','no'),(1419,330,'_billing_address_index','Daniel Marcelll  163 Tanglin, Road Unit 02-27    2470933 SG danielmarcell.setiono@gmail.com 08229912232'),(1420,330,'_shipping_address_index','        '),(1421,330,'_mt_payment_snap_token','c9d1ace3-bc67-4d41-b0c3-5bd6aa8f58d7'),(1422,330,'_mt_payment_url','https://app.sandbox.midtrans.com/snap/v2/vtweb/c9d1ace3-bc67-4d41-b0c3-5bd6aa8f58d7'),(1423,330,'_download_permissions_granted','yes'),(1424,330,'_recorded_sales','yes'),(1425,330,'_recorded_coupon_usage_counts','yes'),(1426,330,'_order_stock_reduced','yes'),(1427,330,'_edit_lock','1546074758:2'),(1428,329,'_edit_lock','1546075242:2');
/*!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 NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text 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 NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=334 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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-11-25 15:23:11','2018-11-25 15:23:11','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2018-11-25 15:23:11','2018-11-25 15:23:11','',0,'http://futuremediatrix.com/sublue/?p=1',0,'post','',1),(2,1,'2018-11-25 15:23:11','2018-11-25 15:23:11','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://futuremediatrix.com/sublue/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2018-11-25 15:23:11','2018-11-25 15:23:11','',0,'http://futuremediatrix.com/sublue/?page_id=2',0,'page','',0),(3,1,'2018-11-25 15:23:11','2018-11-25 15:23:11','<h2>Who we are</h2><p>Our website address is: http://futuremediatrix.com/sublue.</p><h2>What personal data we collect and why we collect it</h2><h3>Comments</h3><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><h3>Media</h3><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><h3>Contact forms</h3><h3>Cookies</h3><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><p>If you have an account and you log in to this site, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><h3>Embedded content from other websites</h3><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><h3>Analytics</h3><h2>Who we share your data with</h2><h2>How long we retain your data</h2><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><h2>What rights you have over your data</h2><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><h2>Where we send your data</h2><p>Visitor comments may be checked through an automated spam detection service.</p><h2>Your contact information</h2><h2>Additional information</h2><h3>How we protect your data</h3><h3>What data breach procedures we have in place</h3><h3>What third parties we receive data from</h3><h3>What automated decision making and/or profiling we do with user data</h3><h3>Industry regulatory disclosure requirements</h3>','Privacy Policy','','draft','closed','open','','privacy-policy','','','2018-11-25 15:23:11','2018-11-25 15:23:11','',0,'http://futuremediatrix.com/sublue/?page_id=3',0,'page','',0),(6,1,'2018-11-25 16:14:16','2018-11-25 16:14:16','<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\"]\nSublue Indonesia \"[your-subject]\"\n[your-name] <wordpress@futuremediatrix.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 Sublue Indonesia (http://futuremediatrix.com/sublue)\ndanielmarcell.setiono@gmail.com\nReply-To: [your-email]\n\n0\n0\n\nSublue Indonesia \"[your-subject]\"\nSublue Indonesia <wordpress@futuremediatrix.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Sublue Indonesia (http://futuremediatrix.com/sublue)\n[your-email]\nReply-To: danielmarcell.setiono@gmail.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-11-25 16:14:16','2018-11-25 16:14:16','',0,'http://futuremediatrix.com/sublue/?post_type=wpcf7_contact_form&p=6',0,'wpcf7_contact_form','',0),(7,1,'2018-11-25 16:26:53','0000-00-00 00:00:00','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/collection/190728/daily\" bg_position=\"left top\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#333333\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"15%\" bottom_padding=\"15%\" color_overlay=\"#0a0a0a\" overlay_strength=\"0.8\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][split_line_heading]\n<h2>Every Human Has</h2>\n<h2>A Story To Tell</h2>\n[/split_line_heading][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"5/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"300\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts The Big Oxmox advised her.\" font_container=\"tag:h5|font_size:20|text_align:left|color:rgba(255%2C255%2C255%2C0.7)|line_height:36px\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:400%20regular%3A400%3Anormal\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"30\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"500\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','Home','','draft','closed','closed','','','','','2018-11-25 16:26:53','2018-11-25 16:26:53','',0,'http://futuremediatrix.com/sublue/?page_id=7',0,'page','',0),(8,1,'2018-11-25 16:21:45','2018-11-25 16:21:45','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/collection/190728/daily\" bg_position=\"left top\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#333333\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"15%\" bottom_padding=\"15%\" color_overlay=\"#0a0a0a\" overlay_strength=\"0.8\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][split_line_heading]\r\n<h2>Every Human Has</h2>\r\n<h2>A Story To Tell</h2>\r\n[/split_line_heading][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"5/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"300\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts The Big Oxmox advised her.\" font_container=\"tag:h5|font_size:20|text_align:left|color:rgba(255%2C255%2C255%2C0.7)|line_height:36px\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:400%20regular%3A400%3Anormal\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"30\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"500\"][nectar_video_lightbox link_style=\"play_button_with_text\" nectar_play_button_color=\"Default-Accent-Color\" font_style=\"h5\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\" link_text=\"Watch Our Intro Video\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','7-revision-v1','','','2018-11-25 16:21:45','2018-11-25 16:21:45','',7,'http://futuremediatrix.com/sublue/?p=8',0,'revision','',0),(10,1,'2018-11-25 16:25:06','2018-11-25 16:25:06','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/collection/190728/daily\" bg_position=\"left top\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#333333\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"15%\" bottom_padding=\"15%\" color_overlay=\"#0a0a0a\" overlay_strength=\"0.8\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][split_line_heading]\r\n<h2>Every Human Has</h2>\r\n<h2>A Story To Tell</h2>\r\n[/split_line_heading][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"5/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"300\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts The Big Oxmox advised her.\" font_container=\"tag:h5|font_size:20|text_align:left|color:rgba(255%2C255%2C255%2C0.7)|line_height:36px\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:400%20regular%3A400%3Anormal\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"30\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"500\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','7-revision-v1','','','2018-11-25 16:25:06','2018-11-25 16:25:06','',7,'http://futuremediatrix.com/sublue/?p=10',0,'revision','',0),(9,1,'2018-11-25 16:24:03','2018-11-25 16:24:03','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/collection/190728/daily\" bg_position=\"left top\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#333333\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"15%\" bottom_padding=\"15%\" color_overlay=\"#0a0a0a\" overlay_strength=\"0.8\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][split_line_heading]\r\n<h2>Every Human Has</h2>\r\n<h2>A Story To Tell</h2>\r\n[/split_line_heading][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"5/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"300\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts The Big Oxmox advised her.\" font_container=\"tag:h5|font_size:20|text_align:left|color:rgba(255%2C255%2C255%2C0.7)|line_height:36px\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:400%20regular%3A400%3Anormal\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"30\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"500\"][nectar_video_lightbox link_style=\"play_button_with_text\" nectar_play_button_color=\"Default-Accent-Color\" font_style=\"h5\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\" link_text=\"Watch Our Intro Video\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"4%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][recent_posts style=\"multiple_large_featured\" category=\"all\" multiple_large_featured_num=\"4\" auto_rotate=\"9000\" large_featured_padding=\"14%\" mlf_navigation_location=\"bottom\" button_color=\"extra-color-gradient-1\" bg_overlay=\"solid_color\" order=\"DESC\" orderby=\"date\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','7-revision-v1','','','2018-11-25 16:24:03','2018-11-25 16:24:03','',7,'http://futuremediatrix.com/sublue/?p=9',0,'revision','',0),(11,1,'2018-11-25 16:29:26','2018-11-25 16:29:26','','Auto Draft','','publish','closed','closed','','auto-draft','','','2018-11-25 16:30:53','2018-11-25 16:30:53','',0,'http://futuremediatrix.com/sublue/?post_type=nectar_slider&#038;p=11',0,'nectar_slider','',0),(17,1,'2018-11-25 16:27:05','2018-11-25 16:27:05','','5aec0f1c5c18b','','inherit','open','closed','','5aec0f1c5c18b','','','2018-11-25 16:27:05','2018-11-25 16:27:05','',0,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/5aec0f1c5c18b.jpg',0,'attachment','image/jpeg',0),(18,1,'2018-11-25 16:27:11','2018-11-25 16:27:11','','5aec0f35218be','','inherit','open','closed','','5aec0f35218be','','','2018-11-25 16:27:11','2018-11-25 16:27:11','',0,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/5aec0f35218be.jpg',0,'attachment','image/jpeg',0),(19,1,'2018-11-25 16:27:13','2018-11-25 16:27:13','','59f9359cf3b00','','inherit','open','closed','','59f9359cf3b00','','','2018-11-25 16:27:13','2018-11-25 16:27:13','',0,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/59f9359cf3b00.jpg',0,'attachment','image/jpeg',0),(20,1,'2018-11-25 16:27:15','2018-11-25 16:27:15','','59f93588aa3f4','','inherit','open','closed','','59f93588aa3f4','','','2018-11-25 16:27:15','2018-11-25 16:27:15','',0,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/59f93588aa3f4.jpg',0,'attachment','image/jpeg',0),(21,1,'2018-11-25 16:27:18','2018-11-25 16:27:18','','599f9639bd908','','inherit','open','closed','','599f9639bd908','','','2018-11-25 16:27:18','2018-11-25 16:27:18','',0,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/599f9639bd908.jpg',0,'attachment','image/jpeg',0),(22,1,'2018-11-25 16:29:41','2018-11-25 16:29:41','','Auto Draft','','publish','closed','closed','','auto-draft-2','','','2018-11-25 16:32:08','2018-11-25 16:32:08','',0,'http://futuremediatrix.com/sublue/?post_type=nectar_slider&#038;p=22',0,'nectar_slider','',0),(23,1,'2018-11-25 16:30:12','0000-00-00 00:00:00','','Home','','draft','closed','closed','','','','','2018-11-25 16:30:12','2018-11-25 16:30:12','',0,'http://futuremediatrix.com/sublue/?page_id=23',0,'page','',0),(24,1,'2018-11-25 17:12:25','2018-11-25 17:12:25','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#151519\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"services\" enable_gradient=\"true\" color_overlay=\"#232323\" color_overlay_2=\"#191919\" gradient_direction=\"left_t_to_right_b\" overlay_strength=\"1\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column enable_animation=\"true\" animation=\"reveal-from-bottom\" column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"242\" link_new_tab=\"true\" color=\"Accent-Color\" link_url=\"http://futuremediatrix.com/sublue/whiteshark-mix/\" link_text=\"View Details\" min_height=\"300\"]\r\n<h3>Underwater Application</h3>\r\nWhiteShark Mix[/fancy_box][/vc_column][vc_column enable_animation=\"true\" animation=\"reveal-from-bottom\" column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"131\" link_new_tab=\"true\" color=\"Extra-Color-1\" link_url=\"http://futuremediatrix.com/sublue/whiteshark-mix/\" link_text=\"View Details\" min_height=\"300\"]\r\n<h3>Latest Product</h3>\r\nWhiteShark Mix[/fancy_box][/vc_column][vc_column enable_animation=\"true\" animation=\"reveal-from-bottom\" column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"400\"][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"240\" link_new_tab=\"true\" color=\"Extra-Color-2\" link_url=\"http://futuremediatrix.com/sublue/whiteshark-mix/\" link_text=\"View Details\" min_height=\"300\"]\r\n<h3>Entertainment Application</h3>\r\nWhiteShark Mix[/fancy_box][/vc_column][/vc_row]','Home','','publish','closed','closed','','home','','','2018-12-20 17:43:45','2018-12-20 17:43:45','',0,'http://futuremediatrix.com/sublue/?page_id=24',0,'page','',0),(25,1,'2018-11-25 16:31:35','2018-11-25 16:31:35','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-11-25 16:31:35','2018-11-25 16:31:35','',24,'http://futuremediatrix.com/sublue/?p=25',0,'revision','',0),(26,1,'2018-11-25 16:33:20','2018-11-25 16:33:20','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"19\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"20\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"20\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-11-25 16:33:20','2018-11-25 16:33:20','',24,'http://futuremediatrix.com/sublue/?p=26',0,'revision','',0),(27,1,'2018-11-25 16:33:48','2018-11-25 16:33:48','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" vertically_center_columns=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"19\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"20\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-11-25 16:33:48','2018-11-25 16:33:48','',24,'http://futuremediatrix.com/sublue/?p=27',0,'revision','',0),(28,1,'2018-11-25 16:34:06','2018-11-25 16:34:06','','599f9a5170a44','','inherit','open','closed','','599f9a5170a44','','','2018-11-25 16:34:06','2018-11-25 16:34:06','',0,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/599f9a5170a44.png',0,'attachment','image/png',0),(33,1,'2018-11-25 17:02:14','2018-11-25 17:02:14','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" vertically_center_columns=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"19\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"60\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"21\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"60\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"20\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"60\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-11-25 17:02:14','2018-11-25 17:02:14','',24,'http://futuremediatrix.com/sublue/?p=33',0,'revision','',0),(32,1,'2018-11-25 16:50:28','2018-11-25 16:50:28','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" vertically_center_columns=\"true\" bg_image=\"20\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"19\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"40\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"21\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"40\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"40\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-11-25 16:50:28','2018-11-25 16:50:28','',24,'http://futuremediatrix.com/sublue/?p=32',0,'revision','',0),(34,1,'2018-11-25 17:09:49','2018-11-25 17:09:49','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" vertically_center_columns=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"19\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"60\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"21\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"60\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"20\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"60\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-11-25 17:09:49','2018-11-25 17:09:49','',24,'http://futuremediatrix.com/sublue/?p=34',0,'revision','',0),(29,1,'2018-11-25 16:46:43','2018-11-25 16:46:43','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/collection/422400/daily\" bg_position=\"left top\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#333333\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"15%\" bottom_padding=\"15%\" color_overlay=\"#0a0a0a\" overlay_strength=\"0.8\" shape_divider_position=\"bottom\"][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][split_line_heading]\r\n<h2>The Ultimate</h2>\r\n<h2>WordPress Theme</h2>\r\n[/split_line_heading][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"300\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts The Big Oxmox advised her.\" font_container=\"tag:h5|font_size:20|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:36px\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\" css=\".vc_custom_1485461515255{padding-right: 10% !important;padding-left: 10% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"450\"][nectar_btn size=\"large\" button_style=\"see-through\" button_color_2=\"Accent-Color\" icon_family=\"iconsmind\" url=\"#\" text=\"Learn About Us\" margin_top=\"10\" margin_right=\"10\" margin_bottom=\"10\" margin_left=\"10\" icon_iconsmind=\"iconsmind-Triangle-ArrowRight\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" color_override=\"#ff3269\" icon_family=\"iconsmind\" url=\"#\" text=\"View Our Work\" margin_top=\"10\" margin_right=\"10\" margin_bottom=\"10\" margin_left=\"10\" icon_iconsmind=\"iconsmind-Triangle-ArrowRight\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" vertically_center_columns=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"19\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][split_line_heading]\r\n<h2>The Ultimate</h2>\r\n<h2>WordPress Theme</h2>\r\n[/split_line_heading][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"20\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/collection/422400/daily\" bg_position=\"left top\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#333333\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"15%\" bottom_padding=\"15%\" color_overlay=\"#0a0a0a\" overlay_strength=\"0.8\" shape_divider_position=\"bottom\"][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][split_line_heading]\r\n<h2>The Ultimate</h2>\r\n<h2>WordPress Theme</h2>\r\n[/split_line_heading][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"300\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts The Big Oxmox advised her.\" font_container=\"tag:h5|font_size:20|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:36px\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\" css=\".vc_custom_1485461515255{padding-right: 10% !important;padding-left: 10% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"450\"][nectar_btn size=\"large\" button_style=\"see-through\" button_color_2=\"Accent-Color\" icon_family=\"iconsmind\" url=\"#\" text=\"Learn About Us\" margin_top=\"10\" margin_right=\"10\" margin_bottom=\"10\" margin_left=\"10\" icon_iconsmind=\"iconsmind-Triangle-ArrowRight\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" color_override=\"#ff3269\" icon_family=\"iconsmind\" url=\"#\" text=\"View Our Work\" margin_top=\"10\" margin_right=\"10\" margin_bottom=\"10\" margin_left=\"10\" icon_iconsmind=\"iconsmind-Triangle-ArrowRight\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-11-25 16:46:43','2018-11-25 16:46:43','',24,'http://futuremediatrix.com/sublue/?p=29',0,'revision','',0),(30,1,'2018-11-25 16:47:42','2018-11-25 16:47:42','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/collection/422400/daily\" bg_position=\"left top\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#333333\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"15%\" bottom_padding=\"15%\" color_overlay=\"#0a0a0a\" overlay_strength=\"0.8\" shape_divider_position=\"bottom\"][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][split_line_heading]\r\n<h2>The Ultimate</h2>\r\n<h2>WordPress Theme</h2>\r\n[/split_line_heading][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"300\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts The Big Oxmox advised her.\" font_container=\"tag:h5|font_size:20|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:36px\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\" css=\".vc_custom_1485461515255{padding-right: 10% !important;padding-left: 10% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"450\"][nectar_btn size=\"large\" button_style=\"see-through\" button_color_2=\"Accent-Color\" icon_family=\"iconsmind\" url=\"#\" text=\"Learn About Us\" margin_top=\"10\" margin_right=\"10\" margin_bottom=\"10\" margin_left=\"10\" icon_iconsmind=\"iconsmind-Triangle-ArrowRight\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" color_override=\"#ff3269\" icon_family=\"iconsmind\" url=\"#\" text=\"View Our Work\" margin_top=\"10\" margin_right=\"10\" margin_bottom=\"10\" margin_left=\"10\" icon_iconsmind=\"iconsmind-Triangle-ArrowRight\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" vertically_center_columns=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"19\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"20\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/collection/422400/daily\" bg_position=\"left top\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#333333\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"15%\" bottom_padding=\"15%\" color_overlay=\"#0a0a0a\" overlay_strength=\"0.8\" shape_divider_position=\"bottom\"][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][split_line_heading]\r\n<h2>The Ultimate</h2>\r\n<h2>WordPress Theme</h2>\r\n[/split_line_heading][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"300\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts The Big Oxmox advised her.\" font_container=\"tag:h5|font_size:20|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:36px\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal\" css=\".vc_custom_1485461515255{padding-right: 10% !important;padding-left: 10% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"450\"][nectar_btn size=\"large\" button_style=\"see-through\" button_color_2=\"Accent-Color\" icon_family=\"iconsmind\" url=\"#\" text=\"Learn About Us\" margin_top=\"10\" margin_right=\"10\" margin_bottom=\"10\" margin_left=\"10\" icon_iconsmind=\"iconsmind-Triangle-ArrowRight\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" color_override=\"#ff3269\" icon_family=\"iconsmind\" url=\"#\" text=\"View Our Work\" margin_top=\"10\" margin_right=\"10\" margin_bottom=\"10\" margin_left=\"10\" icon_iconsmind=\"iconsmind-Triangle-ArrowRight\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-11-25 16:47:42','2018-11-25 16:47:42','',24,'http://futuremediatrix.com/sublue/?p=30',0,'revision','',0),(31,1,'2018-11-25 16:48:44','2018-11-25 16:48:44','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" vertically_center_columns=\"true\" bg_image=\"20\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"19\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"21\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][split_line_heading]\r\n<h5>The Ultimate</h5>\r\nWordPress Theme\r\n\r\n[/split_line_heading][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-11-25 16:48:44','2018-11-25 16:48:44','',24,'http://futuremediatrix.com/sublue/?p=31',0,'revision','',0),(35,1,'2018-11-25 17:11:12','2018-11-25 17:11:12','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" vertically_center_columns=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"19\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"60\"][split_line_heading]\r\n<h5>Underwater Application</h5>\r\nWhiteShark Mix[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"21\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"60\"][split_line_heading]\r\n<h5>Latest Product</h5>\r\nWhiteShark Mix[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"20\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"60\"][split_line_heading]\r\n<h5>Entertainment Application</h5>\r\nWhiteShark Mix[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-11-25 17:11:12','2018-11-25 17:11:12','',24,'http://futuremediatrix.com/sublue/?p=35',0,'revision','',0),(36,1,'2018-11-25 17:11:39','2018-11-25 17:11:39','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" vertically_center_columns=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"19\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"60\"][split_line_heading]\r\n<h5>Underwater Application</h5>\r\nWhiteShark Mix[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"21\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"60\"][split_line_heading]\r\n<h5></h5>\r\n<h5></h5>\r\n<h5>Latest Product</h5>\r\nWhiteShark Mix[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"20\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"60\"][split_line_heading]\r\n<h5>Entertainment Application</h5>\r\nWhiteShark Mix[/split_line_heading][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-11-25 17:11:39','2018-11-25 17:11:39','',24,'http://futuremediatrix.com/sublue/?p=36',0,'revision','',0),(301,1,'2018-12-20 17:29:30','2018-12-20 17:29:30','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#151519\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"services\" enable_gradient=\"true\" color_overlay=\"#232323\" color_overlay_2=\"#191919\" gradient_direction=\"left_t_to_right_b\" overlay_strength=\"1\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column enable_animation=\"true\" animation=\"reveal-from-bottom\" column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"242\" link_new_tab=\"true\" color=\"Accent-Color\" link_url=\"http://futuremediatrix.com/sublue/product/whiteshark-mix-underwater-scooter/\" link_text=\"View Details\" min_height=\"300\"]\n<h3>Underwater Application</h3>\nWhiteShark Mix[/fancy_box][/vc_column][vc_column enable_animation=\"true\" animation=\"reveal-from-bottom\" column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"131\" link_new_tab=\"true\" color=\"Extra-Color-1\" link_url=\"http://futuremediatrix.com/sublue/product/whiteshark-mix-underwater-scooter/\" link_text=\"View Details\" min_height=\"300\"]\n<h3>Latest Product</h3>\nWhiteShark Mix[/fancy_box][/vc_column][vc_column enable_animation=\"true\" animation=\"reveal-from-bottom\" column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"400\"][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"240\" link_new_tab=\"true\" color=\"Extra-Color-2\" link_url=\"http://futuremediatrix.com/sublue/product/whiteshark-mix-underwater-scooter/\" link_text=\"View Details\" min_height=\"300\"]\n<h3>Entertainment Application</h3>\nWhiteShark Mix[/fancy_box][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-autosave-v1','','','2018-12-20 17:29:30','2018-12-20 17:29:30','',24,'http://futuremediatrix.com/sublue/24-autosave-v1/',0,'revision','',0),(40,2,'2018-12-08 00:29:27','2018-12-08 00:29:27','[vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"40\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" class=\"no-padding\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][image_with_animation image_url=\"242\" alignment=\"\" animation=\"Grow In\" border_radius=\"none\" box_shadow=\"large_depth\" max_width=\"100%\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"5/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.\" font_container=\"tag:h3|text_align:left|color:rgba(0%2C0%2C0%2C0.75)\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1545118555698{margin-top: 20px !important;margin-bottom: 5px !important;}\"]\r\n<h5>Professional Team</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\r\n\r\nSublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.75)\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1545118600050{margin-top: 20px !important;margin-bottom: 5px !important;}\"]\r\n<h5>Highly Devoted</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.75)\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','publish','closed','closed','','about-us','','','2018-12-18 08:25:28','2018-12-18 08:25:28','',0,'http://futuremediatrix.com/sublue/?page_id=40',0,'page','',0),(41,2,'2018-12-03 07:04:02','2018-12-03 07:04:02','','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:04:02','2018-12-03 07:04:02','',40,'http://futuremediatrix.com/sublue/?p=41',0,'revision','',0),(42,2,'2018-12-03 07:30:59','2018-12-03 07:30:59','','aboutus','','inherit','open','closed','','aboutus','','','2018-12-03 07:30:59','2018-12-03 07:30:59','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/aboutus.jpg',0,'attachment','image/jpeg',0),(43,2,'2018-12-03 07:31:34','2018-12-03 07:31:34','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:31:34','2018-12-03 07:31:34','',40,'http://futuremediatrix.com/sublue/?p=43',0,'revision','',0),(44,2,'2018-12-03 07:33:57','2018-12-03 07:33:57','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][heading]\r\n<h2>Company Profile</h2>\r\n[/heading][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:33:57','2018-12-03 07:33:57','',40,'http://futuremediatrix.com/sublue/?p=44',0,'revision','',0),(45,2,'2018-12-03 07:36:12','2018-12-03 07:36:12','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][heading]\r\n<h2 style=\"color: #44a8f2;\">Company Profile</h2>\r\n[/heading][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:36:12','2018-12-03 07:36:12','',40,'http://futuremediatrix.com/sublue/?p=45',0,'revision','',0),(46,2,'2018-12-03 07:36:49','2018-12-03 07:36:49','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][heading]\r\n<h2 style=\"color: #44a8f2; allign: left;\">Company Profile</h2>\r\n[/heading][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:36:49','2018-12-03 07:36:49','',40,'http://futuremediatrix.com/sublue/?p=46',0,'revision','',0),(47,2,'2018-12-03 07:38:04','2018-12-03 07:38:04','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:38:04','2018-12-03 07:38:04','',40,'http://futuremediatrix.com/sublue/?p=47',0,'revision','',0),(48,2,'2018-12-03 07:38:33','2018-12-03 07:38:33','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:38:33','2018-12-03 07:38:33','',40,'http://futuremediatrix.com/sublue/?p=48',0,'revision','',0),(52,2,'2018-12-03 07:42:20','2018-12-03 07:42:20','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543822937205{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:42:20','2018-12-03 07:42:20','',40,'http://futuremediatrix.com/sublue/?p=52',0,'revision','',0),(49,2,'2018-12-03 07:39:21','2018-12-03 07:39:21','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:39:21','2018-12-03 07:39:21','',40,'http://futuremediatrix.com/sublue/?p=49',0,'revision','',0),(50,2,'2018-12-03 07:39:42','2018-12-03 07:39:42','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"3/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:39:42','2018-12-03 07:39:42','',40,'http://futuremediatrix.com/sublue/?p=50',0,'revision','',0),(51,2,'2018-12-03 07:40:51','2018-12-03 07:40:51','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"5/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:40:51','2018-12-03 07:40:51','',40,'http://futuremediatrix.com/sublue/?p=51',0,'revision','',0),(53,2,'2018-12-03 07:42:42','2018-12-03 07:42:42','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543822959301{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:42:42','2018-12-03 07:42:42','',40,'http://futuremediatrix.com/sublue/?p=53',0,'revision','',0),(54,2,'2018-12-03 07:43:33','2018-12-03 07:43:33','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543822959301{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][vc_text_separator title=\"aadw\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:43:33','2018-12-03 07:43:33','',40,'http://futuremediatrix.com/sublue/?p=54',0,'revision','',0),(66,2,'2018-12-03 07:56:44','2018-12-03 07:56:44','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"\r\n\r\nCompany Profile\r\n\r\n\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:56:44','2018-12-03 07:56:44','',40,'http://futuremediatrix.com/sublue/?p=66',0,'revision','',0),(55,2,'2018-12-03 07:44:13','2018-12-03 07:44:13','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543822959301{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][vc_column_text]Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\r\n\r\nSublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\r\n\r\nBased on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.\r\n\r\nSublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:44:13','2018-12-03 07:44:13','',40,'http://futuremediatrix.com/sublue/?p=55',0,'revision','',0),(56,2,'2018-12-03 07:45:19','2018-12-03 07:45:19','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543822959301{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots. Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc. Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements. Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:45:19','2018-12-03 07:45:19','',40,'http://futuremediatrix.com/sublue/?p=56',0,'revision','',0),(65,2,'2018-12-03 07:56:28','2018-12-03 07:56:28','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][nectar_animated_title heading_tag=\"h1\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"\r\n\r\nCompany Profile\r\n\r\n\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:56:28','2018-12-03 07:56:28','',40,'http://futuremediatrix.com/sublue/?p=65',0,'revision','',0),(57,2,'2018-12-03 07:47:20','2018-12-03 07:47:20','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543822959301{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements. Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:47:20','2018-12-03 07:47:20','',40,'http://futuremediatrix.com/sublue/?p=57',0,'revision','',0),(58,2,'2018-12-03 07:48:00','2018-12-03 07:48:00','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543822959301{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"5px\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements. Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:48:00','2018-12-03 07:48:00','',40,'http://futuremediatrix.com/sublue/?p=58',0,'revision','',0),(60,2,'2018-12-03 07:49:10','2018-12-03 07:49:10','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543822959301{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"5px\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements. Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:49:10','2018-12-03 07:49:10','',40,'http://futuremediatrix.com/sublue/?p=60',0,'revision','',0),(59,2,'2018-12-03 07:48:24','2018-12-03 07:48:24','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543822959301{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"5px\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements. Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:48:24','2018-12-03 07:48:24','',40,'http://futuremediatrix.com/sublue/?p=59',0,'revision','',0),(61,2,'2018-12-03 07:49:30','2018-12-03 07:49:30','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543822959301{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements. Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:49:30','2018-12-03 07:49:30','',40,'http://futuremediatrix.com/sublue/?p=61',0,'revision','',0),(62,2,'2018-12-03 07:49:54','2018-12-03 07:49:54','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543822959301{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543823391268{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements. Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:49:54','2018-12-03 07:49:54','',40,'http://futuremediatrix.com/sublue/?p=62',0,'revision','',0),(64,2,'2018-12-03 07:52:19','2018-12-03 07:52:19','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][nectar_gradient_text heading_tag=\"h2\" color=\"extra-color-gradient-1\" gradient_direction=\"horizontal\" text=\"Company Profile\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:52:19','2018-12-03 07:52:19','',40,'http://futuremediatrix.com/sublue/?p=64',0,'revision','',0),(63,2,'2018-12-03 07:51:21','2018-12-03 07:51:21','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543822959301{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543823391268{margin-left: 60px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements. \"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:51:21','2018-12-03 07:51:21','',40,'http://futuremediatrix.com/sublue/?p=63',0,'revision','',0),(67,2,'2018-12-03 07:56:56','2018-12-03 07:56:56','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"\r\n\r\nCompany Profile\r\n\r\n\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:56:56','2018-12-03 07:56:56','',40,'http://futuremediatrix.com/sublue/?p=67',0,'revision','',0),(68,2,'2018-12-03 07:59:47','2018-12-03 07:59:47','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543823985058{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"\r\n\r\nCompany Profile\r\n\r\n\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 07:59:47','2018-12-03 07:59:47','',40,'http://futuremediatrix.com/sublue/?p=68',0,'revision','',0),(69,2,'2018-12-03 08:00:44','2018-12-03 08:00:44','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543823985058{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"\r\n\r\nCompany Profile\r\n\r\n\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:00:44','2018-12-03 08:00:44','',40,'http://futuremediatrix.com/sublue/?p=69',0,'revision','',0),(70,2,'2018-12-03 08:02:02','2018-12-03 08:02:02','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543823985058{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:02:02','2018-12-03 08:02:02','',40,'http://futuremediatrix.com/sublue/?p=70',0,'revision','',0),(71,2,'2018-12-03 08:03:55','2018-12-03 08:03:55','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543823985058{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][nectar_horizontal_list_item columns=\"4\" column_layout_using_4_columns=\"even\" col_1_text_align=\"left\" col_2_text_align=\"left\" col_3_text_align=\"left\" col_4_text_align=\"left\" font_family=\"p\" hover_color=\"accent-color\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:03:55','2018-12-03 08:03:55','',40,'http://futuremediatrix.com/sublue/?p=71',0,'revision','',0),(72,2,'2018-12-03 08:04:18','2018-12-03 08:04:18','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543823985058{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][nectar_horizontal_list_item columns=\"4\" column_layout_using_4_columns=\"even\" col_1_text_align=\"left\" col_2_text_align=\"left\" col_3_text_align=\"left\" col_4_text_align=\"left\" font_family=\"p\" hover_color=\"accent-color\" col_1_content=\"qweqw\" col_2_content=\"qweqwe\" col_3_content=\"qqwe\" col_4_content=\"qweqwe\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:04:18','2018-12-03 08:04:18','',40,'http://futuremediatrix.com/sublue/?p=72',0,'revision','',0),(73,2,'2018-12-03 08:04:55','2018-12-03 08:04:55','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543823985058{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][nectar_horizontal_list_item columns=\"4\" column_layout_using_4_columns=\"even\" col_1_text_align=\"left\" col_2_text_align=\"left\" col_3_text_align=\"left\" col_4_text_align=\"left\" font_family=\"p\" hover_color=\"white\" col_1_content=\"qweqw\" col_2_content=\"qweqwe\" col_3_content=\"qqwe\" col_4_content=\"qweqwe\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:04:55','2018-12-03 08:04:55','',40,'http://futuremediatrix.com/sublue/?p=73',0,'revision','',0),(74,2,'2018-12-03 08:06:17','2018-12-03 08:06:17','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543823985058{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][nectar_horizontal_list_item columns=\"4\" column_layout_using_4_columns=\"even\" col_1_text_align=\"left\" col_2_text_align=\"left\" col_3_text_align=\"left\" col_4_text_align=\"left\" font_family=\"p\" hover_color=\"white\" col_1_content=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\" col_2_content=\"Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\" col_3_content=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.\" col_4_content=\"Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:06:17','2018-12-03 08:06:17','',40,'http://futuremediatrix.com/sublue/?p=74',0,'revision','',0),(75,2,'2018-12-03 08:06:30','2018-12-03 08:06:30','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543824387749{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][nectar_horizontal_list_item columns=\"4\" column_layout_using_4_columns=\"even\" col_1_text_align=\"left\" col_2_text_align=\"left\" col_3_text_align=\"left\" col_4_text_align=\"left\" font_family=\"p\" hover_color=\"white\" col_1_content=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\" col_2_content=\"Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\" col_3_content=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.\" col_4_content=\"Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:06:30','2018-12-03 08:06:30','',40,'http://futuremediatrix.com/sublue/?p=75',0,'revision','',0),(77,2,'2018-12-03 08:07:22','2018-12-03 08:07:22','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543824387749{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:07:22','2018-12-03 08:07:22','',40,'http://futuremediatrix.com/sublue/?p=77',0,'revision','',0),(76,2,'2018-12-03 08:06:49','2018-12-03 08:06:49','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543824387749{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][/vc_row_inner][nectar_horizontal_list_item columns=\"4\" column_layout_using_4_columns=\"small_first_last\" col_1_text_align=\"left\" col_2_text_align=\"left\" col_3_text_align=\"left\" col_4_text_align=\"left\" font_family=\"p\" hover_color=\"white\" col_1_content=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\" col_2_content=\"Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\" col_3_content=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.\" col_4_content=\"Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:06:49','2018-12-03 08:06:49','',40,'http://futuremediatrix.com/sublue/?p=76',0,'revision','',0),(78,2,'2018-12-03 08:08:37','2018-12-03 08:08:37','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543824387749{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][fancy_box box_style=\"default\" icon_family=\"fontawesome\" color=\"Extra-Color-1\" icon_fontawesome=\"fa fa-share\"]Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\r\n\r\nSublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\r\n\r\nBased on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.\r\n\r\nSublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\r\n\r\n[/fancy_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:08:37','2018-12-03 08:08:37','',40,'http://futuremediatrix.com/sublue/?p=78',0,'revision','',0),(79,2,'2018-12-03 08:09:40','2018-12-03 08:09:40','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543824387749{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"small_depth\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][fancy_box box_style=\"parallax_hover\" icon_family=\"fontawesome\"]Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\r\n\r\nSublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\r\n\r\nBased on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.\r\n\r\nSublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.[/fancy_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:09:40','2018-12-03 08:09:40','',40,'http://futuremediatrix.com/sublue/?p=79',0,'revision','',0),(80,2,'2018-12-03 08:10:15','2018-12-03 08:10:15','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543824387749{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"small_depth\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][fancy_box box_style=\"color_box_basic\" icon_family=\"fontawesome\" box_color_opacity=\"0\" box_alignment=\"left\"]Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\r\n\r\nSublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\r\n\r\nBased on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.\r\n\r\nSublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.[/fancy_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:10:15','2018-12-03 08:10:15','',40,'http://futuremediatrix.com/sublue/?p=80',0,'revision','',0),(81,2,'2018-12-03 08:10:56','2018-12-03 08:10:56','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543824387749{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"small_depth\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][fancy_box box_style=\"color_box_basic\" icon_family=\"fontawesome\" box_color=\"#0141af\" box_color_opacity=\"0\" box_alignment=\"left\"]Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\r\n\r\nSublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\r\n\r\nBased on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.\r\n\r\nSublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.[/fancy_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:10:56','2018-12-03 08:10:56','',40,'http://futuremediatrix.com/sublue/?p=81',0,'revision','',0),(101,2,'2018-12-03 08:30:00','2018-12-03 08:30:00','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:30:00','2018-12-03 08:30:00','',40,'http://futuremediatrix.com/sublue/?p=101',0,'revision','',0),(83,2,'2018-12-03 08:16:51','2018-12-03 08:16:51','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"https://source.unsplash.com/collection/467163/daily\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"500\"][/vc_column][vc_column column_padding=\"padding-8-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Not even lying\"][vc_custom_heading text=\"The best WordPress theme that ever existed\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1485279202957{margin-top: 30px !important;margin-bottom: 30px !important;}\"]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. I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][vc_column_text css=\".vc_custom_1485279159583{margin-bottom: 30px !important;}\"]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. I am text block.[/vc_column_text][nectar_cta btn_style=\"see-through\" heading_tag=\"h5\" text_color=\"#2f4eff\" link_type=\"regular\" alignment=\"left\" link_text=\"Learn More\" url=\"#\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:16:51','2018-12-03 08:16:51','',40,'http://futuremediatrix.com/sublue/?p=83',0,'revision','',0),(82,2,'2018-12-03 08:12:03','2018-12-03 08:12:03','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][divider line_type=\"No Line\" custom_height=\"40px\"][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1543824387749{margin-left: 40px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-1\" text=\"Company Profile\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"small_depth\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][fancy_box box_style=\"color_box_basic\" icon_family=\"fontawesome\" box_color=\"#0141af\" box_color_opacity=\"0\" box_alignment=\"left\"]Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\r\n\r\nSublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\r\n\r\nBased on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.\r\n\r\nSublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.[/fancy_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"https://source.unsplash.com/collection/467163/daily\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"500\"][/vc_column][vc_column column_padding=\"padding-8-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Not even lying\"][vc_custom_heading text=\"The best WordPress theme that ever existed\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1485279202957{margin-top: 30px !important;margin-bottom: 30px !important;}\"]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. I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][vc_column_text css=\".vc_custom_1485279159583{margin-bottom: 30px !important;}\"]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. I am text block.[/vc_column_text][nectar_cta btn_style=\"see-through\" heading_tag=\"h5\" text_color=\"#2f4eff\" link_type=\"regular\" alignment=\"left\" link_text=\"Learn More\" url=\"#\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:12:03','2018-12-03 08:12:03','',40,'http://futuremediatrix.com/sublue/?p=82',0,'revision','',0),(84,2,'2018-12-03 08:17:47','2018-12-03 08:17:47','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"https://source.unsplash.com/collection/467163/daily\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"500\"][/vc_column][vc_column column_padding=\"padding-8-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Not even lying\"][vc_custom_heading text=\"The best WordPress theme that ever existed\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1485279202957{margin-top: 30px !important;margin-bottom: 30px !important;}\"]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. I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][vc_column_text css=\".vc_custom_1485279159583{margin-bottom: 30px !important;}\"]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. I am text block.[/vc_column_text][nectar_cta btn_style=\"see-through\" heading_tag=\"h5\" text_color=\"#2f4eff\" link_type=\"regular\" alignment=\"left\" link_text=\"Learn More\" url=\"#\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:17:47','2018-12-03 08:17:47','',40,'http://futuremediatrix.com/sublue/?p=84',0,'revision','',0),(86,2,'2018-12-03 08:21:13','2018-12-03 08:21:13','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-8-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:21:13','2018-12-03 08:21:13','',40,'http://futuremediatrix.com/sublue/?p=86',0,'revision','',0),(85,2,'2018-12-03 08:20:26','2018-12-03 08:20:26','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"https://source.unsplash.com/collection/467163/daily\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"500\"][/vc_column][vc_column column_padding=\"padding-8-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1485279159583{margin-bottom: 30px !important;}\"]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. I am text block.[/vc_column_text][nectar_cta btn_style=\"see-through\" heading_tag=\"h5\" text_color=\"#2f4eff\" link_type=\"regular\" alignment=\"left\" link_text=\"Learn More\" url=\"#\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:20:26','2018-12-03 08:20:26','',40,'http://futuremediatrix.com/sublue/?p=85',0,'revision','',0),(87,2,'2018-12-03 08:21:32','2018-12-03 08:21:32','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"10\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-8-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:21:32','2018-12-03 08:21:32','',40,'http://futuremediatrix.com/sublue/?p=87',0,'revision','',0),(88,2,'2018-12-03 08:21:54','2018-12-03 08:21:54','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"1\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-8-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:21:54','2018-12-03 08:21:54','',40,'http://futuremediatrix.com/sublue/?p=88',0,'revision','',0),(89,2,'2018-12-03 08:22:14','2018-12-03 08:22:14','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"1\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-3-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:22:14','2018-12-03 08:22:14','',40,'http://futuremediatrix.com/sublue/?p=89',0,'revision','',0),(90,2,'2018-12-03 08:22:46','2018-12-03 08:22:46','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"1\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-3-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:22:46','2018-12-03 08:22:46','',40,'http://futuremediatrix.com/sublue/?p=90',0,'revision','',0),(91,2,'2018-12-03 08:24:16','2018-12-03 08:24:16','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"1\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-3-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:24:16','2018-12-03 08:24:16','',40,'http://futuremediatrix.com/sublue/?p=91',0,'revision','',0),(92,2,'2018-12-03 08:24:34','2018-12-03 08:24:34','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"1\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-7-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:24:34','2018-12-03 08:24:34','',40,'http://futuremediatrix.com/sublue/?p=92',0,'revision','',0),(94,2,'2018-12-03 08:26:05','2018-12-03 08:26:05','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:26:05','2018-12-03 08:26:05','',40,'http://futuremediatrix.com/sublue/?p=94',0,'revision','',0),(93,2,'2018-12-03 08:24:51','2018-12-03 08:24:51','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"1\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-7-percent\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:24:51','2018-12-03 08:24:51','',40,'http://futuremediatrix.com/sublue/?p=93',0,'revision','',0),(95,2,'2018-12-03 08:26:18','2018-12-03 08:26:18','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-8-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:26:18','2018-12-03 08:26:18','',40,'http://futuremediatrix.com/sublue/?p=95',0,'revision','',0),(96,2,'2018-12-03 08:27:24','2018-12-03 08:27:24','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-8-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:27:24','2018-12-03 08:27:24','',40,'http://futuremediatrix.com/sublue/?p=96',0,'revision','',0),(98,2,'2018-12-03 08:28:36','2018-12-03 08:28:36','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"2px\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:28:36','2018-12-03 08:28:36','',40,'http://futuremediatrix.com/sublue/?p=98',0,'revision','',0),(97,2,'2018-12-03 08:27:52','2018-12-03 08:27:52','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-8-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_color=\"#000000\" column_border_style=\"dashed\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:27:52','2018-12-03 08:27:52','',40,'http://futuremediatrix.com/sublue/?p=97',0,'revision','',0),(99,2,'2018-12-03 08:29:05','2018-12-03 08:29:05','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"2px\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:29:05','2018-12-03 08:29:05','',40,'http://futuremediatrix.com/sublue/?p=99',0,'revision','',0),(100,2,'2018-12-03 08:29:36','2018-12-03 08:29:36','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:29:36','2018-12-03 08:29:36','',40,'http://futuremediatrix.com/sublue/?p=100',0,'revision','',0),(102,2,'2018-12-03 08:30:21','2018-12-03 08:30:21','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:left|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:30:21','2018-12-03 08:30:21','',40,'http://futuremediatrix.com/sublue/?p=102',0,'revision','',0),(103,2,'2018-12-03 08:31:06','2018-12-03 08:31:06','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:31:06','2018-12-03 08:31:06','',40,'http://futuremediatrix.com/sublue/?p=103',0,'revision','',0),(104,2,'2018-12-03 08:31:16','2018-12-03 08:31:16','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-8-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825223395{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:31:16','2018-12-03 08:31:16','',40,'http://futuremediatrix.com/sublue/?p=104',0,'revision','',0),(105,2,'2018-12-03 08:31:46','2018-12-03 08:31:46','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-8-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825903808{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:31:46','2018-12-03 08:31:46','',40,'http://futuremediatrix.com/sublue/?p=105',0,'revision','',0),(108,2,'2018-12-03 08:33:07','2018-12-03 08:33:07','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825903808{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:33:07','2018-12-03 08:33:07','',40,'http://futuremediatrix.com/sublue/?p=108',0,'revision','',0),(106,2,'2018-12-03 08:32:32','2018-12-03 08:32:32','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-14-percent\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825903808{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:32:32','2018-12-03 08:32:32','',40,'http://futuremediatrix.com/sublue/?p=106',0,'revision','',0),(107,2,'2018-12-03 08:32:45','2018-12-03 08:32:45','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543825903808{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:32:45','2018-12-03 08:32:45','',40,'http://futuremediatrix.com/sublue/?p=107',0,'revision','',0),(109,2,'2018-12-03 08:47:38','2018-12-03 08:47:38','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543826854033{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400; text-align: justify;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400; text-align: justify;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400; text-align: justify;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 08:47:38','2018-12-03 08:47:38','',40,'http://futuremediatrix.com/sublue/?p=109',0,'revision','',0),(110,2,'2018-12-03 09:21:22','2018-12-03 09:21:22','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543826882829{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About','','inherit','closed','closed','','40-revision-v1','','','2018-12-03 09:21:22','2018-12-03 09:21:22','',40,'http://futuremediatrix.com/sublue/?p=110',0,'revision','',0),(111,2,'2018-12-08 00:30:59','2018-12-08 00:30:59','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"None\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\" img_link=\" http://futuremediatrix.com/sublue/?page_id=145&amp;preview=true\"][vc_custom_heading text=\"WHITESHARK Mix\" font_container=\"tag:h5|text_align:center|color:%230141af\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\">Portable and small size underwater scooter</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','publish','closed','closed','','products','','','2018-12-08 00:57:32','2018-12-08 00:57:32','',0,'http://futuremediatrix.com/sublue/?page_id=111',0,'page','',0),(112,2,'2018-12-03 09:24:21','2018-12-03 09:24:21','','Product','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:24:21','2018-12-03 09:24:21','',111,'http://futuremediatrix.com/sublue/?p=112',0,'revision','',0),(113,2,'2018-12-03 09:24:39','2018-12-03 09:24:39','','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:24:39','2018-12-03 09:24:39','',111,'http://futuremediatrix.com/sublue/?p=113',0,'revision','',0),(114,2,'2018-12-03 09:35:09','2018-12-03 09:35:09','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:35:09','2018-12-03 09:35:09','',111,'http://futuremediatrix.com/sublue/?p=114',0,'revision','',0),(115,2,'2018-12-03 09:35:43','2018-12-03 09:35:43','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:35:43','2018-12-03 09:35:43','',111,'http://futuremediatrix.com/sublue/?p=115',0,'revision','',0),(116,2,'2018-12-03 09:36:34','2018-12-03 09:36:34','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:36:34','2018-12-03 09:36:34','',111,'http://futuremediatrix.com/sublue/?p=116',0,'revision','',0),(117,2,'2018-12-03 09:37:04','2018-12-03 09:37:04','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:37:04','2018-12-03 09:37:04','',111,'http://futuremediatrix.com/sublue/?p=117',0,'revision','',0),(119,2,'2018-12-03 09:38:06','2018-12-03 09:38:06','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:38:06','2018-12-03 09:38:06','',111,'http://futuremediatrix.com/sublue/?p=119',0,'revision','',0),(118,2,'2018-12-03 09:37:50','2018-12-03 09:37:50','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_color=\"#a8a8a8\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:37:50','2018-12-03 09:37:50','',111,'http://futuremediatrix.com/sublue/?p=118',0,'revision','',0),(120,2,'2018-12-03 09:38:26','2018-12-03 09:38:26','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-3-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:38:26','2018-12-03 09:38:26','',111,'http://futuremediatrix.com/sublue/?p=120',0,'revision','',0),(121,2,'2018-12-03 09:38:47','2018-12-03 09:38:47','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:38:47','2018-12-03 09:38:47','',111,'http://futuremediatrix.com/sublue/?p=121',0,'revision','',0),(122,2,'2018-12-03 09:39:10','2018-12-03 09:39:10','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:39:10','2018-12-03 09:39:10','',111,'http://futuremediatrix.com/sublue/?p=122',0,'revision','',0),(123,2,'2018-12-03 09:40:01','2018-12-03 09:40:01','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:40:01','2018-12-03 09:40:01','',111,'http://futuremediatrix.com/sublue/?p=123',0,'revision','',0),(124,2,'2018-12-03 09:41:27','2018-12-03 09:41:27','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:41:27','2018-12-03 09:41:27','',111,'http://futuremediatrix.com/sublue/?p=124',0,'revision','',0),(125,2,'2018-12-03 09:41:53','2018-12-03 09:41:53','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"40\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:41:53','2018-12-03 09:41:53','',111,'http://futuremediatrix.com/sublue/?p=125',0,'revision','',0),(126,2,'2018-12-03 09:42:06','2018-12-03 09:42:06','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"1000\" custom_line_width=\"40\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:42:06','2018-12-03 09:42:06','',111,'http://futuremediatrix.com/sublue/?p=126',0,'revision','',0),(127,2,'2018-12-03 09:42:23','2018-12-03 09:42:23','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"100\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:42:23','2018-12-03 09:42:23','',111,'http://futuremediatrix.com/sublue/?p=127',0,'revision','',0),(128,2,'2018-12-03 09:42:36','2018-12-03 09:42:36','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][/vc_column][/vc_row]</p>\r\n','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:42:36','2018-12-03 09:42:36','',111,'http://futuremediatrix.com/sublue/?p=128',0,'revision','',0),(129,2,'2018-12-03 09:50:50','2018-12-03 09:50:50','','1','','inherit','open','closed','','1','','','2018-12-03 09:50:50','2018-12-03 09:50:50','',111,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/1.jpg',0,'attachment','image/jpeg',0),(130,2,'2018-12-03 09:50:55','2018-12-03 09:50:55','','3','','inherit','open','closed','','3','','','2018-12-03 09:50:55','2018-12-03 09:50:55','',111,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/3.jpg',0,'attachment','image/jpeg',0),(131,2,'2018-12-03 09:50:59','2018-12-03 09:50:59','','59f82ab9ed511','','inherit','open','closed','','59f82ab9ed511','','','2018-12-03 09:50:59','2018-12-03 09:50:59','',111,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/59f82ab9ed511.jpg',0,'attachment','image/jpeg',0),(132,2,'2018-12-03 09:51:03','2018-12-03 09:51:03','','59fc1c3958d53','','inherit','open','closed','','59fc1c3958d53','','','2018-12-03 09:51:03','2018-12-03 09:51:03','',111,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/59fc1c3958d53.jpg',0,'attachment','image/jpeg',0),(133,2,'2018-12-03 09:53:00','2018-12-03 09:53:00','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][nectar_image_with_hotspots image=\"21\" preview=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/599f9639bd908.jpg\" color_1=\"Accent-Color\" hotspot_icon=\"plus_sign\" tooltip=\"hover\" tooltip_shadow=\"small_depth\"][/nectar_image_with_hotspots][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:53:00','2018-12-03 09:53:00','',111,'http://futuremediatrix.com/sublue/?p=133',0,'revision','',0),(134,2,'2018-12-03 09:53:45','2018-12-03 09:53:45','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][nectar_image_with_hotspots image=\"21\" preview=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/599f9639bd908.jpg\" color_1=\"Accent-Color\" hotspot_icon=\"plus_sign\" tooltip=\"hover\" tooltip_shadow=\"medium_depth\"][nectar_hotspot left=\"47.0871%\" top=\"78.7456%\" position=\"top\"]Learn More[/nectar_hotspot][/nectar_image_with_hotspots][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:53:45','2018-12-03 09:53:45','',111,'http://futuremediatrix.com/sublue/?p=134',0,'revision','',0),(137,2,'2018-12-03 09:58:15','2018-12-03 09:58:15','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"None\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:58:15','2018-12-03 09:58:15','',111,'http://futuremediatrix.com/sublue/?p=137',0,'revision','',0),(136,2,'2018-12-03 09:58:00','2018-12-03 09:58:00','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"None\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:58:00','2018-12-03 09:58:00','',111,'http://futuremediatrix.com/sublue/?p=136',0,'revision','',0),(135,2,'2018-12-03 09:57:34','2018-12-03 09:57:34','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/5\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"None\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/5\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/5\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/5\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/5\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:57:34','2018-12-03 09:57:34','',111,'http://futuremediatrix.com/sublue/?p=135',0,'revision','',0),(138,2,'2018-12-03 09:58:53','2018-12-03 09:58:53','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"None\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][vc_custom_heading text=\"WhiteShark Mix\" use_theme_fonts=\"yes\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:58:53','2018-12-03 09:58:53','',111,'http://futuremediatrix.com/sublue/?p=138',0,'revision','',0),(139,2,'2018-12-03 09:59:06','2018-12-03 09:59:06','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"None\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h6|text_align:left\" use_theme_fonts=\"yes\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:59:06','2018-12-03 09:59:06','',111,'http://futuremediatrix.com/sublue/?p=139',0,'revision','',0),(140,2,'2018-12-03 09:59:27','2018-12-03 09:59:27','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"None\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][vc_custom_heading text=\"WHITESHARK Mix\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:59:27','2018-12-03 09:59:27','',111,'http://futuremediatrix.com/sublue/?p=140',0,'revision','',0),(141,2,'2018-12-03 09:59:52','2018-12-03 09:59:52','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"None\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][vc_custom_heading text=\"WHITESHARK Mix\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text]Portable and small size underwater scooter[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 09:59:52','2018-12-03 09:59:52','',111,'http://futuremediatrix.com/sublue/?p=141',0,'revision','',0),(142,2,'2018-12-03 10:00:03','2018-12-03 10:00:03','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"None\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][vc_custom_heading text=\"WHITESHARK Mix\" font_container=\"tag:h5|text_align:center\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\">Portable and small size underwater scooter</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 10:00:03','2018-12-03 10:00:03','',111,'http://futuremediatrix.com/sublue/?p=142',0,'revision','',0),(143,2,'2018-12-03 10:00:45','2018-12-03 10:00:45','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"None\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][vc_custom_heading text=\"WHITESHARK Mix\" font_container=\"tag:h5|text_align:center|color:%230141af\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center; color: #0141af;\">Portable and small size underwater scooter</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 10:00:45','2018-12-03 10:00:45','',111,'http://futuremediatrix.com/sublue/?p=143',0,'revision','',0),(144,2,'2018-12-03 10:00:59','2018-12-03 10:00:59','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"None\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][vc_custom_heading text=\"WHITESHARK Mix\" font_container=\"tag:h5|text_align:center|color:%230141af\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\">Portable and small size underwater scooter</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-03 10:00:59','2018-12-03 10:00:59','',111,'http://futuremediatrix.com/sublue/?p=144',0,'revision','',0),(145,2,'2018-12-08 00:26:16','2018-12-08 00:26:16','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544228610631{margin-top: 150px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_with_text\" nectar_play_button_color=\"Extra-Color-2\" font_style=\"h3\" video_url=\"https://youtu.be/sOichW22nf0\" link_text=\"Play the video!\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Buy Now\" id=\"1545322016493-0-0\" tab_id=\"1545322016496-6\" icon_fontawesome=\"fa fa-shopping-cart\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"padding-3-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_woo_products product_type=\"all\" category=\"whiteshark\" columns=\"4\" orderby=\"date\" order=\"DESC\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','publish','closed','closed','','whiteshark-mix','','','2018-12-20 16:10:11','2018-12-20 16:10:11','',0,'http://futuremediatrix.com/sublue/?page_id=145',0,'page','',0),(146,2,'2018-12-03 10:13:11','2018-12-03 10:13:11','','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-03 10:13:11','2018-12-03 10:13:11','',145,'http://futuremediatrix.com/sublue/?p=146',0,'revision','',0),(147,2,'2018-12-07 19:42:56','2018-12-07 19:42:56','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 19:42:56','2018-12-07 19:42:56','',145,'http://futuremediatrix.com/sublue/?p=147',0,'revision','',0),(148,2,'2018-12-07 19:44:09','2018-12-07 19:44:09','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 19:44:09','2018-12-07 19:44:09','',145,'http://futuremediatrix.com/sublue/?p=148',0,'revision','',0),(149,2,'2018-12-07 22:31:18','2018-12-07 22:31:18','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 22:31:18','2018-12-07 22:31:18','',145,'http://futuremediatrix.com/sublue/?p=149',0,'revision','',0),(150,2,'2018-12-07 22:32:03','2018-12-07 22:32:03','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 22:32:03','2018-12-07 22:32:03','',145,'http://futuremediatrix.com/sublue/?p=150',0,'revision','',0),(151,2,'2018-12-07 23:23:51','2018-12-07 23:23:51','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"left\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\"][vc_column_inner background_image=\"132\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:23:51','2018-12-07 23:23:51','',145,'http://futuremediatrix.com/sublue/?p=151',0,'revision','',0),(152,2,'2018-12-07 23:25:23','2018-12-07 23:25:23','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"left\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\"][vc_column_inner background_image=\"132\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:25:23','2018-12-07 23:25:23','',145,'http://futuremediatrix.com/sublue/?p=152',0,'revision','',0),(153,2,'2018-12-07 23:26:43','2018-12-07 23:26:43','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"left\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"left\"][vc_column_inner background_image=\"132\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][nectar_btn size=\"small\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"none\"][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:26:43','2018-12-07 23:26:43','',145,'http://futuremediatrix.com/sublue/?p=153',0,'revision','',0),(155,2,'2018-12-07 23:30:20','2018-12-07 23:30:20','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"132\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"center\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:30:20','2018-12-07 23:30:20','',145,'http://futuremediatrix.com/sublue/?p=155',0,'revision','',0),(154,2,'2018-12-07 23:28:05','2018-12-07 23:28:05','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"left\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner background_image=\"132\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][nectar_btn size=\"small\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"none\"][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:28:05','2018-12-07 23:28:05','',145,'http://futuremediatrix.com/sublue/?p=154',0,'revision','',0),(156,2,'2018-12-07 23:32:57','2018-12-07 23:32:57','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"132\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"132\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"center\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:32:57','2018-12-07 23:32:57','',145,'http://futuremediatrix.com/sublue/?p=156',0,'revision','',0),(157,2,'2018-12-07 23:33:31','2018-12-07 23:33:31','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"132\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"center\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:33:31','2018-12-07 23:33:31','',145,'http://futuremediatrix.com/sublue/?p=157',0,'revision','',0),(158,2,'2018-12-07 23:34:42','2018-12-07 23:34:42','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h4|text_align:left\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"center\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:34:42','2018-12-07 23:34:42','',145,'http://futuremediatrix.com/sublue/?p=158',0,'revision','',0),(159,2,'2018-12-07 23:34:59','2018-12-07 23:34:59','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"center\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:34:59','2018-12-07 23:34:59','',145,'http://futuremediatrix.com/sublue/?p=159',0,'revision','',0),(160,2,'2018-12-07 23:35:30','2018-12-07 23:35:30','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"center\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:35:30','2018-12-07 23:35:30','',145,'http://futuremediatrix.com/sublue/?p=160',0,'revision','',0),(161,2,'2018-12-07 23:36:51','2018-12-07 23:36:51','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WhiteShark Mix\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"center\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:36:51','2018-12-07 23:36:51','',145,'http://futuremediatrix.com/sublue/?p=161',0,'revision','',0),(162,2,'2018-12-07 23:37:45','2018-12-07 23:37:45','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h3\" style=\"color-strip-reveal\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"center\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:37:45','2018-12-07 23:37:45','',145,'http://futuremediatrix.com/sublue/?p=162',0,'revision','',0),(163,2,'2018-12-07 23:38:29','2018-12-07 23:38:29','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-3\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"center\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:38:29','2018-12-07 23:38:29','',145,'http://futuremediatrix.com/sublue/?p=163',0,'revision','',0),(164,2,'2018-12-07 23:40:06','2018-12-07 23:40:06','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"default\" alignment=\"center\" spacing=\"default\" tab_color=\"Accent-Color\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:40:06','2018-12-07 23:40:06','',145,'http://futuremediatrix.com/sublue/?p=164',0,'revision','',0),(165,2,'2018-12-07 23:41:22','2018-12-07 23:41:22','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"color-strip-reveal\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:41:22','2018-12-07 23:41:22','',145,'http://futuremediatrix.com/sublue/?p=165',0,'revision','',0),(166,2,'2018-12-07 23:41:43','2018-12-07 23:41:43','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:41:43','2018-12-07 23:41:43','',145,'http://futuremediatrix.com/sublue/?p=166',0,'revision','',0),(167,2,'2018-12-07 23:42:10','2018-12-07 23:42:10','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h2|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h4|text_align:center\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:42:10','2018-12-07 23:42:10','',145,'http://futuremediatrix.com/sublue/?p=167',0,'revision','',0),(168,2,'2018-12-07 23:42:48','2018-12-07 23:42:48','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:42:48','2018-12-07 23:42:48','',145,'http://futuremediatrix.com/sublue/?p=168',0,'revision','',0),(169,2,'2018-12-07 23:44:32','2018-12-07 23:44:32','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#6b6b6b\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:44:32','2018-12-07 23:44:32','',145,'http://futuremediatrix.com/sublue/?p=169',0,'revision','',0),(170,2,'2018-12-07 23:44:47','2018-12-07 23:44:47','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#6b6b6b\" background_color_opacity=\"0.1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:44:47','2018-12-07 23:44:47','',145,'http://futuremediatrix.com/sublue/?p=170',0,'revision','',0),(171,2,'2018-12-07 23:45:02','2018-12-07 23:45:02','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#6b6b6b\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:45:02','2018-12-07 23:45:02','',145,'http://futuremediatrix.com/sublue/?p=171',0,'revision','',0),(172,2,'2018-12-07 23:45:22','2018-12-07 23:45:22','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.6\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:45:22','2018-12-07 23:45:22','',145,'http://futuremediatrix.com/sublue/?p=172',0,'revision','',0),(173,2,'2018-12-07 23:45:43','2018-12-07 23:45:43','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]</p>\r\n','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:45:43','2018-12-07 23:45:43','',145,'http://futuremediatrix.com/sublue/?p=173',0,'revision','',0),(182,2,'2018-12-07 23:57:08','2018-12-07 23:57:08','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading source=\"post_title\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:57:08','2018-12-07 23:57:08','',145,'http://futuremediatrix.com/sublue/?p=182',0,'revision','',0),(174,2,'2018-12-07 23:48:44','2018-12-07 23:48:44','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][fancy_box box_style=\"default\" icon_family=\"none\" color=\"Accent-Color\"]\r\n<h1>Security</h1>\r\n<h4>Positive bouyancy with floater and replaceable batteery</h4>\r\n[/fancy_box][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:48:44','2018-12-07 23:48:44','',145,'http://futuremediatrix.com/sublue/?p=174',0,'revision','',0),(175,2,'2018-12-07 23:49:28','2018-12-07 23:49:28','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][fancy_box box_style=\"parallax_hover\" icon_family=\"none\"]\r\n<h1>Security</h1>\r\n<h4>Positive bouyancy with floater and replaceable batteery</h4>\r\n[/fancy_box][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:49:28','2018-12-07 23:49:28','',145,'http://futuremediatrix.com/sublue/?p=175',0,'revision','',0),(176,2,'2018-12-07 23:50:11','2018-12-07 23:50:11','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][fancy_box box_style=\"default\" icon_family=\"none\" color=\"Extra-Color-2\"]\r\n<h1>Security</h1>\r\n<h4>Positive bouyancy with floater and replaceable batteery</h4>\r\n[/fancy_box][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:50:11','2018-12-07 23:50:11','',145,'http://futuremediatrix.com/sublue/?p=176',0,'revision','',0),(179,2,'2018-12-07 23:53:33','2018-12-07 23:53:33','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"vertical_modern\" tab_color=\"Extra-Color-2\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][fancy_box box_style=\"default\" icon_family=\"none\" color=\"Extra-Color-2\" enable_animation=\"true\" animation=\"none\"]\r\n<h1 style=\"text-align: center;\">Security</h1>\r\n<h4 style=\"text-align: center;\">Positive bouyancy with floater and replaceable batteery</h4>\r\n[/fancy_box][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:53:33','2018-12-07 23:53:33','',145,'http://futuremediatrix.com/sublue/?p=179',0,'revision','',0),(177,2,'2018-12-07 23:51:04','2018-12-07 23:51:04','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][fancy_box box_style=\"default\" icon_family=\"none\" color=\"Extra-Color-2\" enable_animation=\"true\" animation=\"none\"]\r\n<h1 style=\"text-align: center;\">Security</h1>\r\n<h4 style=\"text-align: center;\">Positive bouyancy with floater and replaceable batteery</h4>\r\n[/fancy_box][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:51:04','2018-12-07 23:51:04','',145,'http://futuremediatrix.com/sublue/?p=177',0,'revision','',0),(178,2,'2018-12-07 23:52:27','2018-12-07 23:52:27','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][fancy_box box_style=\"default\" icon_family=\"none\" color=\"Extra-Color-2\" enable_animation=\"true\" animation=\"none\"]\r\n<h1 style=\"text-align: center;\">Security</h1>\r\n<h4 style=\"text-align: center;\">Positive bouyancy with floater and replaceable batteery</h4>\r\n[/fancy_box][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:52:27','2018-12-07 23:52:27','',145,'http://futuremediatrix.com/sublue/?p=178',0,'revision','',0),(180,2,'2018-12-07 23:53:56','2018-12-07 23:53:56','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][fancy_box box_style=\"default\" icon_family=\"none\" color=\"Extra-Color-2\" enable_animation=\"true\" animation=\"none\"]\r\n<h1 style=\"text-align: center;\">Security</h1>\r\n<h4 style=\"text-align: center;\">Positive bouyancy with floater and replaceable batteery</h4>\r\n[/fancy_box][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:53:56','2018-12-07 23:53:56','',145,'http://futuremediatrix.com/sublue/?p=180',0,'revision','',0),(181,2,'2018-12-07 23:56:04','2018-12-07 23:56:04','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][fancy_box box_style=\"default\" icon_family=\"none\" color=\"Extra-Color-2\" enable_animation=\"true\" animation=\"none\"]\r\n<h1 style=\"text-align: center;\">Security</h1>\r\n<h4 style=\"text-align: center;\">Positive bouyancy with floater and replaceable batteery</h4>\r\n[/fancy_box][nectar_animated_title heading_tag=\"h6\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Security Positive bouyancy with floater and replaceable batteery\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:56:04','2018-12-07 23:56:04','',145,'http://futuremediatrix.com/sublue/?p=181',0,'revision','',0),(183,2,'2018-12-07 23:57:57','2018-12-07 23:57:57','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable batteery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text] I am text block. Click edit button to change this text. [/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-07 23:57:57','2018-12-07 23:57:57','',145,'http://futuremediatrix.com/sublue/?p=183',0,'revision','',0),(184,2,'2018-12-08 00:03:07','2018-12-08 00:03:07','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:03:07','2018-12-08 00:03:07','',145,'http://futuremediatrix.com/sublue/?p=184',0,'revision','',0),(185,2,'2018-12-08 00:04:43','2018-12-08 00:04:43','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:04:43','2018-12-08 00:04:43','',145,'http://futuremediatrix.com/sublue/?p=185',0,'revision','',0),(186,2,'2018-12-08 00:05:33','2018-12-08 00:05:33','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"1px\" column_border_color=\"#707070\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:05:33','2018-12-08 00:05:33','',145,'http://futuremediatrix.com/sublue/?p=186',0,'revision','',0),(187,2,'2018-12-08 00:06:33','2018-12-08 00:06:33','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:06:33','2018-12-08 00:06:33','',145,'http://futuremediatrix.com/sublue/?p=187',0,'revision','',0),(188,2,'2018-12-08 00:07:42','2018-12-08 00:07:42','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"none\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"none\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:07:42','2018-12-08 00:07:42','',145,'http://futuremediatrix.com/sublue/?p=188',0,'revision','',0),(189,2,'2018-12-08 00:09:23','2018-12-08 00:09:23','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:09:23','2018-12-08 00:09:23','',145,'http://futuremediatrix.com/sublue/?p=189',0,'revision','',0),(190,2,'2018-12-08 00:12:11','2018-12-08 00:12:11','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_video link=\"http://sublue.com/en/Uploads/video/english2017-12-06.mp4\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:12:11','2018-12-08 00:12:11','',145,'http://futuremediatrix.com/sublue/?p=190',0,'revision','',0),(192,2,'2018-12-08 00:18:11','2018-12-08 00:18:11','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_video link=\"http://sublue.com/en/Uploads/video/english2017-12-06.mp4\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:18:11','2018-12-08 00:18:11','',145,'http://futuremediatrix.com/sublue/?p=192',0,'revision','',0),(191,2,'2018-12-08 00:17:11','2018-12-08 00:17:11','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_video link=\"http://sublue.com/en/Uploads/video/english2017-12-06.mp4\"][nectar_video_lightbox link_style=\"play_button\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:17:11','2018-12-08 00:17:11','',145,'http://futuremediatrix.com/sublue/?p=191',0,'revision','',0),(193,2,'2018-12-08 00:20:29','2018-12-08 00:20:29','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_video link=\"https://youtu.be/sOichW22nf0\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:20:29','2018-12-08 00:20:29','',145,'http://futuremediatrix.com/sublue/?p=193',0,'revision','',0),(194,2,'2018-12-08 00:20:51','2018-12-08 00:20:51','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_video link=\"https://youtu.be/sOichW22nf0\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://youtu.be/sOichW22nf0\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:20:51','2018-12-08 00:20:51','',145,'http://futuremediatrix.com/sublue/?p=194',0,'revision','',0),(195,2,'2018-12-08 00:21:14','2018-12-08 00:21:14','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"nectar-button\" nectar_button_color=\"Default-Accent-Color\" video_url=\"https://youtu.be/sOichW22nf0\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:21:14','2018-12-08 00:21:14','',145,'http://futuremediatrix.com/sublue/?p=195',0,'revision','',0),(196,2,'2018-12-08 00:21:44','2018-12-08 00:21:44','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://youtu.be/sOichW22nf0\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:21:44','2018-12-08 00:21:44','',145,'http://futuremediatrix.com/sublue/?p=196',0,'revision','',0),(201,2,'2018-12-08 00:24:44','2018-12-08 00:24:44','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544228610631{margin-top: 150px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_with_text\" nectar_play_button_color=\"Extra-Color-2\" font_style=\"h3\" video_url=\"https://youtu.be/sOichW22nf0\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:24:44','2018-12-08 00:24:44','',145,'http://futuremediatrix.com/sublue/?p=201',0,'revision','',0),(197,2,'2018-12-08 00:22:33','2018-12-08 00:22:33','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://youtu.be/sOichW22nf0\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:22:33','2018-12-08 00:22:33','',145,'http://futuremediatrix.com/sublue/?p=197',0,'revision','',0),(198,2,'2018-12-08 00:23:10','2018-12-08 00:23:10','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544228589424{margin-top: 80px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://youtu.be/sOichW22nf0\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:23:10','2018-12-08 00:23:10','',145,'http://futuremediatrix.com/sublue/?p=198',0,'revision','',0),(199,2,'2018-12-08 00:23:32','2018-12-08 00:23:32','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544228610631{margin-top: 150px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://youtu.be/sOichW22nf0\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:23:32','2018-12-08 00:23:32','',145,'http://futuremediatrix.com/sublue/?p=199',0,'revision','',0),(200,2,'2018-12-08 00:23:56','2018-12-08 00:23:56','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544228610631{margin-top: 150px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_with_text\" nectar_play_button_color=\"Default-Accent-Color\" font_style=\"p\" video_url=\"https://youtu.be/sOichW22nf0\" link_text=\"Play!\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:23:56','2018-12-08 00:23:56','',145,'http://futuremediatrix.com/sublue/?p=200',0,'revision','',0),(202,2,'2018-12-08 00:25:09','2018-12-08 00:25:09','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544228610631{margin-top: 150px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_with_text\" nectar_play_button_color=\"Extra-Color-2\" font_style=\"h3\" video_url=\"https://youtu.be/sOichW22nf0\" link_text=\"Play the video!\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-08 00:25:09','2018-12-08 00:25:09','',145,'http://futuremediatrix.com/sublue/?p=202',0,'revision','',0),(203,2,'2018-12-08 00:30:33','2018-12-08 00:30:33','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"3px\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#a8a8a8\"][vc_custom_heading text=\"WhiteShark\" font_container=\"tag:h2|text_align:left|color:%230141af\" use_theme_fonts=\"yes\"][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"1\" divider_color=\"default\" custom_height=\"20\" custom_line_width=\"1500\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"21\" alignment=\"\" animation=\"None\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\" img_link=\" http://futuremediatrix.com/sublue/?page_id=145&amp;preview=true\"][vc_custom_heading text=\"WHITESHARK Mix\" font_container=\"tag:h5|text_align:center|color:%230141af\" use_theme_fonts=\"yes\"][vc_column_text]\r\n<p style=\"text-align: center;\">Portable and small size underwater scooter</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Products','','inherit','closed','closed','','111-revision-v1','','','2018-12-08 00:30:33','2018-12-08 00:30:33','',111,'http://futuremediatrix.com/sublue/?p=203',0,'revision','',0),(204,2,'2018-12-08 00:46:03','2018-12-08 00:46:03','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Get in touch with us. Visit our office or drop us a message.\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"20\"][nectar_highlighted_text style=\"full_text\"]\r\n<p style=\"margin-bottom: 0;\">Call us now</p>\r\n[/nectar_highlighted_text][vc_column_text]\r\n<h3 class=\"p1\">+62 816-786-639</h3>\r\n[/vc_column_text][nectar_highlighted_text style=\"full_text\"]\r\n<p style=\"margin-bottom: 0;\">Send us an email</p>\r\n[/nectar_highlighted_text][vc_column_text]\r\n<h3 class=\"p1\">info@sublue.com</h3>\r\n[/vc_column_text][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"42\" link_new_tab=\"true\" color=\"Extra-Color-1\" min_height=\"100\" link_url=\"https://www.google.com/maps\" link_text=\"Get Directions\"]\r\n<h3>Head Office</h3>\r\n<p class=\"p1\">Jl. H. Soleh 1 no. 1H, Kebayoran Lama,\r\nJakarta 116560</p>\r\n[/fancy_box][/vc_column][/vc_row]','Contact Us','','publish','closed','closed','','contact-us','','','2018-12-20 17:40:44','2018-12-20 17:40:44','',0,'http://futuremediatrix.com/sublue/?page_id=204',0,'page','',0),(281,2,'2018-12-17 07:30:13','2018-12-17 07:30:13','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\"][/vc_column][/vc_row]</p>\r\n','Contact Us','','inherit','closed','closed','','204-revision-v1','','','2018-12-17 07:30:13','2018-12-17 07:30:13','',204,'http://futuremediatrix.com/sublue/204-revision-v1/',0,'revision','',0),(205,2,'2018-12-08 00:31:43','2018-12-08 00:31:43','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<h3>Headoffice</h3>\r\n<div class=\"col-md-6 bottommargin clearfix\">\r\n<dl>\r\n 	<dt>Media:</dt>\r\n 	<dd>pr@sublue.com</dd>\r\n 	<dt>Marketing:</dt>\r\n 	<dd>event@sublue.com</dd>\r\n 	<dt>Sales:</dt>\r\n 	<dd>support.cn@sublue.com</dd>\r\n 	<dt>Cooperation:</dt>\r\n 	<dd>E-partners@sublue.com</dd>\r\n 	<dt>Supplier:</dt>\r\n 	<dd>purchasing@sublue.com</dd>\r\n 	<dt>Adreess:</dt>\r\n 	<dd>806-35 Building NO.4, RongSheng Square, BinHai-ZhongGuanCun Science and Technology Park, BinHai District, Tianjin, China</dd>\r\n 	<dt>Post Code:</dt>\r\n 	<dd>300000</dd>\r\n</dl>\r\n</div>\r\n</div>\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<h3>Shenzhen Branch</h3>\r\n<div class=\"col-md-6 bottommargin clearfix\">\r\n<dl>\r\n 	<dt>Media:</dt>\r\n 	<dd>pr@sublue.com</dd>\r\n 	<dt>Marketing:</dt>\r\n 	<dd>event@sublue.com</dd>\r\n 	<dt>Sales:</dt>\r\n 	<dd>support.cn@sublue.com</dd>\r\n 	<dt>Cooperation:</dt>\r\n 	<dd>E-partners@sublue.com</dd>\r\n 	<dt>Supplier:</dt>\r\n 	<dd>purchasing@sublue.com</dd>\r\n 	<dt>Address:</dt>\r\n 	<dd>B-4E JiuZhouDianQi Building, South Area, Science and Technology Park, Nanshan District, Shenzhen, China</dd>\r\n 	<dt>Post Code:</dt>\r\n 	<dd>518000</dd>\r\n</dl>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','204-revision-v1','','','2018-12-08 00:31:43','2018-12-08 00:31:43','',204,'http://futuremediatrix.com/sublue/?p=205',0,'revision','',0),(206,2,'2018-12-08 00:32:48','2018-12-08 00:32:48','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<h3>Headoffice</h3>\r\n<div class=\"col-md-6 bottommargin clearfix\">\r\n<dl>\r\n 	<dt>Media:</dt>\r\n 	<dd>pr@sublue.com</dd>\r\n 	<dt>Marketing:</dt>\r\n 	<dd>event@sublue.com</dd>\r\n 	<dt>Sales:</dt>\r\n 	<dd>support.cn@sublue.com</dd>\r\n 	<dt>Cooperation:</dt>\r\n 	<dd>E-partners@sublue.com</dd>\r\n 	<dt>Supplier:</dt>\r\n 	<dd>purchasing@sublue.com</dd>\r\n 	<dt>Adreess:</dt>\r\n 	<dd>806-35 Building NO.4, RongSheng Square, BinHai-ZhongGuanCun Science and Technology Park, BinHai District, Tianjin, China</dd>\r\n 	<dt>Post Code:</dt>\r\n 	<dd>300000</dd>\r\n</dl>\r\n</div>\r\n</div>\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<h3>Shenzhen Branch</h3>\r\n<div class=\"col-md-6 bottommargin clearfix\">\r\n<dl>\r\n 	<dt>Media:</dt>\r\n 	<dd>pr@sublue.com</dd>\r\n 	<dt>Marketing:</dt>\r\n 	<dd>event@sublue.com</dd>\r\n 	<dt>Sales:</dt>\r\n 	<dd>support.cn@sublue.com</dd>\r\n 	<dt>Cooperation:</dt>\r\n 	<dd>E-partners@sublue.com</dd>\r\n 	<dt>Supplier:</dt>\r\n 	<dd>purchasing@sublue.com</dd>\r\n 	<dt>Address:</dt>\r\n 	<dd>B-4E JiuZhouDianQi Building, South Area, Science and Technology Park, Nanshan District, Shenzhen, China</dd>\r\n 	<dt>Post Code:</dt>\r\n 	<dd>518000</dd>\r\n</dl>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','204-revision-v1','','','2018-12-08 00:32:48','2018-12-08 00:32:48','',204,'http://futuremediatrix.com/sublue/?p=206',0,'revision','',0),(207,2,'2018-12-08 00:35:59','2018-12-08 00:35:59','','3-tender','','inherit','open','closed','','3-tender','','','2018-12-08 00:35:59','2018-12-08 00:35:59','',0,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/3-tender.jpg',0,'attachment','image/jpeg',0),(210,2,'2018-12-08 00:36:43','2018-12-08 00:36:43','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<h3>Headoffice</h3>\r\n<div class=\"col-md-6 bottommargin clearfix\">\r\n<dl>\r\n 	<dt>Media:</dt>\r\n 	<dd>pr@sublue.com</dd>\r\n 	<dt>Marketing:</dt>\r\n 	<dd>event@sublue.com</dd>\r\n 	<dt>Sales:</dt>\r\n 	<dd>support.cn@sublue.com</dd>\r\n 	<dt>Cooperation:</dt>\r\n 	<dd>E-partners@sublue.com</dd>\r\n 	<dt>Supplier:</dt>\r\n 	<dd>purchasing@sublue.com</dd>\r\n 	<dt>Adreess:</dt>\r\n 	<dd>806-35 Building NO.4, RongSheng Square, BinHai-ZhongGuanCun Science and Technology Park, BinHai District, Tianjin, China</dd>\r\n 	<dt>Post Code:</dt>\r\n 	<dd>300000</dd>\r\n</dl>\r\n</div>\r\n</div>\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<h3>Shenzhen Branch</h3>\r\n<div class=\"col-md-6 bottommargin clearfix\">\r\n<dl>\r\n 	<dt>Media:</dt>\r\n 	<dd>pr@sublue.com</dd>\r\n 	<dt>Marketing:</dt>\r\n 	<dd>event@sublue.com</dd>\r\n 	<dt>Sales:</dt>\r\n 	<dd>support.cn@sublue.com</dd>\r\n 	<dt>Cooperation:</dt>\r\n 	<dd>E-partners@sublue.com</dd>\r\n 	<dt>Supplier:</dt>\r\n 	<dd>purchasing@sublue.com</dd>\r\n 	<dt>Address:</dt>\r\n 	<dd>B-4E JiuZhouDianQi Building, South Area, Science and Technology Park, Nanshan District, Shenzhen, China</dd>\r\n 	<dt>Post Code:</dt>\r\n 	<dd>518000</dd>\r\n</dl>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','204-revision-v1','','','2018-12-08 00:36:43','2018-12-08 00:36:43','',204,'http://futuremediatrix.com/sublue/?p=210',0,'revision','',0),(208,2,'2018-12-08 00:36:17','2018-12-08 00:36:17','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"207\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Contact Us\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<h3>Headoffice</h3>\r\n<div class=\"col-md-6 bottommargin clearfix\">\r\n<dl>\r\n 	<dt>Media:</dt>\r\n 	<dd>pr@sublue.com</dd>\r\n 	<dt>Marketing:</dt>\r\n 	<dd>event@sublue.com</dd>\r\n 	<dt>Sales:</dt>\r\n 	<dd>support.cn@sublue.com</dd>\r\n 	<dt>Cooperation:</dt>\r\n 	<dd>E-partners@sublue.com</dd>\r\n 	<dt>Supplier:</dt>\r\n 	<dd>purchasing@sublue.com</dd>\r\n 	<dt>Adreess:</dt>\r\n 	<dd>806-35 Building NO.4, RongSheng Square, BinHai-ZhongGuanCun Science and Technology Park, BinHai District, Tianjin, China</dd>\r\n 	<dt>Post Code:</dt>\r\n 	<dd>300000</dd>\r\n</dl>\r\n</div>\r\n</div>\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<h3>Shenzhen Branch</h3>\r\n<div class=\"col-md-6 bottommargin clearfix\">\r\n<dl>\r\n 	<dt>Media:</dt>\r\n 	<dd>pr@sublue.com</dd>\r\n 	<dt>Marketing:</dt>\r\n 	<dd>event@sublue.com</dd>\r\n 	<dt>Sales:</dt>\r\n 	<dd>support.cn@sublue.com</dd>\r\n 	<dt>Cooperation:</dt>\r\n 	<dd>E-partners@sublue.com</dd>\r\n 	<dt>Supplier:</dt>\r\n 	<dd>purchasing@sublue.com</dd>\r\n 	<dt>Address:</dt>\r\n 	<dd>B-4E JiuZhouDianQi Building, South Area, Science and Technology Park, Nanshan District, Shenzhen, China</dd>\r\n 	<dt>Post Code:</dt>\r\n 	<dd>518000</dd>\r\n</dl>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','204-revision-v1','','','2018-12-08 00:36:17','2018-12-08 00:36:17','',204,'http://futuremediatrix.com/sublue/?p=208',0,'revision','',0),(209,2,'2018-12-08 00:36:32','2018-12-08 00:36:32','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"207\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Contact Us\" use_theme_fonts=\"yes\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<h3>Headoffice</h3>\r\n<div class=\"col-md-6 bottommargin clearfix\">\r\n<dl>\r\n 	<dt>Media:</dt>\r\n 	<dd>pr@sublue.com</dd>\r\n 	<dt>Marketing:</dt>\r\n 	<dd>event@sublue.com</dd>\r\n 	<dt>Sales:</dt>\r\n 	<dd>support.cn@sublue.com</dd>\r\n 	<dt>Cooperation:</dt>\r\n 	<dd>E-partners@sublue.com</dd>\r\n 	<dt>Supplier:</dt>\r\n 	<dd>purchasing@sublue.com</dd>\r\n 	<dt>Adreess:</dt>\r\n 	<dd>806-35 Building NO.4, RongSheng Square, BinHai-ZhongGuanCun Science and Technology Park, BinHai District, Tianjin, China</dd>\r\n 	<dt>Post Code:</dt>\r\n 	<dd>300000</dd>\r\n</dl>\r\n</div>\r\n</div>\r\n<div class=\"clearfix topmargin bottommargin\">\r\n<h3>Shenzhen Branch</h3>\r\n<div class=\"col-md-6 bottommargin clearfix\">\r\n<dl>\r\n 	<dt>Media:</dt>\r\n 	<dd>pr@sublue.com</dd>\r\n 	<dt>Marketing:</dt>\r\n 	<dd>event@sublue.com</dd>\r\n 	<dt>Sales:</dt>\r\n 	<dd>support.cn@sublue.com</dd>\r\n 	<dt>Cooperation:</dt>\r\n 	<dd>E-partners@sublue.com</dd>\r\n 	<dt>Supplier:</dt>\r\n 	<dd>purchasing@sublue.com</dd>\r\n 	<dt>Address:</dt>\r\n 	<dd>B-4E JiuZhouDianQi Building, South Area, Science and Technology Park, Nanshan District, Shenzhen, China</dd>\r\n 	<dt>Post Code:</dt>\r\n 	<dd>518000</dd>\r\n</dl>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','204-revision-v1','','','2018-12-08 00:36:32','2018-12-08 00:36:32','',204,'http://futuremediatrix.com/sublue/?p=209',0,'revision','',0),(211,2,'2018-12-08 00:47:23','2018-12-08 00:47:23','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"40\"][vc_custom_heading text=\"Refund Policy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]1). Within 7 calendar days of delivery if the product has no manufacturing defect, has not been activated and is still in new or like-new condition.\r\n\r\n2). Within 7 calendar days of delivery if the product has a manufacturing defect.\r\n\r\n[/vc_column_text][vc_custom_heading text=\"A refund will not be provided in following cases\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]1). The refund was requested beyond 7 calendars days of delivery;\r\n\r\n2). Product sent in for refund does not include all original accessories, attachments and packaging, any item is not in new or like-new condition, i.e. with cracks, dents or scratches.\r\n\r\n3). Legal proof-of-purchase or receipts are not provided, or are reasonably believed to have been forged or tampered with.\r\n\r\n4). Any product fault or damage has been caused by unauthorized use or modification of the product, including exposure to moisture, entry of foreign bodies (water, oil, sand, etc.), or improper installation or operation.\r\n\r\n5). Product labels, serial numbers, waterproof marks, false proof marks etc. show signs of tampering or alteration.\r\n\r\n6). Damage was caused to the product by external factors out of our control, including fire, flood, high winds and lightning strike.\r\n\r\n7). Respective product has not been sent back to SUBLUE 7 calendar days after refund confirmation from SUBLUE.\r\n\r\n8). The date of activation exceeds 30 days after the date of delivery.\r\n\r\n[/vc_column_text][vc_custom_heading text=\"Replacement Policy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]1). Within 7 calendar days of delivery if the product has no manufacturing defect and is still in new or like-new condition.\r\n\r\n2). Within 15 calendar days of delivery if the product has sustained substantial damage in transit.\r\n\r\n3). Within 15 calendar days of delivery if the product purchased does not match the original description of the product in one or more significant respects.\r\n\r\n4). Within 15 calendar days of delivery if the product has a manufacturing defect(s).\r\n\r\n[/vc_column_text][vc_custom_heading text=\"A replacement will not be provided within 15 calendar days of the purchase in following cases\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]1). The replacement was requested beyond 15 calendars days of delivery;\r\n\r\n2). Legal proof-of-purchase or receipts are not provided, or are reasonably believed to have been forged or tampered with.\r\n\r\n3). Product sent in for replacement does not include all original accessories, attachments and packaging, or contains items damaged by user error.\r\n\r\n4). Product is found to have no manufacturing defects after appropriate tests are conducted by SUBLUE Technical Support.\r\n\r\n5). Any product fault or damage has been caused by unauthorized use or modification of the product, including exposure to moisture, entry of foreign bodies (water, oil, sand, etc.), or improper installation or operation.\r\n\r\n6)f. Product labels, serial numbers, waterproof marks, false proof marks etc. show signs of tampering or alteration.\r\n\r\n7). Damage was caused to the product by external factors out of our control, including fire, flood, high winds and lightning strike.\r\n\r\n8). Respective product has not been sent back to SUBLUE 7 calendar days after replacement confirmation from SUBLUE.\r\n\r\n9).The date of activation exceeds 30 days after the date of delivery.[/vc_column_text][/vc_column][/vc_row]','After-Sale Service','','publish','closed','closed','','after-sale-service','','','2018-12-18 18:39:19','2018-12-18 18:39:19','',0,'http://futuremediatrix.com/sublue/?page_id=211',0,'page','',0),(212,2,'2018-12-08 00:46:42','2018-12-08 00:46:42','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<strong>1. Refund policy</strong>\r\n\r\n1). Within 7 calendar days of delivery if the product has no manufacturing defect, has not been activated and is still in new or like-new condition.\r\n\r\n2). Within 7 calendar days of delivery if the product has a manufacturing defect.\r\n\r\n<strong>2. A refund will not be provided in following cases</strong>\r\n\r\n1). The refund was requested beyond 7 calendars days of delivery;\r\n\r\n2). Product sent in for refund does not include all original accessories, attachments and packaging, any item is not in new or like-new condition, i.e. with cracks, dents or scratches.\r\n\r\n3). Legal proof-of-purchase or receipts are not provided, or are reasonably believed to have been forged or tampered with.\r\n\r\n4). Any product fault or damage has been caused by unauthorized use or modification of the product, including exposure to moisture, entry of foreign bodies (water, oil, sand, etc.), or improper installation or operation.\r\n\r\n5). Product labels, serial numbers, waterproof marks, false proof marks etc. show signs of tampering or alteration.\r\n\r\n6). Damage was caused to the product by external factors out of our control, including fire, flood, high winds and lightning strike.\r\n\r\n7). Respective product has not been sent back to SUBLUE 7 calendar days after refund confirmation from SUBLUE.\r\n\r\n8). The date of activation exceeds 30 days after the date of delivery.\r\n\r\n<strong>3. replacement policy</strong>\r\n\r\n1). Within 7 calendar days of delivery if the product has no manufacturing defect and is still in new or like-new condition.\r\n\r\n2). Within 15 calendar days of delivery if the product has sustained substantial damage in transit.\r\n\r\n3). Within 15 calendar days of delivery if the product purchased does not match the original description of the product in one or more significant respects.\r\n\r\n4). Within 15 calendar days of delivery if the product has a manufacturing defect(s).\r\n\r\n<strong>4. A replacement will not be provided within 15 calendar days of the purchase in following cases</strong>\r\n\r\n1). The replacement was requested beyond 15 calendars days of delivery;\r\n\r\n2). Legal proof-of-purchase or receipts are not provided, or are reasonably believed to have been forged or tampered with.\r\n\r\n3). Product sent in for replacement does not include all original accessories, attachments and packaging, or contains items damaged by user error.\r\n\r\n4). Product is found to have no manufacturing defects after appropriate tests are conducted by SUBLUE Technical Support.\r\n\r\n5). Any product fault or damage has been caused by unauthorized use or modification of the product, including exposure to moisture, entry of foreign bodies (water, oil, sand, etc.), or improper installation or operation.\r\n\r\n6)f. Product labels, serial numbers, waterproof marks, false proof marks etc. show signs of tampering or alteration.\r\n\r\n7). Damage was caused to the product by external factors out of our control, including fire, flood, high winds and lightning strike.\r\n\r\n8). Respective product has not been sent back to SUBLUE 7 calendar days after replacement confirmation from SUBLUE.\r\n\r\n9).The date of activation exceeds 30 days after the date of delivery.[/vc_column_text][/vc_column][/vc_row]','After-Sale Service','','inherit','closed','closed','','211-revision-v1','','','2018-12-08 00:46:42','2018-12-08 00:46:42','',211,'http://futuremediatrix.com/sublue/?p=212',0,'revision','',0),(213,2,'2018-12-08 00:56:05','2018-12-08 00:56:05','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_color=\"#0141af\" column_border_style=\"dotted\"][vc_custom_heading text=\"Service\" font_container=\"tag:h5|text_align:left|color:%232b2b2b\" use_theme_fonts=\"yes\"][vc_column_text]<a href=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf\">Whiteshark MIX User Manual-20171031</a>[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','publish','closed','closed','','users-manual','','','2018-12-18 18:45:11','2018-12-18 18:45:11','',0,'http://futuremediatrix.com/sublue/?page_id=213',0,'page','',0),(214,2,'2018-12-08 00:48:08','2018-12-08 00:48:08','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover\">\r\n<thead>\r\n<tr>\r\n<th>Service</th>\r\n<th></th>\r\n<th class=\"text-right\"></th>\r\n</tr>\r\n</thead>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-revision-v1','','','2018-12-08 00:48:08','2018-12-08 00:48:08','',213,'http://futuremediatrix.com/sublue/?p=214',0,'revision','',0),(215,2,'2018-12-08 00:49:09','2018-12-08 00:49:09','','Whiteshark MIX User Manual-20171031','','inherit','open','closed','','whiteshark-mix-user-manual-20171031','','','2018-12-08 00:49:09','2018-12-08 00:49:09','',213,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf',0,'attachment','application/pdf',0),(216,2,'2018-12-08 00:49:22','2018-12-08 00:49:22','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover\">\r\n<thead>\r\n<tr>\r\n<th>Service</th>\r\n<th></th>\r\n<th class=\"text-right\"></th>\r\n</tr>\r\n</thead>\r\n</table>\r\n<a href=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf\">Whiteshark MIX User Manual-20171031</a>[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-revision-v1','','','2018-12-08 00:49:22','2018-12-08 00:49:22','',213,'http://futuremediatrix.com/sublue/?p=216',0,'revision','',0),(217,2,'2018-12-08 00:49:57','2018-12-08 00:49:57','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n<a href=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf\">Whiteshark MIX User Manual-20171031</a>\r\n<table class=\"table table-hover\">\r\n<thead>\r\n<tr>\r\n<th>Service</th>\r\n<th></th>\r\n<th class=\"text-right\"></th>\r\n</tr>\r\n</thead>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-revision-v1','','','2018-12-08 00:49:57','2018-12-08 00:49:57','',213,'http://futuremediatrix.com/sublue/?p=217',0,'revision','',0),(218,2,'2018-12-08 00:51:12','2018-12-08 00:51:12','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover\">\r\n<thead>\r\n<tr>\r\n<th>Service</th>\r\n<th></th>\r\n<th class=\"text-right\"></th>\r\n</tr>\r\n</thead>\r\n</table>\r\nWhiteshark MIX User Manual-20171031\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-revision-v1','','','2018-12-08 00:51:12','2018-12-08 00:51:12','',213,'http://futuremediatrix.com/sublue/?p=218',0,'revision','',0),(220,2,'2018-12-08 00:53:33','2018-12-08 00:53:33','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Service\" font_container=\"tag:h2|text_align:left|color:%232b2b2b\"][vc_column_text]<a href=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf\">Whiteshark MIX User Manual-20171031</a>[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-revision-v1','','','2018-12-08 00:53:33','2018-12-08 00:53:33','',213,'http://futuremediatrix.com/sublue/?p=220',0,'revision','',0),(219,2,'2018-12-08 00:52:17','2018-12-08 00:52:17','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover\">\r\n<thead>\r\n<tr>\r\n<th>Service</th>\r\n<th></th>\r\n<th class=\"text-right\"></th>\r\n</tr>\r\n</thead>\r\n</table>\r\n[/vc_column_text][vc_column_text]<a href=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf\">Whiteshark MIX User Manual-20171031</a>[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-revision-v1','','','2018-12-08 00:52:17','2018-12-08 00:52:17','',213,'http://futuremediatrix.com/sublue/?p=219',0,'revision','',0),(221,2,'2018-12-08 00:53:43','2018-12-08 00:53:43','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Service\" font_container=\"tag:h2|text_align:left|color:%232b2b2b\" use_theme_fonts=\"yes\"][vc_column_text]<a href=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf\">Whiteshark MIX User Manual-20171031</a>[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-revision-v1','','','2018-12-08 00:53:43','2018-12-08 00:53:43','',213,'http://futuremediatrix.com/sublue/?p=221',0,'revision','',0),(222,2,'2018-12-08 00:53:54','2018-12-08 00:53:54','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Service\" font_container=\"tag:h5|text_align:left|color:%232b2b2b\" use_theme_fonts=\"yes\"][vc_column_text]<a href=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf\">Whiteshark MIX User Manual-20171031</a>[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-revision-v1','','','2018-12-08 00:53:54','2018-12-08 00:53:54','',213,'http://futuremediatrix.com/sublue/?p=222',0,'revision','',0),(223,2,'2018-12-08 00:54:36','2018-12-08 00:54:36','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_color=\"#295ba4\" column_border_style=\"solid\"][vc_custom_heading text=\"Service\" font_container=\"tag:h5|text_align:left|color:%232b2b2b\" use_theme_fonts=\"yes\"][vc_column_text]<a href=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf\">Whiteshark MIX User Manual-20171031</a>[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-revision-v1','','','2018-12-08 00:54:36','2018-12-08 00:54:36','',213,'http://futuremediatrix.com/sublue/?p=223',0,'revision','',0),(224,2,'2018-12-08 00:55:12','2018-12-08 00:55:12','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_color=\"#0141af\" column_border_style=\"double\"][vc_custom_heading text=\"Service\" font_container=\"tag:h5|text_align:left|color:%232b2b2b\" use_theme_fonts=\"yes\"][vc_column_text]<a href=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf\">Whiteshark MIX User Manual-20171031</a>[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-revision-v1','','','2018-12-08 00:55:12','2018-12-08 00:55:12','',213,'http://futuremediatrix.com/sublue/?p=224',0,'revision','',0),(225,2,'2018-12-08 00:55:36','2018-12-08 00:55:36','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_color=\"#0141af\" column_border_style=\"dotted\"][vc_custom_heading text=\"Service\" font_container=\"tag:h5|text_align:left|color:%232b2b2b\" use_theme_fonts=\"yes\"][vc_column_text]<a href=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf\">Whiteshark MIX User Manual-20171031</a>[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-revision-v1','','','2018-12-08 00:55:36','2018-12-08 00:55:36','',213,'http://futuremediatrix.com/sublue/?p=225',0,'revision','',0),(235,2,'2018-12-08 02:37:38','2018-12-08 02:37:38',' ','','','publish','closed','closed','','235','','','2018-12-28 10:48:05','2018-12-28 10:48:05','',0,'http://futuremediatrix.com/sublue/?p=235',1,'nav_menu_item','',0),(228,2,'2018-12-08 00:57:32','2018-12-08 00:57:32',' ','','','publish','closed','closed','','228','','','2018-12-28 10:48:05','2018-12-28 10:48:05','',0,'http://futuremediatrix.com/sublue/?p=228',2,'nav_menu_item','',0),(280,2,'2018-12-14 14:48:32','2018-12-14 14:48:32','<br />\r\n','Contact Us','','inherit','closed','closed','','204-revision-v1','','','2018-12-14 14:48:32','2018-12-14 14:48:32','',204,'http://futuremediatrix.com/sublue/204-revision-v1/',0,'revision','',0),(229,2,'2018-12-08 00:57:42','2018-12-08 00:57:42','','Contact','','publish','closed','closed','','229','','','2018-12-28 10:48:05','2018-12-28 10:48:05','',0,'http://futuremediatrix.com/sublue/?p=229',5,'nav_menu_item','',0),(306,1,'2018-12-27 04:24:28','2018-12-27 04:24:28','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][woocommerce_cart][/vc_column][/vc_row]','Cart','','publish','closed','closed','','cart','','','2018-12-27 04:24:28','2018-12-27 04:24:28','',0,'http://futuremediatrix.com/sublue/?page_id=306',0,'page','',0),(269,2,'2018-12-14 14:17:57','2018-12-14 14:17:57','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543826882829{margin-top: 30px !important;margin-bottom: 30px !important;}\"]</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','About Us','','inherit','closed','closed','','40-revision-v1','','','2018-12-14 14:17:57','2018-12-14 14:17:57','',40,'http://futuremediatrix.com/sublue/40-revision-v1/',0,'revision','',0),(231,2,'2018-12-08 00:57:55','2018-12-08 00:57:55','','About','','publish','closed','closed','','231','','','2018-12-28 10:48:05','2018-12-28 10:48:05','',0,'http://futuremediatrix.com/sublue/?p=231',4,'nav_menu_item','',0),(232,2,'2018-12-08 00:57:55','2018-12-08 00:57:55','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"42\" alignment=\"center\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h5\" style=\"color-strip-reveal\" color=\"Accent-Color\" text=\"Company Profile\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543826882829{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','40-revision-v1','','','2018-12-08 00:57:55','2018-12-08 00:57:55','',40,'http://futuremediatrix.com/sublue/?p=232',0,'revision','',0),(234,2,'2018-12-08 01:00:54','2018-12-08 01:00:54','','WhiteShark','','publish','closed','closed','','whiteshark','','','2018-12-28 10:48:05','2018-12-28 10:48:05','',0,'http://futuremediatrix.com/sublue/?p=234',3,'nav_menu_item','',0),(318,1,'2018-12-28 09:53:42','2018-12-28 09:53:42','','LogoHiuPutih','','inherit','open','closed','','logohiuputih','','','2018-12-28 09:53:42','2018-12-28 09:53:42','',0,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/LogoHiuPutih.jpg',0,'attachment','image/jpeg',0),(313,1,'2018-12-28 09:57:54','2018-12-28 09:57:54','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"10/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1545884862500{margin-bottom: 30px !important;}\"]\r\n<h2>Thank You!</h2>\r\n[/vc_column_text][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"4\" divider_color=\"extra-color-gradient-2\" animate=\"yes\" custom_height=\"80\" custom_line_width=\"100\"][vc_column_text css=\".vc_custom_1545884969020{margin-bottom: 50px !important;}\" max_width=\"550\"]Your order has been successfully placed. You can view your order status by going to My Order Page. Thank you for shopping with us![/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','Payment Success','','publish','closed','closed','','payment-success','','','2018-12-28 09:57:54','2018-12-28 09:57:54','',0,'http://futuremediatrix.com/sublue/?page_id=313',0,'page','',0),(314,1,'2018-12-27 04:25:36','2018-12-27 04:25:36','','Payment Success','','inherit','closed','closed','','313-revision-v1','','','2018-12-27 04:25:36','2018-12-27 04:25:36','',313,'http://futuremediatrix.com/sublue/313-revision-v1/',0,'revision','',0),(274,2,'2018-12-14 14:24:48','2018-12-14 14:24:48','','Auto Draft','','publish','closed','closed','','auto-draft-5','','','2018-12-14 14:24:48','2018-12-14 14:24:48','',0,'http://futuremediatrix.com/sublue/?post_type=nectar_slider&#038;p=274',0,'nectar_slider','',0),(239,2,'2018-12-14 14:12:31','2018-12-14 14:12:31','','66','','inherit','open','closed','','66','','','2018-12-14 14:12:31','2018-12-14 14:12:31','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/66.jpeg',0,'attachment','image/jpeg',0),(240,2,'2018-12-14 14:12:43','2018-12-14 14:12:43','','AW_Mix-7','','inherit','open','closed','','aw_mix-7','','','2018-12-14 14:12:43','2018-12-14 14:12:43','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AW_Mix-7.jpg',0,'attachment','image/jpeg',0),(241,2,'2018-12-14 14:13:04','2018-12-14 14:13:04','','33','','inherit','open','closed','','33','','','2018-12-14 14:13:04','2018-12-14 14:13:04','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/33.jpeg',0,'attachment','image/jpeg',0),(242,2,'2018-12-14 14:13:19','2018-12-14 14:13:19','','AW_Mix-6','','inherit','open','closed','','aw_mix-6','','','2018-12-14 14:13:19','2018-12-14 14:13:19','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AW_Mix-6.jpg',0,'attachment','image/jpeg',0),(243,2,'2018-12-14 14:13:32','2018-12-14 14:13:32','','AW_Mix-5','','inherit','open','closed','','aw_mix-5','','','2018-12-14 14:13:32','2018-12-14 14:13:32','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AW_Mix-5.jpg',0,'attachment','image/jpeg',0),(244,2,'2018-12-14 14:13:37','2018-12-14 14:13:37','','AW_Mix-1','','inherit','open','closed','','aw_mix-1','','','2018-12-14 14:13:37','2018-12-14 14:13:37','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AW_Mix-1.jpg',0,'attachment','image/jpeg',0),(245,2,'2018-12-14 14:13:41','2018-12-14 14:13:41','','AW_Mix-2','','inherit','open','closed','','aw_mix-2','','','2018-12-14 14:13:41','2018-12-14 14:13:41','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AW_Mix-2.jpg',0,'attachment','image/jpeg',0),(246,2,'2018-12-14 14:13:42','2018-12-14 14:13:42','','AW_Mix-3','','inherit','open','closed','','aw_mix-3','','','2018-12-14 14:13:42','2018-12-14 14:13:42','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AW_Mix-3.jpg',0,'attachment','image/jpeg',0),(247,2,'2018-12-14 14:13:46','2018-12-14 14:13:46','','AW_Mix-4','','inherit','open','closed','','aw_mix-4','','','2018-12-14 14:13:46','2018-12-14 14:13:46','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AW_Mix-4.jpg',0,'attachment','image/jpeg',0),(248,2,'2018-12-14 14:13:51','2018-12-14 14:13:51','','AB_Mix-9','','inherit','open','closed','','ab_mix-9','','','2018-12-14 14:13:51','2018-12-14 14:13:51','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AB_Mix-9.jpg',0,'attachment','image/jpeg',0),(249,2,'2018-12-14 14:13:59','2018-12-14 14:13:59','','AB_Mix-7','','inherit','open','closed','','ab_mix-7','','','2018-12-14 14:13:59','2018-12-14 14:13:59','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AB_Mix-7.jpg',0,'attachment','image/jpeg',0),(250,2,'2018-12-14 14:14:05','2018-12-14 14:14:05','','AB_Mix-8','','inherit','open','closed','','ab_mix-8','','','2018-12-14 14:14:05','2018-12-14 14:14:05','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AB_Mix-8.jpg',0,'attachment','image/jpeg',0),(251,2,'2018-12-14 14:14:07','2018-12-14 14:14:07','','AB_Mix-6','','inherit','open','closed','','ab_mix-6','','','2018-12-14 14:14:07','2018-12-14 14:14:07','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AB_Mix-6.jpg',0,'attachment','image/jpeg',0),(252,2,'2018-12-14 14:14:08','2018-12-14 14:14:08','','AB_Mix-1','','inherit','open','closed','','ab_mix-1','','','2018-12-14 14:14:08','2018-12-14 14:14:08','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AB_Mix-1.jpg',0,'attachment','image/jpeg',0),(253,2,'2018-12-14 14:14:10','2018-12-14 14:14:10','','AB_Mix-2','','inherit','open','closed','','ab_mix-2','','','2018-12-14 14:14:10','2018-12-14 14:14:10','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AB_Mix-2.jpg',0,'attachment','image/jpeg',0),(254,2,'2018-12-14 14:14:11','2018-12-14 14:14:11','','AB_Mix-3','','inherit','open','closed','','ab_mix-3','','','2018-12-14 14:14:11','2018-12-14 14:14:11','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AB_Mix-3.jpg',0,'attachment','image/jpeg',0),(255,2,'2018-12-14 14:14:13','2018-12-14 14:14:13','','AB_Mix-4','','inherit','open','closed','','ab_mix-4','','','2018-12-14 14:14:13','2018-12-14 14:14:13','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AB_Mix-4.jpg',0,'attachment','image/jpeg',0),(256,2,'2018-12-14 14:14:16','2018-12-14 14:14:16','','AB_Mix-5','','inherit','open','closed','','ab_mix-5','','','2018-12-14 14:14:16','2018-12-14 14:14:16','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/AB_Mix-5.jpg',0,'attachment','image/jpeg',0),(257,2,'2018-12-14 14:14:22','2018-12-14 14:14:22','','SB_Mix-6','','inherit','open','closed','','sb_mix-6','','','2018-12-14 14:14:22','2018-12-14 14:14:22','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/SB_Mix-6.jpg',0,'attachment','image/jpeg',0),(258,2,'2018-12-14 14:14:28','2018-12-14 14:14:28','','SB_Mix-7','','inherit','open','closed','','sb_mix-7','','','2018-12-14 14:14:28','2018-12-14 14:14:28','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/SB_Mix-7.jpg',0,'attachment','image/jpeg',0),(259,2,'2018-12-14 14:14:39','2018-12-14 14:14:39','','SB_Mix-8','','inherit','open','closed','','sb_mix-8','','','2018-12-14 14:14:39','2018-12-14 14:14:39','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/SB_Mix-8.jpg',0,'attachment','image/jpeg',0),(260,2,'2018-12-14 14:14:40','2018-12-14 14:14:40','','11','','inherit','open','closed','','11','','','2018-12-14 14:14:40','2018-12-14 14:14:40','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/11.jpeg',0,'attachment','image/jpeg',0),(261,2,'2018-12-14 14:14:43','2018-12-14 14:14:43','','22','','inherit','open','closed','','22','','','2018-12-14 14:14:43','2018-12-14 14:14:43','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/22.jpeg',0,'attachment','image/jpeg',0),(262,2,'2018-12-14 14:14:44','2018-12-14 14:14:44','','44','','inherit','open','closed','','44','','','2018-12-14 14:14:44','2018-12-14 14:14:44','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/44.jpeg',0,'attachment','image/jpeg',0),(263,2,'2018-12-14 14:14:46','2018-12-14 14:14:46','','55','','inherit','open','closed','','55','','','2018-12-14 14:14:46','2018-12-14 14:14:46','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/55.jpeg',0,'attachment','image/jpeg',0),(264,2,'2018-12-14 14:14:48','2018-12-14 14:14:48','','SB_Mix-1','','inherit','open','closed','','sb_mix-1','','','2018-12-14 14:14:48','2018-12-14 14:14:48','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/SB_Mix-1.jpg',0,'attachment','image/jpeg',0),(265,2,'2018-12-14 14:14:50','2018-12-14 14:14:50','','SB_Mix-2','','inherit','open','closed','','sb_mix-2','','','2018-12-14 14:14:50','2018-12-14 14:14:50','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/SB_Mix-2.jpg',0,'attachment','image/jpeg',0),(266,2,'2018-12-14 14:14:51','2018-12-14 14:14:51','','SB_Mix-3','','inherit','open','closed','','sb_mix-3','','','2018-12-14 14:14:51','2018-12-14 14:14:51','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/SB_Mix-3.jpg',0,'attachment','image/jpeg',0),(267,2,'2018-12-14 14:14:55','2018-12-14 14:14:55','','SB_Mix-4','','inherit','open','closed','','sb_mix-4','','','2018-12-14 14:14:55','2018-12-14 14:14:55','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/SB_Mix-4.jpg',0,'attachment','image/jpeg',0),(268,2,'2018-12-14 14:14:56','2018-12-14 14:14:56','','SB_Mix-5','','inherit','open','closed','','sb_mix-5','','','2018-12-14 14:14:56','2018-12-14 14:14:56','',40,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/SB_Mix-5.jpg',0,'attachment','image/jpeg',0),(273,2,'2018-12-14 14:24:17','2018-12-14 14:24:17','','Auto Draft','','publish','closed','closed','','auto-draft-4','','','2018-12-14 14:24:17','2018-12-14 14:24:17','',0,'http://futuremediatrix.com/sublue/?post_type=nectar_slider&#038;p=273',0,'nectar_slider','',0),(272,2,'2018-12-14 14:23:55','2018-12-14 14:23:55','','Auto Draft','','publish','closed','closed','','auto-draft-3','','','2018-12-14 14:23:55','2018-12-14 14:23:55','',0,'http://futuremediatrix.com/sublue/?post_type=nectar_slider&#038;p=272',0,'nectar_slider','',0),(275,2,'2018-12-14 14:25:02','2018-12-14 14:25:02','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543826882829{margin-top: 30px !important;margin-bottom: 30px !important;}\"]</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]</p>\r\n','About Us','','inherit','closed','closed','','40-revision-v1','','','2018-12-14 14:25:02','2018-12-14 14:25:02','',40,'http://futuremediatrix.com/sublue/40-revision-v1/',0,'revision','',0),(277,2,'2018-12-14 14:33:27','2018-12-14 14:33:27','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543826882829{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"40\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"About Us\" full_width=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" parallax=\"true\" bg_animation=\"none\" loop=\"true\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\" slider_height=\"500\" autorotate=\"1000\"][/vc_column][/vc_row','About Us','','inherit','closed','closed','','40-revision-v1','','','2018-12-14 14:33:27','2018-12-14 14:33:27','',40,'http://futuremediatrix.com/sublue/40-revision-v1/',0,'revision','',0),(276,2,'2018-12-14 14:31:11','2018-12-14 14:31:11','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][vc_custom_heading text=\"The World\'s Smallest Water Scooter\" font_container=\"tag:h2|font_size:42|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][vc_column_text css=\".vc_custom_1543826882829{margin-top: 30px !important;margin-bottom: 30px !important;}\"]</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-weight: 400; text-align: center;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n<p>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"40\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"About Us\" full_width=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" parallax=\"true\" bg_animation=\"none\" loop=\"true\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\" slider_height=\"500\" autorotate=\"1000\"][/vc_column][/vc_row]</p>\r\n<span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">﻿</span>','About Us','','inherit','closed','closed','','40-revision-v1','','','2018-12-14 14:31:11','2018-12-14 14:31:11','',40,'http://futuremediatrix.com/sublue/40-revision-v1/',0,'revision','',0),(315,1,'2018-12-27 04:29:30','2018-12-27 04:29:30','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f4f4f4\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"10/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1545884862500{margin-bottom: 30px !important;}\"]\r\n<h2>Thank You!</h2>\r\n[/vc_column_text][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"4\" divider_color=\"extra-color-gradient-2\" animate=\"yes\" custom_height=\"80\" custom_line_width=\"100\"][vc_column_text css=\".vc_custom_1545884969020{margin-bottom: 50px !important;}\" max_width=\"550\"]Your order has been successfully placed. You can view your order status by going to My Order Page. Thank you for shopping with us![/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','Payment Success','','inherit','closed','closed','','313-revision-v1','','','2018-12-27 04:29:30','2018-12-27 04:29:30','',313,'http://futuremediatrix.com/sublue/313-revision-v1/',0,'revision','',0),(278,2,'2018-12-14 14:46:43','2018-12-14 14:46:43','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"About Us\" full_width=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" parallax=\"true\" bg_animation=\"none\" loop=\"true\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\" slider_height=\"500\" autorotate=\"1000\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-8-percent\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_color=\"#000000\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h1\" style=\"color-strip-reveal\" color=\"Extra-Color-2\" text=\"The World\'s Smallest Scooter\"][vc_column_text css=\".vc_custom_1544798730259{margin-top: 30px !important;margin-bottom: 30px !important;}\"]\r\n<p style=\"font-size: 14px; font-weight: 450; text-align: center;\">Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.</p>\r\n<p style=\"font-size: 14px; font-weight: 400; text-align: center;\">Sublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.</p>\r\n<p style=\"font-size: 14px; font-weight: 400; text-align: center;\">Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.</p>\r\n<p style=\"font-size: 14px; font-weight: 400; text-align: center;\">Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.</p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"40\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column]','About Us','','inherit','closed','closed','','40-revision-v1','','','2018-12-14 14:46:43','2018-12-14 14:46:43','',40,'http://futuremediatrix.com/sublue/40-revision-v1/',0,'revision','',0),(279,2,'2018-12-17 07:30:10','2018-12-17 07:30:10','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\"][/vc_column][/vc_row]</p>\n','Contact Us','','inherit','closed','closed','','204-autosave-v1','','','2018-12-17 07:30:10','2018-12-17 07:30:10','',204,'http://futuremediatrix.com/sublue/204-autosave-v1/',0,'revision','',0),(308,1,'2018-12-27 04:24:04','2018-12-27 04:24:04','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][woocommerce_cart][/vc_column][/vc_row]','Cart','','inherit','closed','closed','','306-revision-v1','','','2018-12-27 04:24:04','2018-12-27 04:24:04','',306,'http://futuremediatrix.com/sublue/306-revision-v1/',0,'revision','',0),(319,1,'2018-12-28 09:53:48','2018-12-28 09:53:48','','LogoHiuPutihAtasBawah','','inherit','open','closed','','logohiuputihatasbawah','','','2018-12-28 09:53:48','2018-12-28 09:53:48','',0,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/LogoHiuPutihAtasBawah.jpg',0,'attachment','image/jpeg',0),(310,1,'2018-12-27 04:25:19','2018-12-27 04:25:19','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][woocommerce_checkout][/vc_column][/vc_row]','Checkout','','publish','closed','closed','','checkout','','','2018-12-27 04:25:19','2018-12-27 04:25:19','',0,'http://futuremediatrix.com/sublue/?page_id=310',0,'page','',0),(311,1,'2018-12-27 04:25:09','2018-12-27 04:25:09','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][woocommerce_checkout][/vc_column][/vc_row]','Checkout','','inherit','closed','closed','','310-revision-v1','','','2018-12-27 04:25:09','2018-12-27 04:25:09','',310,'http://futuremediatrix.com/sublue/310-revision-v1/',0,'revision','',0),(283,1,'2018-12-18 07:46:53','2018-12-18 07:46:53','[vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"40\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][image_with_animation image_url=\"https://source.unsplash.com/kElEigko7PU/700x500\" alignment=\"\" animation=\"Grow In\" border_radius=\"none\" box_shadow=\"large_depth\" max_width=\"100%\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"5/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.\" font_container=\"tag:h3|text_align:left|color:rgba(0%2C0%2C0%2C0.75)\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1545118555698{margin-top: 20px !important;margin-bottom: 5px !important;}\"]\r\n<h5>Professional Team</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\r\n\r\nSublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\r\n\r\n\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.75)\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1545118600050{margin-top: 20px !important;margin-bottom: 5px !important;}\"]\r\n<h5>Highly Devoted</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\r\n\r\n\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.75)\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','40-revision-v1','','','2018-12-18 07:46:53','2018-12-18 07:46:53','',40,'http://futuremediatrix.com/sublue/40-revision-v1/',0,'revision','',0),(284,1,'2018-12-18 08:19:51','2018-12-18 08:19:51','[vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"40\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" class=\"no-padding\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][image_with_animation image_url=\"242\" alignment=\"\" animation=\"Grow In\" border_radius=\"none\" box_shadow=\"large_depth\" max_width=\"100%\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"5/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Based on its technology capability, Sublue has been developing series innovative products for water sports, and amusements.\" font_container=\"tag:h3|text_align:left|color:rgba(0%2C0%2C0%2C0.75)\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1545118555698{margin-top: 20px !important;margin-bottom: 5px !important;}\"]\r\n<h5>Professional Team</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Sublue is a professional team focusing on DPV (diving propeller vehicle), underwater drones and robots.\r\n\r\nSublue has developed a wide range of core technologies such as integrated propeller-motor system which generates much stronger power than conventional design, precise underwater balance control system etc.\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.75)\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1545118600050{margin-top: 20px !important;margin-bottom: 5px !important;}\"]\r\n<h5>Highly Devoted</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Sublue is devoted to meet consumer’s growing needs in new generation intelligent products and make the underwater world closer to all of us.\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.75)\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About Us','','inherit','closed','closed','','40-revision-v1','','','2018-12-18 08:19:51','2018-12-18 08:19:51','',40,'http://futuremediatrix.com/sublue/40-revision-v1/',0,'revision','',0),(285,1,'2018-12-18 18:20:49','2018-12-18 18:20:49','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Get in touch with us. Visit our office or drop us a message.\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"20\"][nectar_highlighted_text style=\"full_text\"]\n<p style=\"margin-bottom: 0;\">Call us now</p>\n[/nectar_highlighted_text][vc_column_text]\n<h3 class=\"p1\">+62 816-786-639</h3>\n[/vc_column_text][nectar_highlighted_text style=\"full_text\"]\n<p style=\"margin-bottom: 0;\">Send us an email</p>\n[/nectar_highlighted_text][vc_column_text]\n<h3 class=\"p1\">info@sublue.com</h3>\n[/vc_column_text][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"42\" link_new_tab=\"true\" color=\"Extra-Color-1\" min_height=\"100\" link_url=\"https://www.google.com/maps\" link_text=\"Get Directions\"]\n<h3>Head Office</h3>\n<p class=\"p1\">Jl. H. Soleh 1 no. 1H, Kebayoran Lama,\nJakarta 116560\ninfo@sublue.com</p>\n[/fancy_box][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','204-autosave-v1','','','2018-12-18 18:20:49','2018-12-18 18:20:49','',204,'http://futuremediatrix.com/sublue/204-autosave-v1/',0,'revision','',0),(286,1,'2018-12-18 18:25:33','2018-12-18 18:25:33','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Get in touch with us. Visit our office or drop us a message.\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"20\"][nectar_highlighted_text style=\"full_text\"]\r\n<p style=\"margin-bottom: 0;\">Call us now</p>\r\n[/nectar_highlighted_text][vc_column_text]\r\n<h3 class=\"p1\">+62 816-786-639</h3>\r\n[/vc_column_text][nectar_highlighted_text style=\"full_text\"]\r\n<p style=\"margin-bottom: 0;\">Send us an email</p>\r\n[/nectar_highlighted_text][vc_column_text]\r\n<h3 class=\"p1\">info@sublue.com</h3>\r\n[/vc_column_text][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"42\" link_new_tab=\"true\" color=\"Extra-Color-1\" min_height=\"100\" link_url=\"https://www.google.com/maps\" link_text=\"Get Directions\"]\r\n<h3>Head Office</h3>\r\n<p class=\"p1\">Jl. H. Soleh 1 no. 1H, Kebayoran Lama,\r\nJakarta 116560\r\ninfo@sublue.com</p>\r\n[/fancy_box][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','204-revision-v1','','','2018-12-18 18:25:33','2018-12-18 18:25:33','',204,'http://futuremediatrix.com/sublue/204-revision-v1/',0,'revision','',0),(287,1,'2018-12-18 18:39:18','2018-12-18 18:39:18','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"40\"][vc_custom_heading text=\"Refund Policy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]1). Within 7 calendar days of delivery if the product has no manufacturing defect, has not been activated and is still in new or like-new condition.\n\n2). Within 7 calendar days of delivery if the product has a manufacturing defect.\n\n[/vc_column_text][vc_custom_heading text=\"A refund will not be provided in following cases\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]1). The refund was requested beyond 7 calendars days of delivery;\n\n2). Product sent in for refund does not include all original accessories, attachments and packaging, any item is not in new or like-new condition, i.e. with cracks, dents or scratches.\n\n3). Legal proof-of-purchase or receipts are not provided, or are reasonably believed to have been forged or tampered with.\n\n4). Any product fault or damage has been caused by unauthorized use or modification of the product, including exposure to moisture, entry of foreign bodies (water, oil, sand, etc.), or improper installation or operation.\n\n5). Product labels, serial numbers, waterproof marks, false proof marks etc. show signs of tampering or alteration.\n\n6). Damage was caused to the product by external factors out of our control, including fire, flood, high winds and lightning strike.\n\n7). Respective product has not been sent back to SUBLUE 7 calendar days after refund confirmation from SUBLUE.\n\n8). The date of activation exceeds 30 days after the date of delivery.\n\n[/vc_column_text][vc_custom_heading text=\"Replacement Policy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]1). Within 7 calendar days of delivery if the product has no manufacturing defect and is still in new or like-new condition.\n\n2). Within 15 calendar days of delivery if the product has sustained substantial damage in transit.\n\n3). Within 15 calendar days of delivery if the product purchased does not match the original description of the product in one or more significant respects.\n\n4). Within 15 calendar days of delivery if the product has a manufacturing defect(s).\n\n[/vc_column_text][vc_custom_heading text=\"A replacement will not be provided within 15 calendar days of the purchase in following cases\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]1). The replacement was requested beyond 15 calendars days of delivery;\n\n2). Legal proof-of-purchase or receipts are not provided, or are reasonably believed to have been forged or tampered with.\n\n3). Product sent in for replacement does not include all original accessories, attachments and packaging, or contains items damaged by user error.\n\n4). Product is found to have no manufacturing defects after appropriate tests are conducted by SUBLUE Technical Support.\n\n5). Any product fault or damage has been caused by unauthorized use or modification of the product, including exposure to moisture, entry of foreign bodies (water, oil, sand, etc.), or improper installation or operation.\n\n6)f. Product labels, serial numbers, waterproof marks, false proof marks etc. show signs of tampering or alteration.\n\n7). Damage was caused to the product by external factors out of our control, including fire, flood, high winds and lightning strike.\n\n8). Respective product has not been sent back to SUBLUE 7 calendar days after replacement confirmation from SUBLUE.\n\n9).The date of activation exceeds 30 days after the date of delivery.[/vc_column_text][/vc_column][/vc_row]','After-Sale Service','','inherit','closed','closed','','211-autosave-v1','','','2018-12-18 18:39:18','2018-12-18 18:39:18','',211,'http://futuremediatrix.com/sublue/211-autosave-v1/',0,'revision','',0),(288,1,'2018-12-18 18:39:19','2018-12-18 18:39:19','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"40\"][vc_custom_heading text=\"Refund Policy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]1). Within 7 calendar days of delivery if the product has no manufacturing defect, has not been activated and is still in new or like-new condition.\r\n\r\n2). Within 7 calendar days of delivery if the product has a manufacturing defect.\r\n\r\n[/vc_column_text][vc_custom_heading text=\"A refund will not be provided in following cases\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]1). The refund was requested beyond 7 calendars days of delivery;\r\n\r\n2). Product sent in for refund does not include all original accessories, attachments and packaging, any item is not in new or like-new condition, i.e. with cracks, dents or scratches.\r\n\r\n3). Legal proof-of-purchase or receipts are not provided, or are reasonably believed to have been forged or tampered with.\r\n\r\n4). Any product fault or damage has been caused by unauthorized use or modification of the product, including exposure to moisture, entry of foreign bodies (water, oil, sand, etc.), or improper installation or operation.\r\n\r\n5). Product labels, serial numbers, waterproof marks, false proof marks etc. show signs of tampering or alteration.\r\n\r\n6). Damage was caused to the product by external factors out of our control, including fire, flood, high winds and lightning strike.\r\n\r\n7). Respective product has not been sent back to SUBLUE 7 calendar days after refund confirmation from SUBLUE.\r\n\r\n8). The date of activation exceeds 30 days after the date of delivery.\r\n\r\n[/vc_column_text][vc_custom_heading text=\"Replacement Policy\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]1). Within 7 calendar days of delivery if the product has no manufacturing defect and is still in new or like-new condition.\r\n\r\n2). Within 15 calendar days of delivery if the product has sustained substantial damage in transit.\r\n\r\n3). Within 15 calendar days of delivery if the product purchased does not match the original description of the product in one or more significant respects.\r\n\r\n4). Within 15 calendar days of delivery if the product has a manufacturing defect(s).\r\n\r\n[/vc_column_text][vc_custom_heading text=\"A replacement will not be provided within 15 calendar days of the purchase in following cases\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][vc_column_text]1). The replacement was requested beyond 15 calendars days of delivery;\r\n\r\n2). Legal proof-of-purchase or receipts are not provided, or are reasonably believed to have been forged or tampered with.\r\n\r\n3). Product sent in for replacement does not include all original accessories, attachments and packaging, or contains items damaged by user error.\r\n\r\n4). Product is found to have no manufacturing defects after appropriate tests are conducted by SUBLUE Technical Support.\r\n\r\n5). Any product fault or damage has been caused by unauthorized use or modification of the product, including exposure to moisture, entry of foreign bodies (water, oil, sand, etc.), or improper installation or operation.\r\n\r\n6)f. Product labels, serial numbers, waterproof marks, false proof marks etc. show signs of tampering or alteration.\r\n\r\n7). Damage was caused to the product by external factors out of our control, including fire, flood, high winds and lightning strike.\r\n\r\n8). Respective product has not been sent back to SUBLUE 7 calendar days after replacement confirmation from SUBLUE.\r\n\r\n9).The date of activation exceeds 30 days after the date of delivery.[/vc_column_text][/vc_column][/vc_row]','After-Sale Service','','inherit','closed','closed','','211-revision-v1','','','2018-12-18 18:39:19','2018-12-18 18:39:19','',211,'http://futuremediatrix.com/sublue/211-revision-v1/',0,'revision','',0),(289,1,'2018-12-18 18:43:28','2018-12-18 18:43:28','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_color=\"#0141af\" column_border_style=\"dotted\"][vc_custom_heading text=\"Service\" font_container=\"tag:h5|text_align:left|color:%232b2b2b\" use_theme_fonts=\"yes\"][vc_column_text]<a href=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf\">Whiteshark MIX User Manual-20171031</a>[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-autosave-v1','','','2018-12-18 18:43:28','2018-12-18 18:43:28','',213,'http://futuremediatrix.com/sublue/213-autosave-v1/',0,'revision','',0),(290,1,'2018-12-18 18:43:40','2018-12-18 18:43:40','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"40\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"1px\" column_border_color=\"#0141af\" column_border_style=\"dotted\"][vc_custom_heading text=\"Service\" font_container=\"tag:h5|text_align:left|color:%232b2b2b\" use_theme_fonts=\"yes\"][vc_column_text]<a href=\"http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/Whiteshark-MIX-User-Manual-20171031.pdf\">Whiteshark MIX User Manual-20171031</a>[/vc_column_text][/vc_column][/vc_row]','User\'s manual','','inherit','closed','closed','','213-revision-v1','','','2018-12-18 18:43:40','2018-12-18 18:43:40','',213,'http://futuremediatrix.com/sublue/213-revision-v1/',0,'revision','',0),(292,1,'2018-12-20 16:07:33','2018-12-20 16:07:33','','Whiteshark Mix Underwater Scooter','WHITESHARK MIX is a compact underwater scooter launched by SUBLUE.\r\n\r\nAn ingenious underwater scooter equipped with double propellers. The small and integrated design makes it easy to carry and operate. Swim and dive like a champion even if you are new to the water.\r\n\r\nThe patented design and engineering of the Whiteshark Mix is unparalleled in the industry. The symmetrical design created by the dual thrusters provides balance and agility in the water, and light weight portability on land. Small, but mighty, the Whiteshark Mix flies through the water at 3.4 MPH at a maximum depth of 130ft, faster and deeper than units costing more than twice as much.\r\n\r\nThe Whiteshark Mix comes equipped with a universal action camera mount, perfect for everything from family vacation videos, to recording your adventures out on the reef.','publish','open','closed','','whiteshark-mix-underwater-scooter','','','2018-12-20 16:07:33','2018-12-20 16:07:33','',0,'http://futuremediatrix.com/sublue/?post_type=product&#038;p=292',0,'product','',0),(296,1,'2018-12-20 16:09:46','2018-12-20 16:09:46','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544228610631{margin-top: 150px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_with_text\" nectar_play_button_color=\"Extra-Color-2\" font_style=\"h3\" video_url=\"https://youtu.be/sOichW22nf0\" link_text=\"Play the video!\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Buy Now\" id=\"1545322016493-0-0\" tab_id=\"1545322016496-6\" icon_fontawesome=\"fa fa-shopping-cart\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"padding-3-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_woo_products product_type=\"all\" category=\"whiteshark\" columns=\"4\" orderby=\"date\" order=\"DESC\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-autosave-v1','','','2018-12-20 16:09:46','2018-12-20 16:09:46','',145,'http://futuremediatrix.com/sublue/145-autosave-v1/',0,'revision','',0),(293,1,'2018-12-19 07:15:45','2018-12-19 07:15:45','','Whiteshark Mix Underwater Scooter - Aqua Blue','','publish','closed','closed','','whiteshark-mix-underwater-scooter-aqua-blue','','','2018-12-19 07:19:07','2018-12-19 07:19:07','',292,'http://futuremediatrix.com/sublue/?post_type=product&p=292',1,'product_variation','',0),(294,1,'2018-12-19 07:15:45','2018-12-19 07:15:45','','Whiteshark Mix Underwater Scooter - Arctic White','','publish','closed','closed','','whiteshark-mix-underwater-scooter-arctic-white','','','2018-12-19 07:19:07','2018-12-19 07:19:07','',292,'http://futuremediatrix.com/sublue/?post_type=product&p=292',2,'product_variation','',0),(295,1,'2018-12-19 07:15:45','2018-12-19 07:15:45','','Whiteshark Mix Underwater Scooter - Space Blue','','publish','closed','closed','','whiteshark-mix-underwater-scooter-space-blue','','','2018-12-19 07:20:15','2018-12-19 07:20:15','',292,'http://futuremediatrix.com/sublue/?post_type=product&p=292',3,'product_variation','',0),(297,1,'2018-12-20 16:10:11','2018-12-20 16:10:11','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" mouse_based_parallax_bg=\"true\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][image_with_animation image_url=\"131\" alignment=\"\" animation=\"Fade In\" border_radius=\"none\" box_shadow=\"none\" max_width=\"100%\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"40\" bottom_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_animated_title heading_tag=\"h2\" style=\"hinge-drop\" color=\"Extra-Color-2\" text=\"WHITESHARK MIX\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][tabbed_section style=\"minimal_alt\" alignment=\"center\" spacing=\"default\" tab_color=\"Extra-Color-2\" cta_button_style=\"accent-color\" icon_size=\"24\"][tab icon_family=\"fontawesome\" title=\"Description\" id=\"1544215636-1-72\" tab_id=\"1544224720438-4\" icon_fontawesome=\"fa fa-file-o\"][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"132\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"WHITESHARK MIX\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Portable and small size underwater scooter\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"130\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Powerful and speedy with double propeller\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"8Kg (17.6lbs) thrust, speed up to 1.5m/s\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"none\" text_align=\"left\"][vc_column_inner background_image=\"129\" enable_bg_scale=\"true\" column_padding=\"padding-17-percent\" column_padding_position=\"all\" background_color=\"#000000\" background_color_opacity=\"0.4\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Security\" font_container=\"tag:h1|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Positive bouyancy with floater and replaceable battery\" font_container=\"tag:h3|text_align:center|color:%23ffffff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Specification\" id=\"1544215636-2-22\" tab_id=\"1544224720460-2\" icon_fontawesome=\"fa fa-file-text-o\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544227592032{margin-top: 40px !important;margin-right: 40px !important;margin-bottom: 40px !important;margin-left: 40px !important;}\"][vc_column_inner boxed=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_color=\"#0a0a0a\" column_border_style=\"solid\"][vc_column_text]\r\n<table class=\"table table-hover product-table topmargin-sm\">\r\n<tbody>\r\n<tr>\r\n<th>DEVICE SPECIFICATION</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Size</th>\r\n<td>Length465mm x width230mm x heightl230mm</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>3500g(Battery included)</td>\r\n</tr>\r\n<tr>\r\n<th>Power</th>\r\n<td>520W</td>\r\n</tr>\r\n<tr>\r\n<th>Speed</th>\r\n<td>3.35 miles/hour(1.5m/s)</td>\r\n</tr>\r\n<tr>\r\n<th>Working Depth</th>\r\n<td>40m(maximum depth)</td>\r\n</tr>\r\n<tr>\r\n<th>Battery Duration</th>\r\n<td>30 minutes(normal use)</td>\r\n</tr>\r\n<tr>\r\n<th>Indicator Light</th>\r\n<td>Meets the working status and battery charge indication need</td>\r\n</tr>\r\n<tr>\r\n<th>External Hanging Support</th>\r\n<td>Gopro and buoyancy capsule.</td>\r\n</tr>\r\n<tr>\r\n<th>MOTOR SYSTEM</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Single Thruster Force</th>\r\n<td>4KGF</td>\r\n</tr>\r\n<tr>\r\n<th>Sing Thruster Maximum Power</th>\r\n<td>260W</td>\r\n</tr>\r\n<tr>\r\n<th>POWER ADAPTE</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Rated power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Battery</th>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<th>Capacity</th>\r\n<td>11000mAh</td>\r\n</tr>\r\n<tr>\r\n<th>Voltage</th>\r\n<td>11.1V</td>\r\n</tr>\r\n<tr>\r\n<th>Energy</th>\r\n<td>121WH</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Environment Temperature</th>\r\n<td>0~40℃</td>\r\n</tr>\r\n<tr>\r\n<th>Maximum Charging Power</th>\r\n<td>100W</td>\r\n</tr>\r\n<tr>\r\n<th>Charging Period</th>\r\n<td>≤4 hours</td>\r\n</tr>\r\n<tr>\r\n<th>Weight</th>\r\n<td>890g</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"line line-sm\">\r\n<p class=\"nobottommargin\"><strong>*Note：</strong></p>\r\n<p class=\"nobottommargin\">1.The speed may vary wilt different people and environment.</p>\r\n<p class=\"nobottommargin\">2.40 minutes is the laboratory value and a mean under the normal conditions of normal people using the product under water.</p>\r\n<p class=\"nobottommargin\">3.It is recommended that you prepare two or more spare special batteries for longer battery duration.</p>\r\n<p class=\"nobottommargin\">4.Gopro should be purchased by yourself.</p>\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Video\" id=\"1544227637670-0-5\" tab_id=\"1544227637672-6\" icon_fontawesome=\"fa fa-video-camera\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\" css=\".vc_custom_1544228610631{margin-top: 150px !important;}\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_with_text\" nectar_play_button_color=\"Extra-Color-2\" font_style=\"h3\" video_url=\"https://youtu.be/sOichW22nf0\" link_text=\"Play the video!\"][/vc_column_inner][/vc_row_inner][/tab][tab icon_family=\"fontawesome\" title=\"Buy Now\" id=\"1545322016493-0-0\" tab_id=\"1545322016496-6\" icon_fontawesome=\"fa fa-shopping-cart\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"padding-3-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_woo_products product_type=\"all\" category=\"whiteshark\" columns=\"4\" orderby=\"date\" order=\"DESC\"][/vc_column_inner][/vc_row_inner][/tab][/tabbed_section][/vc_column][/vc_row]','WhiteShark Mix','','inherit','closed','closed','','145-revision-v1','','','2018-12-20 16:10:11','2018-12-20 16:10:11','',145,'http://futuremediatrix.com/sublue/145-revision-v1/',0,'revision','',0),(298,1,'2018-12-20 16:47:45','2018-12-20 16:47:45','','5c1a1306e6ac4','','inherit','open','closed','','5c1a1306e6ac4','','','2018-12-20 16:47:45','2018-12-20 16:47:45','',0,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/5c1a1306e6ac4.png',0,'attachment','image/png',0),(299,1,'2018-12-20 17:13:12','2018-12-20 17:13:12','http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/cropped-599f9a5170a44.png','cropped-599f9a5170a44.png','','inherit','open','closed','','cropped-599f9a5170a44-png','','','2018-12-20 17:13:12','2018-12-20 17:13:12','',0,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/11/cropped-599f9a5170a44.png',0,'attachment','image/png',0),(304,1,'2018-12-20 17:43:45','2018-12-20 17:43:45','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#151519\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"services\" enable_gradient=\"true\" color_overlay=\"#232323\" color_overlay_2=\"#191919\" gradient_direction=\"left_t_to_right_b\" overlay_strength=\"1\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column enable_animation=\"true\" animation=\"reveal-from-bottom\" column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"242\" link_new_tab=\"true\" color=\"Accent-Color\" link_url=\"http://futuremediatrix.com/sublue/whiteshark-mix/\" link_text=\"View Details\" min_height=\"300\"]\r\n<h3>Underwater Application</h3>\r\nWhiteShark Mix[/fancy_box][/vc_column][vc_column enable_animation=\"true\" animation=\"reveal-from-bottom\" column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"131\" link_new_tab=\"true\" color=\"Extra-Color-1\" link_url=\"http://futuremediatrix.com/sublue/whiteshark-mix/\" link_text=\"View Details\" min_height=\"300\"]\r\n<h3>Latest Product</h3>\r\nWhiteShark Mix[/fancy_box][/vc_column][vc_column enable_animation=\"true\" animation=\"reveal-from-bottom\" column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"400\"][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"240\" link_new_tab=\"true\" color=\"Extra-Color-2\" link_url=\"http://futuremediatrix.com/sublue/whiteshark-mix/\" link_text=\"View Details\" min_height=\"300\"]\r\n<h3>Entertainment Application</h3>\r\nWhiteShark Mix[/fancy_box][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-12-20 17:43:45','2018-12-20 17:43:45','',24,'http://futuremediatrix.com/sublue/24-revision-v1/',0,'revision','',0),(302,1,'2018-12-20 17:34:42','2018-12-20 17:34:42','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_slider location=\"Home Slider\" flexible_slider_height=\"true\" full_width=\"true\" arrow_navigation=\"true\" overall_style=\"classic\" bullet_navigation=\"true\" bg_animation=\"none\" slider_transition=\"slide\" caption_transition=\"fade_in_from_bottom\" button_sizing=\"regular\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#151519\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"services\" enable_gradient=\"true\" color_overlay=\"#232323\" color_overlay_2=\"#191919\" gradient_direction=\"left_t_to_right_b\" overlay_strength=\"1\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column enable_animation=\"true\" animation=\"reveal-from-bottom\" column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"242\" link_new_tab=\"true\" color=\"Accent-Color\" link_url=\"http://futuremediatrix.com/sublue/product/whiteshark-mix-underwater-scooter/\" link_text=\"View Details\" min_height=\"300\"]\r\n<h3>Underwater Application</h3>\r\nWhiteShark Mix[/fancy_box][/vc_column][vc_column enable_animation=\"true\" animation=\"reveal-from-bottom\" column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"131\" link_new_tab=\"true\" color=\"Extra-Color-1\" link_url=\"http://futuremediatrix.com/sublue/product/whiteshark-mix-underwater-scooter/\" link_text=\"View Details\" min_height=\"300\"]\r\n<h3>Latest Product</h3>\r\nWhiteShark Mix[/fancy_box][/vc_column][vc_column enable_animation=\"true\" animation=\"reveal-from-bottom\" column_padding=\"padding-1-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"400\"][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"240\" link_new_tab=\"true\" color=\"Extra-Color-2\" link_url=\"http://futuremediatrix.com/sublue/product/whiteshark-mix-underwater-scooter/\" link_text=\"View Details\" min_height=\"300\"]\r\n<h3>Entertainment Application</h3>\r\nWhiteShark Mix[/fancy_box][/vc_column][/vc_row]','Home','','inherit','closed','closed','','24-revision-v1','','','2018-12-20 17:34:42','2018-12-20 17:34:42','',24,'http://futuremediatrix.com/sublue/24-revision-v1/',0,'revision','',0),(303,1,'2018-12-20 17:40:44','2018-12-20 17:40:44','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"40\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Get in touch with us. Visit our office or drop us a message.\" font_container=\"tag:h3|text_align:left\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"20\"][nectar_highlighted_text style=\"full_text\"]\r\n<p style=\"margin-bottom: 0;\">Call us now</p>\r\n[/nectar_highlighted_text][vc_column_text]\r\n<h3 class=\"p1\">+62 816-786-639</h3>\r\n[/vc_column_text][nectar_highlighted_text style=\"full_text\"]\r\n<p style=\"margin-bottom: 0;\">Send us an email</p>\r\n[/nectar_highlighted_text][vc_column_text]\r\n<h3 class=\"p1\">info@sublue.com</h3>\r\n[/vc_column_text][fancy_box box_style=\"default\" icon_family=\"none\" image_url=\"42\" link_new_tab=\"true\" color=\"Extra-Color-1\" min_height=\"100\" link_url=\"https://www.google.com/maps\" link_text=\"Get Directions\"]\r\n<h3>Head Office</h3>\r\n<p class=\"p1\">Jl. H. Soleh 1 no. 1H, Kebayoran Lama,\r\nJakarta 116560</p>\r\n[/fancy_box][/vc_column][/vc_row]','Contact Us','','inherit','closed','closed','','204-revision-v1','','','2018-12-20 17:40:44','2018-12-20 17:40:44','',204,'http://futuremediatrix.com/sublue/204-revision-v1/',0,'revision','',0),(307,1,'2018-12-27 04:22:56','2018-12-27 04:22:56','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][woocommerce_cart][/vc_column][/vc_row]</p>\r\n','Cart','','inherit','closed','closed','','306-revision-v1','','','2018-12-27 04:22:56','2018-12-27 04:22:56','',306,'http://futuremediatrix.com/sublue/306-revision-v1/',0,'revision','',0),(316,1,'2018-12-27 04:29:54','2018-12-27 04:29:54','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"10/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1545884862500{margin-bottom: 30px !important;}\"]\r\n<h2>Thank You!</h2>\r\n[/vc_column_text][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"4\" divider_color=\"extra-color-gradient-2\" animate=\"yes\" custom_height=\"80\" custom_line_width=\"100\"][vc_column_text css=\".vc_custom_1545884969020{margin-bottom: 50px !important;}\" max_width=\"550\"]Your order has been successfully placed. You can view your order status by going to My Order Page. Thank you for shopping with us![/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','Payment Success','','inherit','closed','closed','','313-revision-v1','','','2018-12-27 04:29:54','2018-12-27 04:29:54','',313,'http://futuremediatrix.com/sublue/313-revision-v1/',0,'revision','',0),(317,1,'2018-12-28 09:58:21','2018-12-28 09:58:21','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"30\"][woocommerce_my_account order_count=\"15\"][/vc_column][/vc_row]','My Account','','publish','closed','closed','','my-account','','','2018-12-28 11:18:48','2018-12-28 11:18:48','',0,'http://futuremediatrix.com/sublue/?page_id=317',0,'page','',0),(320,1,'2018-12-28 09:54:27','2018-12-28 09:54:27','http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/cropped-LogoHiuPutihAtasBawah.jpg','cropped-LogoHiuPutihAtasBawah.jpg','','inherit','open','closed','','cropped-logohiuputihatasbawah-jpg','','','2018-12-28 09:54:27','2018-12-28 09:54:27','',0,'http://futuremediatrix.com/sublue/wp-content/uploads/2018/12/cropped-LogoHiuPutihAtasBawah.jpg',0,'attachment','image/jpeg',0),(321,1,'2018-12-28 09:54:34','2018-12-28 09:54:34','{\n    \"site_icon\": {\n        \"value\": 320,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-12-28 09:54:34\"\n    }\n}','','','trash','closed','closed','','601a1b86-4e3b-4e3a-abeb-1d4a94f16b55','','','2018-12-28 09:54:34','2018-12-28 09:54:34','',0,'http://futuremediatrix.com/sublue/601a1b86-4e3b-4e3a-abeb-1d4a94f16b55/',0,'customize_changeset','',0),(322,1,'2018-12-28 09:57:41','2018-12-28 09:57:41','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][woocommerce_my_account order_count=\"15\"][/vc_column][/vc_row]','My Account','','inherit','closed','closed','','317-revision-v1','','','2018-12-28 09:57:41','2018-12-28 09:57:41','',317,'http://futuremediatrix.com/sublue/317-revision-v1/',0,'revision','',0),(325,1,'2018-12-28 10:47:51','2018-12-28 10:47:51','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f4f4f4\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"10/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1545994017492{margin-bottom: 30px !important;}\"]\r\n<h2>Oops!</h2>\r\n[/vc_column_text][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"4\" divider_color=\"extra-color-gradient-1\" animate=\"yes\" custom_height=\"80\" custom_line_width=\"100\"][vc_column_text css=\".vc_custom_1545994057736{margin-bottom: 50px !important;}\" max_width=\"550\"]An error is occurred when processing your order. Please try again![/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','Payment Error','','publish','closed','closed','','payment-error','','','2018-12-28 10:47:51','2018-12-28 10:47:51','',0,'http://futuremediatrix.com/sublue/?page_id=325',0,'page','',0),(326,1,'2018-12-28 10:47:35','2018-12-28 10:47:35','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f4f4f4\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"10/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1545994017492{margin-bottom: 30px !important;}\"]\r\n<h2>Oops!</h2>\r\n[/vc_column_text][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"4\" divider_color=\"extra-color-gradient-1\" animate=\"yes\" custom_height=\"80\" custom_line_width=\"100\"][vc_column_text css=\".vc_custom_1545994057736{margin-bottom: 50px !important;}\" max_width=\"550\"]An error is occurred when processing your order. Please try again![/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','Payment','','inherit','closed','closed','','325-revision-v1','','','2018-12-28 10:47:35','2018-12-28 10:47:35','',325,'http://futuremediatrix.com/sublue/325-revision-v1/',0,'revision','',0),(329,1,'2018-12-28 10:50:14','2018-12-28 10:50:14','','Order &ndash; December 28, 2018 @ 10:50 AM','','wc-on-hold','open','closed','order_5c25ffe6751e2','order-dec-28-2018-1050-am','','','2018-12-28 11:06:14','2018-12-28 11:06:14','',0,'http://futuremediatrix.com/sublue/?post_type=shop_order&#038;p=329',0,'shop_order','',2),(328,1,'2018-12-28 10:47:51','2018-12-28 10:47:51','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f4f4f4\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-5-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"10/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1545994017492{margin-bottom: 30px !important;}\"]\r\n<h2>Oops!</h2>\r\n[/vc_column_text][divider line_type=\"Small Line\" line_alignment=\"default\" line_thickness=\"4\" divider_color=\"extra-color-gradient-1\" animate=\"yes\" custom_height=\"80\" custom_line_width=\"100\"][vc_column_text css=\".vc_custom_1545994057736{margin-bottom: 50px !important;}\" max_width=\"550\"]An error is occurred when processing your order. Please try again![/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/12\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','Payment Error','','inherit','closed','closed','','325-revision-v1','','','2018-12-28 10:47:51','2018-12-28 10:47:51','',325,'http://futuremediatrix.com/sublue/325-revision-v1/',0,'revision','',0),(330,1,'2018-12-28 11:10:07','2018-12-28 11:10:07','','Order &ndash; December 28, 2018 @ 11:10 AM','','wc-processing','open','closed','order_5c26048f9a0c3','order-dec-28-2018-1110-am','','','2018-12-28 11:13:26','2018-12-28 11:13:26','',0,'http://futuremediatrix.com/sublue/?post_type=shop_order&#038;p=330',0,'shop_order','',4),(331,1,'2018-12-28 11:18:48','2018-12-28 11:18:48','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"30\"][woocommerce_my_account order_count=\"15\"][/vc_column][/vc_row]','My Account','','inherit','closed','closed','','317-revision-v1','','','2018-12-28 11:18:48','2018-12-28 11:18:48','',317,'http://futuremediatrix.com/sublue/317-revision-v1/',0,'revision','',0),(332,2,'2018-12-29 08:33:50','2018-12-29 08:33:50','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"30\"][woocommerce_my_account order_count=\"15\"][/vc_column][/vc_row]','My Account','','inherit','closed','closed','','317-autosave-v1','','','2018-12-29 08:33:50','2018-12-29 08:33:50','',317,'http://futuremediatrix.com/sublue/317-autosave-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` 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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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),(292,21,0),(292,19,0),(292,20,0),(22,3,0),(11,3,0),(274,4,0),(235,2,0),(273,4,0),(228,2,0),(229,2,0),(272,4,0),(231,2,0),(234,2,0),(292,22,0),(292,7,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) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,5),(3,3,'slider-locations','',0,2),(4,4,'slider-locations','',0,3),(5,5,'product_type','',0,0),(6,6,'product_type','',0,0),(7,7,'product_type','',0,1),(8,8,'product_type','',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_visibility','',0,0),(17,17,'product_visibility','',0,0),(18,18,'product_cat','',0,0),(19,19,'pa_color','',0,1),(20,20,'pa_color','',0,1),(21,21,'pa_color','',0,1),(22,22,'product_cat','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,18,'product_count_product_cat','0'),(2,19,'order_pa_color','0'),(3,20,'order_pa_color','0'),(4,21,'order_pa_color','0'),(5,22,'order','0'),(6,22,'display_type',''),(7,22,'thumbnail_id','0'),(8,22,'product_count_product_cat','1');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,'Primary Menu','primary-menu',0),(3,'Home Slider','home-slider',0),(4,'About Us','about-us',0),(5,'simple','simple',0),(6,'grouped','grouped',0),(7,'variable','variable',0),(8,'external','external',0),(9,'exclude-from-search','exclude-from-search',0),(10,'exclude-from-catalog','exclude-from-catalog',0),(11,'featured','featured',0),(12,'outofstock','outofstock',0),(13,'rated-1','rated-1',0),(14,'rated-2','rated-2',0),(15,'rated-3','rated-3',0),(16,'rated-4','rated-4',0),(17,'rated-5','rated-5',0),(18,'Uncategorized','uncategorized',0),(19,'Arctic White','arctic-white',0),(20,'Aqua Blue','aqua-blue',0),(21,'Space Blue','space-blue',0),(22,'Whiteshark','whiteshark',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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=66 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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','danmarcel'),(2,1,'first_name','Daniel'),(3,1,'last_name','Marcelll'),(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','wp496_privacy,vc_pointers_backend_editor,text_widget_custom_html,text_widget_paste_html,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"2b787f4372251772cf0d8f353ddc2cd5d28b8acf9f92746f1b1c5704852c4f1c\";a:4:{s:10:\"expiration\";i:1546014369;s:2:\"ip\";s:14:\"125.160.232.88\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";s:5:\"login\";i:1545841569;}}'),(46,1,'wc_last_active','1545955200'),(60,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(24,2,'nickname','Felix'),(25,2,'first_name','Felix'),(26,2,'last_name','Malvin'),(27,2,'description',''),(28,2,'rich_editing','true'),(17,1,'wp_dashboard_quick_press_last_post_id','305'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"180.252.42.0\";}'),(19,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\";}'),(20,1,'metaboxhidden_nav-menus','a:6:{i:0;s:25:\"add-post-type-home_slider\";i:1;s:23:\"add-post-type-portfolio\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:16:\"add-project-type\";i:5;s:22:\"add-project-attributes\";}'),(21,1,'wp_user-settings','libraryContent=browse&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=684px&edit_element_vcUIPanelTop=165px&editor=tinymce&panel_vcUIPanelWidth=650&panel_vcUIPanelLeft=720px&panel_vcUIPanelTop=74px'),(22,1,'wp_user-settings-time','1545327640'),(23,1,'nav_menu_recently_edited','2'),(29,2,'syntax_highlighting','true'),(30,2,'comment_shortcuts','false'),(31,2,'admin_color','fresh'),(32,2,'use_ssl','0'),(33,2,'show_admin_bar_front','true'),(34,2,'locale',''),(35,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(36,2,'wp_user_level','10'),(37,2,'dismissed_wp_pointers','wp496_privacy,vc_pointers_backend_editor,text_widget_custom_html'),(38,2,'session_tokens','a:1:{s:64:\"b625c616ded35021a1fb93a01a9716ccc644cd6c4898f37b28771ec6f54fffd1\";a:4:{s:10:\"expiration\";i:1547133677;s:2:\"ip\";s:13:\"139.194.36.14\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";s:5:\"login\";i:1546960877;}}'),(39,2,'wp_dashboard_quick_press_last_post_id','237'),(40,2,'community-events-location','a:1:{s:2:\"ip\";s:11:\"139.228.9.0\";}'),(41,2,'wp_user-settings','libraryContent=browse&edit_element_vcUIPanelWidth=801&edit_element_vcUIPanelLeft=573px&edit_element_vcUIPanelTop=76px&editor=html&panel_vcUIPanelWidth=1181&panel_vcUIPanelLeft=228px&panel_vcUIPanelTop=86px'),(42,2,'wp_user-settings-time','1546536479'),(43,2,'nav_menu_recently_edited','2'),(44,2,'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\";}'),(45,2,'metaboxhidden_nav-menus','a:6:{i:0;s:25:\"add-post-type-home_slider\";i:1;s:23:\"add-post-type-portfolio\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:16:\"add-project-type\";i:5;s:22:\"add-project-attributes\";}'),(61,2,'wc_last_active','1546905600'),(63,2,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(49,1,'last_update','1545995407'),(50,1,'billing_first_name','Daniel'),(51,1,'billing_last_name','Marcelll'),(52,1,'billing_address_1','163 Tanglin, Road Unit 02-27'),(53,1,'billing_postcode','2470933'),(54,1,'billing_country','SG'),(55,1,'billing_email','danielmarcell.setiono@gmail.com'),(56,1,'billing_phone','08229912232'),(59,1,'shipping_method','');
/*!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) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,'danmarcel','$P$B7MJME./Xl9xfj2Gtb5o.BhkjypDIH1','danmarcel','danielmarcell.setiono@gmail.com','','2018-11-25 15:23:11','',0,'danmarcel'),(2,'Felix','$P$B4xnzoafgNxfbqZ2T4Zeeme8GFh3Oy/','felix','felixmalvin@beekreatif.id','','2018-12-02 15:32:04','',0,'Felix Malvin');
/*!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) DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`),
  CONSTRAINT `fk_wp_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) 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_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) DEFAULT NULL,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext DEFAULT NULL,
  `truncated_key` char(7) 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_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) NOT NULL,
  `attribute_label` varchar(200) DEFAULT NULL,
  `attribute_type` varchar(20) NOT NULL,
  `attribute_orderby` varchar(20) NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */;
INSERT INTO `wp_woocommerce_attribute_taxonomies` VALUES (1,'color','Color','select','menu_order',0);
/*!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) NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) 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_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) NOT NULL,
  `message` longtext NOT NULL,
  `context` longtext DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */;
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (1,1,'_product_id','292'),(2,1,'_variation_id','293'),(3,1,'_qty','1'),(4,1,'_tax_class',''),(5,1,'_line_subtotal','599'),(6,1,'_line_subtotal_tax','0'),(7,1,'_line_total','599'),(8,1,'_line_tax','0'),(9,1,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10,1,'pa_color','aqua-blue'),(11,2,'_product_id','292'),(12,2,'_variation_id','293'),(13,2,'_qty','2'),(14,2,'_tax_class',''),(15,2,'_line_subtotal','1198'),(16,2,'_line_subtotal_tax','0'),(17,2,'_line_total','1198'),(18,2,'_line_tax','0'),(19,2,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20,2,'pa_color','aqua-blue');
/*!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 NOT NULL,
  `order_item_type` varchar(200) NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 */;
INSERT INTO `wp_woocommerce_order_items` VALUES (1,'Whiteshark Mix Underwater Scooter - Aqua Blue','line_item',329),(2,'Whiteshark Mix Underwater Scooter - Aqua Blue','line_item',330);
/*!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) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  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_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) NOT NULL,
  `token` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(200) 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_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) NOT NULL,
  `session_value` longtext NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_sessions`
--

LOCK TABLES `wp_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
--

LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
--

LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zones`
--

LOCK TABLES `wp_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--

LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) NOT NULL DEFAULT '',
  `tax_rate` varchar(8) NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rates`
--

LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2024-07-03  4:53:28
