-- MySQL dump 10.13  Distrib 5.7.28, for Linux (x86_64)
--
-- Host: localhost    Database: ribbluco_ledstaray
-- ------------------------------------------------------
-- Server version	5.7.28-cll-lve

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

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

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB 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` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB 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 */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ewwwio_images`
--

DROP TABLE IF EXISTS `wp_ewwwio_images`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ewwwio_images` (
  `id` int(14) unsigned NOT NULL AUTO_INCREMENT,
  `attachment_id` bigint(20) unsigned DEFAULT NULL,
  `gallery` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `resize` varchar(75) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `converted` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `results` varchar(75) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `image_size` int(10) unsigned DEFAULT NULL,
  `orig_size` int(10) unsigned DEFAULT NULL,
  `backup` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `level` int(5) unsigned DEFAULT NULL,
  `pending` tinyint(1) NOT NULL DEFAULT '0',
  `updates` int(5) unsigned DEFAULT NULL,
  `updated` timestamp NOT NULL DEFAULT '1970-12-31 23:00:00' ON UPDATE CURRENT_TIMESTAMP,
  `trace` blob,
  UNIQUE KEY `id` (`id`),
  KEY `path` (`path`(191)),
  KEY `attachment_info` (`gallery`(3),`attachment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ewwwio_images`
--

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

--
-- Table structure for table `wp_ewwwio_queue`
--

DROP TABLE IF EXISTS `wp_ewwwio_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ewwwio_queue` (
  `attachment_id` bigint(20) unsigned DEFAULT NULL,
  `gallery` varchar(10) DEFAULT NULL,
  `scanned` tinyint(1) NOT NULL DEFAULT '0',
  KEY `attachment_info` (`gallery`(3),`attachment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ewwwio_queue`
--

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

--
-- Table structure for table `wp_layerslider`
--

DROP TABLE IF EXISTS `wp_layerslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_layerslider` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `author` int(10) NOT NULL DEFAULT '0',
  `name` varchar(100) NOT NULL,
  `slug` varchar(100) NOT NULL,
  `data` mediumtext NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(11) NOT NULL,
  `flag_hidden` tinyint(1) NOT NULL DEFAULT '0',
  `flag_deleted` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_layerslider`
--

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

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

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB 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_lockdowns`
--

DROP TABLE IF EXISTS `wp_lockdowns`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_lockdowns` (
  `lockdown_ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `lockdown_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `release_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lockdown_IP` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`lockdown_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_lockdowns`
--

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

--
-- Table structure for table `wp_login_fails`
--

DROP TABLE IF EXISTS `wp_login_fails`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_login_fails` (
  `login_attempt_ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `login_attempt_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `login_attempt_IP` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`login_attempt_ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_login_fails`
--

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

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

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB AUTO_INCREMENT=33725 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://www.ledstaray.com','yes'),(2,'home','http://www.ledstaray.com','yes'),(3,'blogname','LED Lights | LED Bulbs | LED Tube lights','yes'),(4,'blogdescription','LED lights manufacturer in indore and LED lights supplier in indore','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','vishdhanu@yahoo.co.in','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','','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','localhost','yes'),(15,'mailserver_login','','yes'),(16,'mailserver_pass','','yes'),(17,'mailserver_port','25','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:16:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:32:\"a2-optimized-wp/a2-optimized.php\";i:2;s:39:\"a2-w3-total-cache/a2-w3-total-cache.php\";i:5;s:33:\"configure-smtp/configure-smtp.php\";i:6;s:36:\"contact-form-7/wp-contact-form-7.php\";i:7;s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";i:8;s:25:\"go_pricing/go_pricing.php\";i:9;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:10;s:56:\"jquery-vertical-accordion-menu/dcwp_jquery_accordion.php\";i:11;s:38:\"recent-tweets-widget/recent-tweets.php\";i:12;s:23:\"revslider/revslider.php\";i:13;s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";i:14;s:41:\"wordpress-importer/wordpress-importer.php\";i:15;s:24:\"wordpress-seo/wp-seo.php\";i:16;s:27:\"wp-optimize/wp-optimize.php\";i:17;s:25:\"wp-sendsms/wp-sendsms.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:83:\"/home/chinarso/public_html/ledstaray.com/wp-content/plugins/wp-sendsms/sms_form.php\";i:2;s:85:\"/home/chinarso/public_html/ledstaray.com/wp-content/plugins/wp-sendsms/wp-sendsms.php\";i:3;s:79:\"/home/chinarso/public_html/ledstaray.com/wp-content/plugins/akismet/akismet.php\";i:4;s:89:\"E:\\HostingSpaces\\chinar\\ledstaray.com\\wwwroot/wp-content/themes/ledstaraytheme/header.php\";i:5;s:88:\"E:\\HostingSpaces\\chinar\\ledstaray.com\\wwwroot/wp-content/themes/ledstaraytheme/style.css\";}','no'),(41,'template','ledstaraytheme','yes'),(42,'stylesheet','ledstaraytheme','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','1','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','38590','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'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'),(80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:6:{s:25:\"go_pricing/go_pricing.php\";a:2:{i:0;s:12:\"GW_GoPricing\";i:1;s:20:\"go_pricing_uninstall\";}s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:33:\"configure-smtp/configure-smtp.php\";a:2:{i:0;s:17:\"c2c_ConfigureSMTP\";i:1;s:9:\"uninstall\";}s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:27:\"wp-optimize/wp-optimize.php\";s:21:\"wpo_uninstall_actions\";}','no'),(83,'timezone_string','','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','594','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','29630','yes'),(89,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{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:15:\"wpseo_bulk_edit\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:11:{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:15:\"wpseo_bulk_edit\";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:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'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'),(92,'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'),(93,'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'),(94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:8:{s:18:\"orphaned_widgets_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:19:\"wp_inactive_widgets\";a:4:{i:0;s:4:\"9022\";i:1;s:4:\"9022\";i:2;s:31:\"presscore-contact-info-widget-2\";i:3;s:4:\"9022\";}s:9:\"sidebar_1\";a:1:{i:0;s:17:\"youtube-channel-2\";}s:9:\"sidebar_2\";a:4:{i:0;s:31:\"presscore-contact-info-widget-3\";i:1;s:25:\"presscore-custom-menu-1-3\";i:2;s:25:\"presscore-custom-menu-1-2\";i:3;s:25:\"presscore-custom-menu-1-4\";}s:9:\"sidebar_3\";a:1:{i:0;s:23:\"dc_jqaccordion_widget-2\";}s:9:\"sidebar_4\";a:1:{i:0;s:23:\"dc_jqaccordion_widget-3\";}s:9:\"sidebar_5\";a:1:{i:0;s:23:\"dc_jqaccordion_widget-4\";}s:13:\"array_version\";i:3;}','yes'),(96,'cron','a:14:{i:1578927504;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:1578943879;a:1:{s:15:\"ao_cachechecker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1578944092;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:1578967196;a:1:{s:21:\"wpo_plugin_cron_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1578985583;a:1:{s:16:\"a2opt_daily_cron\";a:1:{s:32:\"a8cf63fecab3eb3edf6760bc02f258a6\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;b:0;}s:8:\"interval\";i:86400;}}}i:1578987332;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1578989120;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:1578990928;a:1:{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:1579006407;a:1:{s:25:\"sucuriscan_scheduled_scan\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1579010304;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1579010397;a:1:{s:29:\"wpo_smush_clear_backup_images\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1579010427;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1579298126;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(99,'_transient_random_seed','2efcf6cae00b8adfc0ee9047a96fe607','yes'),(125,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1417764941;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'),(126,'current_theme','The7','yes'),(127,'theme_mods_dt-the7-Theme','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:36;}}','yes'),(128,'theme_switched','','yes'),(129,'optionsframework','a:2:{s:2:\"id\";s:14:\"ledstaraytheme\";s:12:\"knownoptions\";a:2:{i:0;s:4:\"the7\";i:1;s:14:\"ledstaraytheme\";}}','yes'),(130,'the7','a:248:{s:13:\"general-style\";s:12:\"minimalistic\";s:14:\"general-layout\";s:4:\"wide\";s:22:\"general-boxed_bg_color\";s:7:\"#e8e8e8\";s:22:\"general-boxed_bg_image\";a:4:{s:5:\"image\";s:56:\"/inc/presets/images/full/new1.general-boxed-bg-image.jpg\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:27:\"general-boxed_bg_fullscreen\";s:1:\"1\";s:16:\"general-bg_color\";s:7:\"#ffffff\";s:18:\"general-bg_opacity\";i:100;s:19:\"general-bg_ie_color\";s:7:\"#252525\";s:16:\"general-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:21:\"general-bg_fullscreen\";b:0;s:23:\"general-accent_bg_color\";s:7:\"#2ed4b4\";s:21:\"general-border_radius\";i:3;s:27:\"general-thick_divider_style\";s:7:\"style-5\";s:26:\"general-thin_divider_style\";s:7:\"style-1\";s:18:\"general-custom_css\";s:0:\"\";s:18:\"general-responsive\";s:1:\"1\";s:17:\"general-hd_images\";s:1:\"1\";s:21:\"general-smooth_scroll\";s:2:\"on\";s:19:\"general-show_titles\";s:1:\"1\";s:19:\"general-title_align\";s:6:\"center\";s:24:\"general-show_breadcrumbs\";s:1:\"1\";s:21:\"general-tracking_code\";s:0:\"\";s:32:\"general-post_type_portfolio_slug\";s:7:\"project\";s:33:\"general-contact_form_send_mail_to\";s:0:\"\";s:6:\"preset\";s:4:\"new1\";s:19:\"header-logo_regular\";a:2:{i:0;s:64:\"/inc/presets/images/full/skin1.header-logo-regular.png?w=49&h=78\";i:1;i:0;}s:14:\"header-logo_hd\";a:2:{i:0;s:60:\"/inc/presets/images/full/skin1.header-logo-hd.png?w=98&h=156\";i:1;i:0;}s:23:\"bottom_bar-logo_regular\";a:2:{i:0;s:68:\"/inc/presets/images/full/skin1.bottom-bar-logo-regular.png?w=27&h=53\";i:1;i:0;}s:18:\"bottom_bar-logo_hd\";a:2:{i:0;s:64:\"/inc/presets/images/full/skin1.bottom-bar-logo-hd.png?w=54&h=106\";i:1;i:0;}s:31:\"general-floating_menu_show_logo\";s:1:\"1\";s:34:\"general-floating_menu_logo_regular\";a:2:{i:0;s:79:\"/inc/presets/images/full/skin1.general-floating-menu-logo-regular.png?w=27&h=53\";i:1;i:0;}s:29:\"general-floating_menu_logo_hd\";a:2:{i:0;s:75:\"/inc/presets/images/full/skin1.general-floating-menu-logo-hd.png?w=54&h=106\";i:1;i:0;}s:15:\"general-favicon\";s:0:\"\";s:18:\"general-favicon_hd\";s:0:\"\";s:32:\"general-handheld_icon-old_iphone\";s:0:\"\";s:30:\"general-handheld_icon-old_ipad\";s:0:\"\";s:35:\"general-handheld_icon-retina_iphone\";s:0:\"\";s:33:\"general-handheld_icon-retina_ipad\";s:0:\"\";s:21:\"bottom_bar-copyrights\";s:0:\"\";s:18:\"bottom_bar-credits\";s:1:\"1\";s:12:\"top_bar-show\";s:1:\"1\";s:25:\"top_bar-content_alignment\";s:5:\"sides\";s:16:\"top_bar-bg_color\";s:7:\"#27baf4\";s:18:\"top_bar-bg_opacity\";i:100;s:19:\"top_bar-bg_ie_color\";s:7:\"#ffffff\";s:16:\"top_bar-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:18:\"top_bar-text_color\";s:7:\"#ffffff\";s:22:\"top_bar-dividers_color\";s:7:\"#dadee1\";s:24:\"top_bar-dividers_opacity\";i:100;s:25:\"top_bar-dividers_ie_color\";s:7:\"#dadee1\";s:20:\"top_bar-contact_show\";s:1:\"1\";s:23:\"top_bar-contact_address\";s:0:\"\";s:21:\"top_bar-contact_phone\";s:10:\"1234567890\";s:21:\"top_bar-contact_email\";s:19:\"admin@ledstaray.com\";s:21:\"top_bar-contact_skype\";s:0:\"\";s:21:\"top_bar-contact_clock\";s:18:\"Mon-Sat (10am-7pm)\";s:20:\"top_bar-contact_info\";s:0:\"\";s:12:\"top_bar-text\";s:0:\"\";s:22:\"top_bar-soc_icon_color\";s:7:\"#ffffff\";s:22:\"top_bar-soc_icon_hover\";s:7:\"default\";s:28:\"top_bar-soc_icon_hover_color\";s:7:\"#2ed4b4\";s:36:\"top_bar-soc_icon_show_round_outlines\";s:1:\"1\";s:16:\"header-soc_icons\";a:4:{i:0;a:2:{s:4:\"icon\";s:5:\"skype\";s:3:\"url\";s:1:\"#\";}i:1;a:2:{s:4:\"icon\";s:8:\"facebook\";s:3:\"url\";s:0:\"\";}i:2;a:2:{s:4:\"icon\";s:7:\"twitter\";s:3:\"url\";s:0:\"\";}i:3;a:2:{s:4:\"icon\";s:6:\"google\";s:3:\"url\";s:0:\"\";}}s:15:\"header-bg_color\";s:7:\"#ffffff\";s:15:\"header-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:27:\"header-transparent_bg_color\";s:7:\"#ffffff\";s:29:\"header-transparent_bg_opacity\";i:90;s:30:\"header-transparent_bg_ie_color\";s:7:\"#000000\";s:27:\"header-transparent_bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:16:\"header-bg_height\";i:106;s:13:\"header-layout\";s:4:\"left\";s:18:\"header-contentarea\";s:0:\"\";s:24:\"header-contentarea_color\";s:7:\"#373a41\";s:18:\"header-font_family\";s:9:\"Open Sans\";s:16:\"header-font_size\";i:14;s:21:\"header-font_uppercase\";b:0;s:17:\"header-font_color\";s:7:\"#231f21\";s:12:\"header-hover\";s:7:\"default\";s:18:\"header-hover_color\";s:7:\"#158cfb\";s:20:\"header-menu_bg_color\";s:7:\"#6a6e71\";s:22:\"header-menu_bg_opacity\";i:18;s:23:\"header-menu_bg_ie_color\";s:7:\"#dadee1\";s:18:\"header-hover_style\";s:9:\"underline\";s:32:\"header-hover_frame_border_radius\";i:4;s:27:\"header-next_level_indicator\";s:1:\"1\";s:17:\"header-icons_size\";a:2:{s:5:\"width\";i:14;s:6:\"height\";i:14;}s:19:\"menu-items_distance\";i:25;s:31:\"header-submenu_parent_clickable\";s:1:\"1\";s:20:\"header-submenu_color\";s:7:\"#231f21\";s:23:\"header-submenu_bg_color\";s:7:\"#ffffff\";s:25:\"header-submenu_bg_opacity\";i:97;s:26:\"header-submenu_bg_ie_color\";s:7:\"#ffffff\";s:35:\"header-submenu_next_level_indicator\";s:1:\"1\";s:25:\"header-submenu_icons_size\";a:2:{s:5:\"width\";i:12;s:6:\"height\";i:12;}s:25:\"header-show_floating_menu\";s:1:\"1\";s:18:\"header-search_show\";s:1:\"1\";s:18:\"slideshow-bg_color\";s:7:\"#f7f7f8\";s:20:\"slideshow-bg_opacity\";i:100;s:21:\"slideshow-bg_ie_color\";s:7:\"#ffffff\";s:18:\"slideshow-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:23:\"slideshow-bg_fullscreen\";b:0;s:21:\"content-headers_color\";s:7:\"#373a41\";s:26:\"content-primary_text_color\";s:7:\"#777777\";s:22:\"content-dividers_color\";s:7:\"#cccdce\";s:24:\"content-dividers_opacity\";i:100;s:25:\"content-dividers_ie_color\";s:7:\"#e9ebec\";s:22:\"stripes-stripe_1_color\";s:7:\"#26282c\";s:24:\"stripes-stripe_1_opacity\";i:100;s:25:\"stripes-stripe_1_ie_color\";s:7:\"#f7f7f8\";s:25:\"stripes-stripe_1_bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:30:\"stripes-stripe_1_headers_color\";s:7:\"#f4f5f8\";s:27:\"stripes-stripe_1_text_color\";s:7:\"#8d9095\";s:26:\"stripes-stripe_1_div_color\";s:7:\"#343538\";s:28:\"stripes-stripe_1_div_opacity\";i:100;s:29:\"stripes-stripe_1_div_ie_color\";s:7:\"#343538\";s:22:\"stripes-stripe_2_color\";s:7:\"#f6f6f6\";s:24:\"stripes-stripe_2_opacity\";i:100;s:25:\"stripes-stripe_2_ie_color\";s:7:\"#f6f6f6\";s:25:\"stripes-stripe_2_bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:30:\"stripes-stripe_2_headers_color\";s:7:\"#373a41\";s:27:\"stripes-stripe_2_text_color\";s:7:\"#8d9095\";s:26:\"stripes-stripe_2_div_color\";s:7:\"#e3e5e6\";s:28:\"stripes-stripe_2_div_opacity\";i:100;s:29:\"stripes-stripe_2_div_ie_color\";s:7:\"#e1e3e4\";s:22:\"stripes-stripe_3_color\";s:7:\"#f6f6f6\";s:24:\"stripes-stripe_3_opacity\";i:100;s:25:\"stripes-stripe_3_ie_color\";s:7:\"#cacaca\";s:25:\"stripes-stripe_3_bg_image\";a:4:{s:5:\"image\";s:59:\"/inc/presets/images/full/new1.stripes-stripe-3-bg-image.jpg\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:30:\"stripes-stripe_3_headers_color\";s:7:\"#373a41\";s:27:\"stripes-stripe_3_text_color\";s:7:\"#8d9095\";s:26:\"stripes-stripe_3_div_color\";s:7:\"#e3e5e6\";s:28:\"stripes-stripe_3_div_opacity\";i:100;s:29:\"stripes-stripe_3_div_ie_color\";s:7:\"#e3e5e6\";s:17:\"sidebar-bg_status\";s:8:\"disabled\";s:16:\"sidebar-bg_color\";s:7:\"#ffffff\";s:18:\"sidebar-bg_opacity\";i:100;s:19:\"sidebar-bg_ie_color\";s:7:\"#ffffff\";s:16:\"sidebar-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:22:\"sidebar-dividers_color\";s:7:\"#dadee1\";s:24:\"sidebar-dividers_opacity\";i:80;s:25:\"sidebar-dividers_ie_color\";s:7:\"#dadee1\";s:21:\"sidebar-headers_color\";s:7:\"#373a41\";s:26:\"sidebar-primary_text_color\";s:7:\"#8d9095\";s:15:\"footer-bg_color\";s:7:\"#26282c\";s:17:\"footer-bg_opacity\";i:100;s:18:\"footer-bg_ie_color\";s:7:\"#1B1B1B\";s:15:\"footer-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:21:\"footer-dividers_color\";s:7:\"#343538\";s:23:\"footer-dividers_opacity\";i:100;s:24:\"footer-dividers_ie_color\";s:7:\"#3f3f3f\";s:20:\"footer-headers_color\";s:7:\"#f4f5f8\";s:25:\"footer-primary_text_color\";s:7:\"#8d9095\";s:19:\"bottom_bar-bg_color\";s:7:\"#27baf4\";s:21:\"bottom_bar-bg_opacity\";i:100;s:22:\"bottom_bar-bg_ie_color\";s:7:\"#ffffff\";s:19:\"bottom_bar-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:16:\"bottom_bar-color\";s:7:\"#ffffff\";s:25:\"bottom_bar-dividers_color\";s:7:\"#dadee1\";s:27:\"bottom_bar-dividers_opacity\";i:100;s:28:\"bottom_bar-dividers_ie_color\";s:7:\"#dadee1\";s:15:\"bottom_bar-text\";s:0:\"\";s:25:\"general-next_prev_in_blog\";s:1:\"1\";s:27:\"general-show_author_in_blog\";s:1:\"1\";s:22:\"general-show_rel_posts\";s:1:\"0\";s:28:\"general-rel_posts_head_title\";s:13:\"Related posts\";s:21:\"general-rel_posts_max\";i:6;s:20:\"general-blog_meta_on\";s:1:\"1\";s:28:\"general-blog_meta_postformat\";s:1:\"1\";s:22:\"general-blog_meta_date\";s:1:\"1\";s:24:\"general-blog_meta_author\";s:1:\"1\";s:28:\"general-blog_meta_categories\";s:1:\"1\";s:26:\"general-blog_meta_comments\";s:1:\"1\";s:22:\"general-blog_meta_tags\";s:1:\"1\";s:30:\"general-next_prev_in_portfolio\";s:1:\"1\";s:25:\"general-show_rel_projects\";s:1:\"0\";s:31:\"general-rel_projects_head_title\";s:16:\"Related projects\";s:24:\"general-rel_projects_max\";i:12;s:25:\"general-rel_projects_meta\";s:1:\"1\";s:26:\"general-rel_projects_title\";s:1:\"1\";s:28:\"general-rel_projects_excerpt\";s:1:\"1\";s:25:\"general-rel_projects_link\";s:1:\"1\";s:28:\"general-rel_projects_details\";s:1:\"1\";s:37:\"general-rel_projects_fullwidth_height\";i:210;s:42:\"general-rel_projects_fullwidth_width_style\";s:4:\"prop\";s:36:\"general-rel_projects_fullwidth_width\";i:210;s:27:\"general-rel_projects_height\";i:180;s:32:\"general-rel_projects_width_style\";s:4:\"prop\";s:26:\"general-rel_projects_width\";i:180;s:25:\"general-portfolio_meta_on\";s:1:\"1\";s:27:\"general-portfolio_meta_date\";s:1:\"1\";s:29:\"general-portfolio_meta_author\";s:1:\"1\";s:33:\"general-portfolio_meta_categories\";s:1:\"1\";s:31:\"general-portfolio_meta_comments\";s:1:\"1\";s:17:\"fonts-font_family\";s:15:\"Source Sans Pro\";s:17:\"fonts-normal_size\";i:15;s:16:\"fonts-small_size\";i:14;s:14:\"fonts-big_size\";i:16;s:17:\"fonts-line_height\";i:22;s:20:\"fonts-h1_font_family\";s:11:\"Raleway:300\";s:18:\"fonts-h1_font_size\";i:44;s:20:\"fonts-h1_line_height\";i:48;s:18:\"fonts-h1_uppercase\";b:0;s:20:\"fonts-h2_font_family\";s:7:\"Raleway\";s:18:\"fonts-h2_font_size\";i:36;s:20:\"fonts-h2_line_height\";i:40;s:18:\"fonts-h2_uppercase\";b:0;s:20:\"fonts-h3_font_family\";s:11:\"Raleway:500\";s:18:\"fonts-h3_font_size\";i:24;s:20:\"fonts-h3_line_height\";i:28;s:18:\"fonts-h3_uppercase\";b:0;s:20:\"fonts-h4_font_family\";s:11:\"Raleway:500\";s:18:\"fonts-h4_font_size\";i:20;s:20:\"fonts-h4_line_height\";i:24;s:18:\"fonts-h4_uppercase\";b:0;s:20:\"fonts-h5_font_family\";s:11:\"Raleway:600\";s:18:\"fonts-h5_font_size\";i:16;s:20:\"fonts-h5_line_height\";i:22;s:18:\"fonts-h5_uppercase\";b:0;s:20:\"fonts-h6_font_family\";s:11:\"Raleway:600\";s:18:\"fonts-h6_font_size\";i:12;s:20:\"fonts-h6_line_height\";i:14;s:18:\"fonts-h6_uppercase\";s:1:\"1\";s:13:\"buttons-style\";s:4:\"flat\";s:21:\"buttons-s_font_family\";s:11:\"Raleway:500\";s:19:\"buttons-s_font_size\";i:13;s:19:\"buttons-s_uppercase\";b:0;s:21:\"buttons-s_line_height\";i:27;s:23:\"buttons-s_border_radius\";i:3;s:21:\"buttons-m_font_family\";s:11:\"Raleway:500\";s:19:\"buttons-m_font_size\";i:15;s:19:\"buttons-m_uppercase\";b:0;s:21:\"buttons-m_line_height\";i:36;s:23:\"buttons-m_border_radius\";i:3;s:21:\"buttons-l_font_family\";s:11:\"Raleway:500\";s:19:\"buttons-l_font_size\";i:17;s:19:\"buttons-l_uppercase\";b:0;s:21:\"buttons-l_line_height\";i:48;s:23:\"buttons-l_border_radius\";i:3;s:12:\"hoover-style\";s:4:\"none\";s:12:\"hoover-color\";s:7:\"#26282c\";s:14:\"hoover-opacity\";i:60;s:19:\"social_buttons-post\";a:0:{}s:29:\"social_buttons-portfolio_post\";a:0:{}s:20:\"social_buttons-photo\";a:0:{}s:19:\"social_buttons-page\";a:0:{}s:11:\"widgetareas\";a:2:{i:1;a:2:{s:12:\"sidebar_name\";s:15:\"Default Sidebar\";s:12:\"sidebar_desc\";s:27:\"Sidebar primary widget area\";}i:2;a:2:{s:12:\"sidebar_name\";s:14:\"Default Footer\";s:12:\"sidebar_desc\";s:26:\"Footer primary widget area\";}}s:22:\"theme_update-user_name\";s:0:\"\";s:20:\"theme_update-api_key\";s:0:\"\";}','yes'),(131,'recently_activated','a:3:{s:27:\"autoptimize/autoptimize.php\";i:1560152411;s:37:\"async-javascript/async-javascript.php\";i:1560152330;s:33:\"w3-total-cache/w3-total-cache.php\";i:1560150351;}','yes'),(135,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.6.1\";}','yes'),(136,'ls-plugin-version','5.1.1','yes'),(137,'ls-db-version','5.0.0','yes'),(138,'ls-installed','1','yes'),(139,'ls-google-fonts','a:4:{i:0;a:2:{s:5:\"param\";s:28:\"Lato:100,300,regular,700,900\";s:5:\"admin\";b:0;}i:1;a:2:{s:5:\"param\";s:13:\"Open+Sans:300\";s:5:\"admin\";b:0;}i:2;a:2:{s:5:\"param\";s:20:\"Indie+Flower:regular\";s:5:\"admin\";b:0;}i:3;a:2:{s:5:\"param\";s:22:\"Oswald:300,regular,700\";s:5:\"admin\";b:0;}}','yes'),(140,'revslider_checktables','1','yes'),(141,'revslider-static-css','@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,700);\n\n.tp-caption.thin_OS_66{\n            position: absolute; \n			color: #fff; \n			text-shadow: none; \n			font-weight: 300; \n			font-size: 66px; \n			line-height: 70px; \n			font-family: \'Open Sans\', sans-serif;\n			padding: 0px 4px; \n			padding-top: 0px;\n			margin: 0px; \n			border-width: 2px; \n			border-style: none; \n			background-color:transparent;	\n								\n		}\n\n.tp-caption.thin_OS_60{\n            position: absolute; \n			color: #fff; \n			text-shadow: none; \n			font-weight: 300; \n			font-size: 57px; \n			line-height: 70px; \n			font-family: \'Open Sans\', sans-serif;\n			padding: 0px 4px; \n			padding-top: 0px;\n			margin: 0px; \n			border-width: 2px; \n			border-style: none; \n			background-color:transparent;	\n								\n		}\n\n.tp-caption.normal_OS_22{\n            position: absolute; \n			color: #fff; \n			text-shadow: none; \n			font-weight: 400; \n			font-size: 22px; \n			line-height: 28px; \n			font-family: \'Open Sans\', sans-serif;\n			padding-top:6px;\n			padding-bottom:8px;\n			padding-right:12px;\n			padding-left:12px;\n			border-radius: 8px; \n			border-style: none; \n			background-color:rgba(255,255,255,0.1)	\n								\n		}\n\n.tp-caption.header{\n            position: absolute; \n			color: #2c3641; \n			text-shadow: none; \n			font-weight: 300; \n			font-size: 52px; \n			line-height: 56px; \n			font-family: \'Open Sans\', sans-serif;\n			padding: 0px 4px; \n			padding-top: 4px;\n			margin: 0px; \n			border-width: 10px; \n			border-style: none;\n            background-color:transparent; 	\n								\n		}\n\n.tp-caption.normal_OS_20{\n            position: absolute; \n			color: #fff; \n			text-shadow: none; \n			font-weight: 400; \n			font-size: 20px; \n			line-height: 28px; \n			font-family: \'Open Sans\', sans-serif;\n			padding: 0px 4px; \n			padding-top: 1px;\n			margin: 0px; \n			border-width: 0px; \n			border-style: none; \n			background-color:transparent;	\n								\n		}\n\n.tp-caption.normal_OS_16{\n            position: absolute; \n			color: #fff; \n			text-shadow: none; \n			font-weight: 400; \n			font-size: 16px; \n			line-height: 26px; \n			font-family: \'Open Sans\', sans-serif;\n			padding: 0px 4px; \n			padding-top: 1px;\n			margin: 0px; \n			border-width: 0px; \n			border-style: none; \n			background-color:transparent;	\n								\n		}\n.tp-caption.thin_OS_56{\n            position: absolute; \n			color: #fff; \n			text-shadow: none; \n			font-weight: 300; \n			font-size: 52px; \n			line-height: 56px; \n			font-family: \'Open Sans\', sans-serif;\n			padding: 0px 4px; \n			padding-top: 1px;\n			margin: 0px; \n			border-width: 0px; \n			border-style: none; \n			background-color:transparent;	\n								\n		}\n\n.tp-caption.thin_OS_40{\n            position: absolute; \n			color: #fff; \n			text-shadow: none; \n			font-weight: 300; \n			font-size: 40px; \n			line-height: 44px; \n			font-family: \'Open Sans\', sans-serif;\n			padding: 0px 4px; \n			padding-top: 1px;\n			margin: 0px; \n			border-width: 0px; \n			border-style: none; \n			background-color:transparent;	\n								\n		}\n\n.tp-caption.thin_OS_34{\n            position: absolute; \n			color: #fff; \n			text-shadow: none; \n			font-weight: 500; \n			font-size: 34px; \n			line-height: 44px; \n			font-family: \'Open Sans\', sans-serif;\n			padding: 0px 4px; \n			padding-top: 1px;\n			margin: 0px; \n			border-width: 0px; \n			border-style: none; \n			background-color:transparent;	\n								\n		}\n.tp-caption.landing_small{\n          position: absolute; \n			color: #fff; \n			text-shadow: none; \n			font-weight: 500; \n			font-size: 34px; \n			line-height: 44px; \n			font-family: \'Open Sans\', sans-serif;\n			padding: 0px 4px; \n			padding-top: 1px;\n			margin: 0px; \n			border-width: 0px; \n			border-style: none; \n			background-color:transparent;\n								\n		}','yes'),(142,'revslider-update-check-short','1578759380','yes'),(160,'category_children','a:0:{}','yes'),(161,'dt_portfolio_category_children','a:0:{}','yes'),(162,'dt_testimonials_category_children','a:0:{}','yes'),(163,'dt_team_category_children','a:0:{}','yes'),(164,'dt_logos_category_children','a:0:{}','yes'),(166,'dt_gallery_category_children','a:0:{}','yes'),(171,'presscore_less_css_is_writable','1','yes'),(172,'wp_less_stylesheet_data_741012a9082ded4a255c033fb9f1e656','a:1:{s:10:\"target_uri\";s:98:\"http://localhost:8080/ledstaray/wp-content/uploads/wp-less/dt-the7-Theme/css/custom-8deeb6da03.css\";}','yes'),(173,'_transient_wp_less_compiled_741012a9082ded4a255c033fb9f1e656','a:4:{s:4:\"root\";s:69:\"C:\\wamp\\www\\ledstaray/wp-content/themes/dt-the7-Theme/css/custom.less\";s:8:\"compiled\";N;s:5:\"files\";a:1:{s:69:\"C:\\wamp\\www\\ledstaray\\wp-content\\themes\\dt-the7-Theme\\css\\custom.less\";i:1403021098;}s:7:\"updated\";i:1417771102;}','yes'),(176,'go_pricing_tables','a:90:{s:13:\"50a65a3e777a3\";a:35:{s:6:\"uniqid\";s:13:\"50a65a3e777a3\";s:10:\"table-name\";s:12:\"Demo Blue 01\";s:8:\"table-id\";s:12:\"demo-blue_01\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#0e60ba\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:13:\"blue1_pricing\";i:1;s:13:\"blue1_pricing\";i:2;s:13:\"blue1_pricing\";i:3;s:13:\"blue1_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50cf910ab8598\";a:35:{s:6:\"uniqid\";s:13:\"50cf910ab8598\";s:10:\"table-name\";s:12:\"Demo Blue 02\";s:8:\"table-id\";s:12:\"demo-blue_02\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#9D9D9D\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:13:\"blue2_pricing\";i:1;s:13:\"blue2_pricing\";i:2;s:13:\"blue2_pricing\";i:3;s:13:\"blue2_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:20:\"Mod et verteren usu.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:20:\"Mod et verteren usu.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50cf930e3a225\";a:35:{s:6:\"uniqid\";s:13:\"50cf930e3a225\";s:10:\"table-name\";s:12:\"Demo Blue 03\";s:8:\"table-id\";s:12:\"demo-blue_03\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#d93228\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"blue3a_pricing\";i:1;s:14:\"blue3b_pricing\";i:2;s:14:\"blue3c_pricing\";i:3;s:14:\"blue3d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:18:\"left-red-50percent\";i:1;s:12:\"left-red-new\";i:2;s:13:\"left-red-save\";i:3;s:12:\"left-red-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:87:\"<span class=\"gw-go-icon-light-cross gw-go-icon-left\"></span>20 Splendide philosophia et\";i:1;s:82:\"<span class=\"gw-go-icon-light-arrow gw-go-icon-left\"></span>Cum at probo / minimum\";i:2;s:82:\"<span class=\"gw-go-icon-light-ok gw-go-icon-left\"></span>Falli libris has id facer\";i:3;s:87:\"<span class=\"gw-go-icon-light-star gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:4;s:72:\"<span class=\"gw-go-icon-light-arrow2 gw-go-icon-left\"></span>Lorem ipsum\";i:5;s:84:\"<span class=\"gw-go-icon-dark-dot gw-go-icon-left\"></span>30 Splendide philosophia et\";i:6;s:82:\"<span class=\"gw-go-icon-dark-circle gw-go-icon-left\"></span>Cum at probo / minimum\";i:7;s:83:\"<span class=\"gw-go-icon-dark-plus gw-go-icon-left\"></span>Falli libris has id facer\";i:8;s:87:\"<span class=\"gw-go-icon-dark-minus gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:9;s:85:\"<span class=\"gw-go-icon-dark-arrow gw-go-icon-left\"></span>Taleni noluisse signiferum\";i:10;s:87:\"<span class=\"gw-go-icon-green-cross gw-go-icon-left\"></span>40 Splendide philosophia et\";i:11;s:82:\"<span class=\"gw-go-icon-green-arrow gw-go-icon-left\"></span>Cum at probo / minimum\";i:12;s:82:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span>Falli libris has id facer\";i:13;s:87:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:14;s:87:\"<span class=\"gw-go-icon-green-arrow2 gw-go-icon-left\"></span>Taleni noluisse signiferum\";i:15;s:83:\"<span class=\"gw-go-icon-red-dot gw-go-icon-left\"></span>50 Splendide philosophia et\";i:16;s:81:\"<span class=\"gw-go-icon-red-circle gw-go-icon-left\"></span>Cum at probo / minimum\";i:17;s:82:\"<span class=\"gw-go-icon-red-plus gw-go-icon-left\"></span>Falli libris has id facer\";i:18;s:86:\"<span class=\"gw-go-icon-red-minus gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:19;s:84:\"<span class=\"gw-go-icon-red-arrow gw-go-icon-left\"></span>Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:23:\"Ute sit dolor lobortis.\";i:1;s:20:\"Mod et verteren usu.\";i:2;s:23:\"Ute sit dolor lobortis.\";i:3;s:20:\"Mod et verteren usu.\";i:4;s:23:\"Ute sit dolor lobortis.\";i:5;s:23:\"Ute sit dolor lobortis.\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:20:\"Mod et verteren usu.\";i:9;s:23:\"Ute sit dolor lobortis.\";i:10;s:23:\"Ute sit dolor lobortis.\";i:11;s:20:\"Mod et verteren usu.\";i:12;s:23:\"Ute sit dolor lobortis.\";i:13;s:20:\"Mod et verteren usu.\";i:14;s:23:\"Ute sit dolor lobortis.\";i:15;s:23:\"Ute sit dolor lobortis.\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:20:\"Mod et verteren usu.\";i:19;s:23:\"Ute sit dolor lobortis.\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50cf97f711ec3\";a:35:{s:6:\"uniqid\";s:13:\"50cf97f711ec3\";s:10:\"table-name\";s:12:\"Demo Blue 04\";s:8:\"table-id\";s:12:\"demo-blue_04\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"blue4a_pricing\";i:1;s:14:\"blue4b_pricing\";i:2;s:14:\"blue4c_pricing\";i:3;s:14:\"blue4d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50cf98eb32bd3\";a:33:{s:6:\"uniqid\";s:13:\"50cf98eb32bd3\";s:10:\"table-name\";s:12:\"Demo Blue 05\";s:8:\"table-id\";s:12:\"demo-blue_05\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:13:\"blue5_pricing\";i:1;s:13:\"blue5_pricing\";i:2;s:13:\"blue5_pricing\";i:3;s:13:\"blue5_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:21:\"right-green-50percent\";i:1;s:15:\"right-green-new\";i:2;s:16:\"right-green-save\";i:3;s:15:\"right-green-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50cf9a54a6307\";a:33:{s:6:\"uniqid\";s:13:\"50cf9a54a6307\";s:10:\"table-name\";s:12:\"Demo Blue 06\";s:8:\"table-id\";s:12:\"demo-blue_06\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:13:\"blue6_pricing\";i:1;s:13:\"blue6_pricing\";i:2;s:13:\"blue6_pricing\";i:3;s:13:\"blue6_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:21:\"left-yellow-50percent\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:23:\"Ute sit dolor lobortis.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:20:\"Mod et verteren usu.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:23:\"Ute sit dolor lobortis.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:20:\"Mod et verteren usu.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d0a1d736cc8\";a:35:{s:6:\"uniqid\";s:13:\"50d0a1d736cc8\";s:10:\"table-name\";s:12:\"Demo Blue 07\";s:8:\"table-id\";s:12:\"demo-blue_07\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:10:\"blue7_html\";i:1;s:10:\"blue7_html\";i:2;s:10:\"blue7_html\";i:3;s:10:\"blue7_html\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:7:\"shadow4\";i:2;s:7:\"shadow5\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:12:\"left-red-top\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_71.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:1;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_72.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:2;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_73.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:3;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_74.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:98:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$9 / pcs</span>\";i:1;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$13 / pcs</span>\";i:6;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$26 / pcs</span>\";i:11;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$44 / pcs</span>\";i:16;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d0a62becca6\";a:33:{s:6:\"uniqid\";s:13:\"50d0a62becca6\";s:10:\"table-name\";s:12:\"Demo Blue 08\";s:8:\"table-id\";s:12:\"demo-blue_08\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FECE2E\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:10:\"blue8_html\";i:1;s:10:\"blue8_html\";i:2;s:10:\"blue8_html\";i:3;s:10:\"blue8_html\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:22:\"right-yellow-50percent\";i:1;s:16:\"right-yellow-new\";i:2;s:17:\"right-yellow-save\";i:3;s:16:\"right-yellow-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:38:\"[go_pricing_vimeo video_id=\"16545786\"]\";i:1;s:38:\"[go_pricing_vimeo video_id=\"20554371\"]\";i:2;s:38:\"[go_pricing_vimeo video_id=\"11335940\"]\";i:3;s:38:\"[go_pricing_vimeo video_id=\"17321143\"]\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:20:\"Mod et verteren usu.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:20:\"Mod et verteren usu.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d0a9fea989c\";a:33:{s:6:\"uniqid\";s:13:\"50d0a9fea989c\";s:10:\"table-name\";s:12:\"Demo Blue 09\";s:8:\"table-id\";s:12:\"demo-blue_09\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"blue9_pricing2\";i:1;s:14:\"blue9_pricing2\";i:2;s:14:\"blue9_pricing2\";i:3;s:14:\"blue9_pricing2\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:22:\"$9<small>1 pcs</small>\";i:1;s:23:\"$13<small>2 pcs</small>\";i:2;s:23:\"$26<small>3 pcs</small>\";i:3;s:23:\"$44<small>4 pcs</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:38:\"[go_pricing_vimeo video_id=\"14439229\"]\";i:1;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_92.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:2;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_93.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:3;s:38:\"[go_pricing_vimeo video_id=\"23142115\"]\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:8:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:10:\"col-detail\";a:8:{i:0;s:26:\"Taleni noluisse signiferum\";i:1;s:28:\"Pertinax vel eum ne molestie\";i:2;s:28:\"Pertinax vel eum ne molestie\";i:3;s:26:\"Taleni noluisse signiferum\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:28:\"Pertinax vel eum ne molestie\";i:6;s:28:\"Pertinax vel eum ne molestie\";i:7;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:8:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d0afc8e310d\";a:33:{s:6:\"uniqid\";s:13:\"50d0afc8e310d\";s:10:\"table-name\";s:12:\"Demo Blue 10\";s:8:\"table-id\";s:12:\"demo-blue_10\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"blue10_pricing3\";i:1;s:15:\"blue10_pricing3\";i:2;s:15:\"blue10_pricing3\";i:3;s:15:\"blue10_pricing3\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow3\";i:1;s:7:\"shadow5\";i:2;s:7:\"shadow4\";i:3;s:7:\"shadow3\";}s:10:\"col-ribbon\";a:4:{i:0;s:22:\"right-yellow-50percent\";i:1;s:16:\"right-yellow-new\";i:2;s:17:\"right-yellow-save\";i:3;s:16:\"right-yellow-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:22:\"$9<small>1 pcs</small>\";i:1;s:23:\"$13<small>2 pcs</small>\";i:2;s:23:\"$26<small>3 pcs</small>\";i:3;s:23:\"$44<small>4 pcs</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:1;s:160:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_92.jpg\" alt=\"\" title=\"blue_92\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:2;s:160:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_93.jpg\" alt=\"\" title=\"blue_93\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:3;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_101.jpg\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_102.jpg\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_103.jpg\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_104.jpg\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-detail\";a:4:{i:0;s:26:\"Taleni noluisse signiferum\";i:1;s:26:\"Taleni noluisse signiferum\";i:2;s:26:\"Taleni noluisse signiferum\";i:3;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:1;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:3;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d0d089ba171\";a:33:{s:6:\"uniqid\";s:13:\"50d0d089ba171\";s:10:\"table-name\";s:12:\"Demo Blue 11\";s:8:\"table-id\";s:12:\"demo-blue_11\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"blue11a_pricing\";i:1;s:15:\"blue11b_pricing\";i:2;s:15:\"blue11c_pricing\";i:3;s:15:\"blue11d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:7:\"shadow1\";i:2;s:7:\"shadow1\";i:3;s:7:\"shadow1\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:7:\"Starter\";i:2;s:8:\"Standard\";i:3;s:12:\"Professional\";}s:9:\"col-price\";a:4:{i:0;s:0:\"\";i:1;s:25:\"$13<small>/ month</small>\";i:2;s:25:\"$26<small>/ month</small>\";i:3;s:25:\"$44<small>/ month</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-replace-chk\";a:1:{i:0;s:2:\"on\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:65:\"<h2 style=\"color:#9d9d9d; margin-top:70px;\">Choose your plan</h2>\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:447:\"height:146px;\r\nbackground:#FFF;\r\nbackground:-moz-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-ms-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-o-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #EDEDEC));		\r\nbackground:-webkit-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:linear-gradient(top, #FFF 0%, #EDEDEC 100%)\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:15:\"Amount of space\";i:1;s:19:\"Bandwidth per month\";i:2;s:17:\"Free domain names\";i:3;s:10:\"phpMyAdmin\";i:4;s:11:\"24h Support\";i:5;s:4:\"10GB\";i:6;s:5:\"100GB\";i:7;s:42:\"<span class=\"gw-go-icon-red-cross\"></span>\";i:8;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:9;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:10;s:5:\"120GB\";i:11;s:5:\"500GB\";i:12;s:6:\"2 Free\";i:13;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:14;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:15;s:9:\"Unlimited\";i:16;s:6:\"1000GB\";i:17;s:6:\"5 Free\";i:18;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:19;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:0:\"\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}}s:13:\"50d0d77fe2017\";a:32:{s:6:\"uniqid\";s:13:\"50d0d77fe2017\";s:10:\"table-name\";s:12:\"Demo Blue 12\";s:8:\"table-id\";s:12:\"demo-blue_12\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"140px\";s:16:\"tooltip-bg-color\";s:7:\"#33B9E7\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:11:\"blue12_team\";i:1;s:11:\"blue12_team\";i:2;s:11:\"blue12_team\";i:3;s:11:\"blue12_team\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow1\";i:1;s:7:\"shadow1\";i:2;s:7:\"shadow1\";i:3;s:7:\"shadow1\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:35:\"John Smith<small>co-founder</small>\";i:1;s:31:\"John Doe<small>designer</small>\";i:2;s:34:\"John Deep<small>programmer</small>\";i:3;s:34:\"John Dummy<small>developer</small>\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:24:\"$9<small>1 month</small>\";i:2;s:24:\"$9<small>1 month</small>\";i:3;s:24:\"$9<small>1 month</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_121.jpg\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_122.jpg\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_123.jpg\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_124.jpg\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:121:\"<span style=\"color:#1A6CC6;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:1;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:2;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:3;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:4;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:5;s:121:\"<span style=\"color:#1A6CC6;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:6;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:7;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:8;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:9;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:10;s:121:\"<span style=\"color:#1A6CC6;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:11;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:12;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:13;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:14;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:15;s:121:\"<span style=\"color:#1A6CC6;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:16;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:17;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:18;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:19;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:19:\"Skype name: j.smith\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:17:\"Skype name: j.doe\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:18:\"Skype name: j.deep\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:19:\"Skype name: j.dummy\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:1;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:2;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:3;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}}s:13:\"50d1f8a1b37e9\";a:33:{s:6:\"uniqid\";s:13:\"50d1f8a1b37e9\";s:10:\"table-name\";s:12:\"Demo Blue 13\";s:8:\"table-id\";s:12:\"demo-blue_13\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:14:\"gw-go-space-1p\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"blue13_product\";i:1;s:14:\"blue13_product\";i:2;s:14:\"blue13_product\";i:3;s:14:\"blue13_product\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:18:\"left-red-50percent\";i:1;s:12:\"left-red-new\";i:2;s:12:\"left-red-top\";i:3;s:13:\"left-red-save\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:9:\"Product 1\";i:1;s:9:\"Product 2\";i:2;s:9:\"Product 3\";i:3;s:9:\"Product 4\";}s:9:\"col-price\";a:4:{i:0;s:45:\"<p>start from</p><h1><small>$</small>490</h1>\";i:1;s:45:\"<p>start from</p><h1><small>$</small>690</h1>\";i:2;s:45:\"<p>start from</p><h1><small>$</small>890</h1>\";i:3;s:45:\"<p>start from</p><h1><small>$</small>990</h1>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:23:\"Ute sit dolor lobortis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:23:\"Ute sit dolor lobortis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d1f8bc8d591\";a:35:{s:6:\"uniqid\";s:13:\"50d1f8bc8d591\";s:10:\"table-name\";s:12:\"Demo Blue 14\";s:8:\"table-id\";s:12:\"demo-blue_14\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3879c1\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";}s:9:\"col-style\";a:3:{i:0;s:14:\"blue14_pricing\";i:1;s:14:\"blue14_pricing\";i:2;s:14:\"blue14_pricing\";}s:10:\"col-shadow\";a:3:{i:0;s:0:\"\";i:1;s:7:\"shadow2\";i:2;s:0:\"\";}s:10:\"col-ribbon\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:9:\"col-title\";a:3:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";}s:9:\"col-price\";a:3:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";}s:16:\"col-pricing-html\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"col-pricing-img\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"col-pricing-css\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:11:\"col-replace\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";}s:8:\"col-html\";a:3:{i:0;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:1;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:2;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";}s:7:\"col-css\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:9:\"col-align\";a:15:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";}s:10:\"col-detail\";a:15:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:15:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";}s:15:\"col-button-type\";a:3:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";}s:15:\"col-button-size\";a:3:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";}s:15:\"col-button-text\";a:3:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";}s:15:\"col-button-link\";a:3:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";}s:21:\"col-button-target-chk\";a:3:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";}s:17:\"col-button-target\";a:3:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d1f8cbbec0d\";a:35:{s:6:\"uniqid\";s:13:\"50d1f8cbbec0d\";s:10:\"table-name\";s:12:\"Demo Blue 15\";s:8:\"table-id\";s:12:\"demo-blue_15\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#333333\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:9:\"col-style\";a:5:{i:0;s:11:\"blue15_html\";i:1;s:11:\"blue15_html\";i:2;s:11:\"blue15_html\";i:3;s:11:\"blue15_html\";i:4;s:11:\"blue15_html\";}s:10:\"col-shadow\";a:5:{i:0;s:0:\"\";i:1;s:7:\"shadow1\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:10:\"col-ribbon\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:5:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";i:4;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:9:\"col-title\";a:5:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 1\";i:2;s:8:\"Column 1\";i:3;s:8:\"Column 1\";i:4;s:8:\"Column 1\";}s:9:\"col-price\";a:5:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:24:\"$9<small>1 month</small>\";i:2;s:24:\"$9<small>1 month</small>\";i:3;s:24:\"$9<small>1 month</small>\";i:4;s:24:\"$9<small>1 month</small>\";}s:16:\"col-pricing-html\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:15:\"col-pricing-img\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:15:\"col-pricing-css\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:11:\"col-replace\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:8:\"col-html\";a:5:{i:0;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_151.jpg\" alt=\"\" title=\"blue_151\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:1;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_152.jpg\" alt=\"\" title=\"blue_152\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:2;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_153.jpg\" alt=\"\" title=\"blue_153\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:3;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_154.jpg\" alt=\"\" title=\"blue_154\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:4;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_155.jpg\" alt=\"\" title=\"blue_155\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";}s:7:\"col-css\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:9:\"col-align\";a:25:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";}s:10:\"col-detail\";a:25:{i:0;s:41:\"<span style=\"color:#333;\">9$ / pcs</span>\";i:1;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:2;s:25:\"Falli libris has id facer\";i:3;s:23:\"Pertinax vel eum moleti\";i:4;s:23:\"Taleni noluisse gniferu\";i:5;s:42:\"<span style=\"color:#333;\">14$ / pcs</span>\";i:6;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:7;s:25:\"Falli libris has id facer\";i:8;s:23:\"Pertinax vel eum moleti\";i:9;s:23:\"Taleni noluisse gniferu\";i:10;s:42:\"<span style=\"color:#333;\">26$ / pcs</span>\";i:11;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:12;s:25:\"Falli libris has id facer\";i:13;s:23:\"Pertinax vel eum moleti\";i:14;s:23:\"Taleni noluisse gniferu\";i:15;s:42:\"<span style=\"color:#333;\">44$ / pcs</span>\";i:16;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:17;s:25:\"Falli libris has id facer\";i:18;s:23:\"Pertinax vel eum moleti\";i:19;s:25:\"Taleni noluisse signiferu\";i:20;s:42:\"<span style=\"color:#333;\">58$ / pcs</span>\";i:21;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:22;s:25:\"Falli libris has id facer\";i:23;s:23:\"Pertinax vel eum moleti\";i:24;s:23:\"Taleni noluisse gniferu\";}s:14:\"col-detail-tip\";a:25:{i:0;s:0:\"\";i:1;s:23:\"Ute sit dolor lobortis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:23:\"Ute sit dolor lobortis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:23:\"Ute sit dolor lobortis.\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";}s:15:\"col-button-type\";a:5:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";i:4;s:6:\"button\";}s:15:\"col-button-size\";a:5:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";i:4;s:6:\"medium\";}s:15:\"col-button-text\";a:5:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";i:4;s:9:\"Order Now\";}s:15:\"col-button-link\";a:5:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";}s:21:\"col-button-target-chk\";a:5:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";i:4;s:2:\"on\";}s:17:\"col-button-target\";a:5:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";i:4;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d22d888b092\";a:35:{s:6:\"uniqid\";s:13:\"50d22d888b092\";s:10:\"table-name\";s:13:\"Demo Green 01\";s:8:\"table-id\";s:13:\"demo-green_01\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#9D9D9D\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"green1_pricing\";i:1;s:14:\"green1_pricing\";i:2;s:14:\"green1_pricing\";i:3;s:14:\"green1_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36a437f792\";a:35:{s:6:\"uniqid\";s:13:\"50d36a437f792\";s:10:\"table-name\";s:13:\"Demo Green 02\";s:8:\"table-id\";s:13:\"demo-green_02\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#9D9D9D\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"green2_pricing\";i:1;s:14:\"green2_pricing\";i:2;s:14:\"green2_pricing\";i:3;s:14:\"green2_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:20:\"Mod et verteren usu.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:20:\"Mod et verteren usu.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36a88c828b\";a:35:{s:6:\"uniqid\";s:13:\"50d36a88c828b\";s:10:\"table-name\";s:13:\"Demo Green 03\";s:8:\"table-id\";s:13:\"demo-green_03\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#d93228\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"green3a_pricing\";i:1;s:15:\"green3b_pricing\";i:2;s:15:\"green3c_pricing\";i:3;s:15:\"green3d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:18:\"left-red-50percent\";i:1;s:12:\"left-red-new\";i:2;s:13:\"left-red-save\";i:3;s:12:\"left-red-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:87:\"<span class=\"gw-go-icon-light-cross gw-go-icon-left\"></span>20 Splendide philosophia et\";i:1;s:82:\"<span class=\"gw-go-icon-light-arrow gw-go-icon-left\"></span>Cum at probo / minimum\";i:2;s:82:\"<span class=\"gw-go-icon-light-ok gw-go-icon-left\"></span>Falli libris has id facer\";i:3;s:87:\"<span class=\"gw-go-icon-light-star gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:4;s:72:\"<span class=\"gw-go-icon-light-arrow2 gw-go-icon-left\"></span>Lorem ipsum\";i:5;s:84:\"<span class=\"gw-go-icon-dark-dot gw-go-icon-left\"></span>30 Splendide philosophia et\";i:6;s:82:\"<span class=\"gw-go-icon-dark-circle gw-go-icon-left\"></span>Cum at probo / minimum\";i:7;s:83:\"<span class=\"gw-go-icon-dark-plus gw-go-icon-left\"></span>Falli libris has id facer\";i:8;s:87:\"<span class=\"gw-go-icon-dark-minus gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:9;s:85:\"<span class=\"gw-go-icon-dark-arrow gw-go-icon-left\"></span>Taleni noluisse signiferum\";i:10;s:87:\"<span class=\"gw-go-icon-green-cross gw-go-icon-left\"></span>40 Splendide philosophia et\";i:11;s:82:\"<span class=\"gw-go-icon-green-arrow gw-go-icon-left\"></span>Cum at probo / minimum\";i:12;s:82:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span>Falli libris has id facer\";i:13;s:87:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:14;s:87:\"<span class=\"gw-go-icon-green-arrow2 gw-go-icon-left\"></span>Taleni noluisse signiferum\";i:15;s:83:\"<span class=\"gw-go-icon-red-dot gw-go-icon-left\"></span>50 Splendide philosophia et\";i:16;s:81:\"<span class=\"gw-go-icon-red-circle gw-go-icon-left\"></span>Cum at probo / minimum\";i:17;s:82:\"<span class=\"gw-go-icon-red-plus gw-go-icon-left\"></span>Falli libris has id facer\";i:18;s:86:\"<span class=\"gw-go-icon-red-minus gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:19;s:84:\"<span class=\"gw-go-icon-red-arrow gw-go-icon-left\"></span>Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:23:\"Ute sit dolor lobortis.\";i:1;s:20:\"Mod et verteren usu.\";i:2;s:23:\"Ute sit dolor lobortis.\";i:3;s:20:\"Mod et verteren usu.\";i:4;s:23:\"Ute sit dolor lobortis.\";i:5;s:23:\"Ute sit dolor lobortis.\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:20:\"Mod et verteren usu.\";i:9;s:23:\"Ute sit dolor lobortis.\";i:10;s:23:\"Ute sit dolor lobortis.\";i:11;s:20:\"Mod et verteren usu.\";i:12;s:23:\"Ute sit dolor lobortis.\";i:13;s:20:\"Mod et verteren usu.\";i:14;s:23:\"Ute sit dolor lobortis.\";i:15;s:23:\"Ute sit dolor lobortis.\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:20:\"Mod et verteren usu.\";i:19;s:23:\"Ute sit dolor lobortis.\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36baaaf8f0\";a:35:{s:6:\"uniqid\";s:13:\"50d36baaaf8f0\";s:10:\"table-name\";s:13:\"Demo Green 04\";s:8:\"table-id\";s:13:\"demo-green_04\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"green4a_pricing\";i:1;s:15:\"green4b_pricing\";i:2;s:15:\"green4c_pricing\";i:3;s:15:\"green4d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36bdc696a6\";a:33:{s:6:\"uniqid\";s:13:\"50d36bdc696a6\";s:10:\"table-name\";s:13:\"Demo Green 05\";s:8:\"table-id\";s:13:\"demo-green_05\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"green5_pricing\";i:1;s:14:\"green5_pricing\";i:2;s:14:\"green5_pricing\";i:3;s:14:\"green5_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:20:\"right-blue-50percent\";i:1;s:14:\"right-blue-new\";i:2;s:15:\"right-blue-save\";i:3;s:14:\"right-blue-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36c0d368e5\";a:33:{s:6:\"uniqid\";s:13:\"50d36c0d368e5\";s:10:\"table-name\";s:13:\"Demo Green 06\";s:8:\"table-id\";s:13:\"demo-green_06\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"green6_pricing\";i:1;s:14:\"green6_pricing\";i:2;s:14:\"green6_pricing\";i:3;s:14:\"green6_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:21:\"left-yellow-50percent\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:23:\"Ute sit dolor lobortis.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:20:\"Mod et verteren usu.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:23:\"Ute sit dolor lobortis.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:20:\"Mod et verteren usu.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36c494e078\";a:35:{s:6:\"uniqid\";s:13:\"50d36c494e078\";s:10:\"table-name\";s:13:\"Demo Green 07\";s:8:\"table-id\";s:13:\"demo-green_07\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:11:\"green7_html\";i:1;s:11:\"green7_html\";i:2;s:11:\"green7_html\";i:3;s:11:\"green7_html\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:7:\"shadow4\";i:2;s:7:\"shadow5\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:12:\"left-red-top\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_71.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:1;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_72.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:2;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_73.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:3;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_74.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:98:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$9 / pcs</span>\";i:1;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$13 / pcs</span>\";i:6;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$26 / pcs</span>\";i:11;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$44 / pcs</span>\";i:16;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36c89e7d01\";a:33:{s:6:\"uniqid\";s:13:\"50d36c89e7d01\";s:10:\"table-name\";s:13:\"Demo Green 08\";s:8:\"table-id\";s:13:\"demo-green_08\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FECE2E\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:11:\"green8_html\";i:1;s:11:\"green8_html\";i:2;s:11:\"green8_html\";i:3;s:11:\"green8_html\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:22:\"right-yellow-50percent\";i:1;s:16:\"right-yellow-new\";i:2;s:17:\"right-yellow-save\";i:3;s:16:\"right-yellow-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:53:\"[go_pricing_vimeo video_id=\"26042101\" color=\"80b516\"]\";i:1;s:53:\"[go_pricing_vimeo video_id=\"45647622\" color=\"80b516\"]\";i:2;s:53:\"[go_pricing_vimeo video_id=\"44029865\" color=\"80b516\"]\";i:3;s:53:\"[go_pricing_vimeo video_id=\"26383520\" color=\"80b516\"]\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:20:\"Mod et verteren usu.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:20:\"Mod et verteren usu.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36cd50da81\";a:33:{s:6:\"uniqid\";s:13:\"50d36cd50da81\";s:10:\"table-name\";s:13:\"Demo Green 09\";s:8:\"table-id\";s:13:\"demo-green_09\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"green9_pricing2\";i:1;s:15:\"green9_pricing2\";i:2;s:15:\"green9_pricing2\";i:3;s:15:\"green9_pricing2\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:22:\"$9<small>1 pcs</small>\";i:1;s:23:\"$13<small>2 pcs</small>\";i:2;s:23:\"$26<small>3 pcs</small>\";i:3;s:23:\"$44<small>4 pcs</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:52:\"[go_pricing_vimeo video_id=\"7271188\" color=\"80b516\"]\";i:1;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_92.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:2;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_93.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:3;s:52:\"[go_pricing_vimeo video_id=\"7882665\" color=\"80b516\"]\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:8:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:10:\"col-detail\";a:8:{i:0;s:26:\"Taleni noluisse signiferum\";i:1;s:28:\"Pertinax vel eum ne molestie\";i:2;s:28:\"Pertinax vel eum ne molestie\";i:3;s:26:\"Taleni noluisse signiferum\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:28:\"Pertinax vel eum ne molestie\";i:6;s:28:\"Pertinax vel eum ne molestie\";i:7;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:8:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36d0332b7a\";a:33:{s:6:\"uniqid\";s:13:\"50d36d0332b7a\";s:10:\"table-name\";s:13:\"Demo Green 10\";s:8:\"table-id\";s:13:\"demo-green_10\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"green10_pricing3\";i:1;s:16:\"green10_pricing3\";i:2;s:16:\"green10_pricing3\";i:3;s:16:\"green10_pricing3\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow3\";i:1;s:7:\"shadow5\";i:2;s:7:\"shadow4\";i:3;s:7:\"shadow3\";}s:10:\"col-ribbon\";a:4:{i:0;s:22:\"right-yellow-50percent\";i:1;s:16:\"right-yellow-new\";i:2;s:17:\"right-yellow-save\";i:3;s:16:\"right-yellow-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:22:\"$9<small>1 pcs</small>\";i:1;s:23:\"$13<small>2 pcs</small>\";i:2;s:23:\"$26<small>3 pcs</small>\";i:3;s:23:\"$44<small>4 pcs</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:1;s:160:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_92.jpg\" alt=\"\" title=\"blue_92\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:2;s:160:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_93.jpg\" alt=\"\" title=\"blue_93\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:3;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_101.jpg\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_102.jpg\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_103.jpg\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_104.jpg\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-detail\";a:4:{i:0;s:26:\"Taleni noluisse signiferum\";i:1;s:26:\"Taleni noluisse signiferum\";i:2;s:26:\"Taleni noluisse signiferum\";i:3;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:1;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:3;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36d5d7e974\";a:33:{s:6:\"uniqid\";s:13:\"50d36d5d7e974\";s:10:\"table-name\";s:13:\"Demo Green 11\";s:8:\"table-id\";s:13:\"demo-green_11\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"green11a_pricing\";i:1;s:16:\"green11b_pricing\";i:2;s:16:\"green11c_pricing\";i:3;s:16:\"green11d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:7:\"shadow1\";i:2;s:7:\"shadow1\";i:3;s:7:\"shadow1\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:7:\"Starter\";i:2;s:8:\"Standard\";i:3;s:12:\"Professional\";}s:9:\"col-price\";a:4:{i:0;s:0:\"\";i:1;s:25:\"$13<small>/ month</small>\";i:2;s:25:\"$26<small>/ month</small>\";i:3;s:25:\"$44<small>/ month</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-replace-chk\";a:1:{i:0;s:2:\"on\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:65:\"<h2 style=\"color:#9d9d9d; margin-top:70px;\">Choose your plan</h2>\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:447:\"height:146px;\r\nbackground:#FFF;\r\nbackground:-moz-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-ms-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-o-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #EDEDEC));		\r\nbackground:-webkit-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:linear-gradient(top, #FFF 0%, #EDEDEC 100%)\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:15:\"Amount of space\";i:1;s:19:\"Bandwidth per month\";i:2;s:17:\"Free domain names\";i:3;s:10:\"phpMyAdmin\";i:4;s:11:\"24h Support\";i:5;s:4:\"10GB\";i:6;s:5:\"100GB\";i:7;s:42:\"<span class=\"gw-go-icon-red-cross\"></span>\";i:8;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:9;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:10;s:5:\"120GB\";i:11;s:5:\"500GB\";i:12;s:6:\"2 Free\";i:13;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:14;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:15;s:9:\"Unlimited\";i:16;s:6:\"1000GB\";i:17;s:6:\"5 Free\";i:18;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:19;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:0:\"\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}}s:13:\"50d36d967c372\";a:32:{s:6:\"uniqid\";s:13:\"50d36d967c372\";s:10:\"table-name\";s:13:\"Demo Green 12\";s:8:\"table-id\";s:13:\"demo-green_12\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"140px\";s:16:\"tooltip-bg-color\";s:7:\"#89c118\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:12:\"green12_team\";i:1;s:12:\"green12_team\";i:2;s:12:\"green12_team\";i:3;s:12:\"green12_team\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow1\";i:1;s:7:\"shadow1\";i:2;s:7:\"shadow1\";i:3;s:7:\"shadow1\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:35:\"John Smith<small>co-founder</small>\";i:1;s:31:\"John Doe<small>designer</small>\";i:2;s:34:\"John Deep<small>programmer</small>\";i:3;s:34:\"John Dummy<small>developer</small>\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:24:\"$9<small>1 month</small>\";i:2;s:24:\"$9<small>1 month</small>\";i:3;s:24:\"$9<small>1 month</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_121.jpg\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_122.jpg\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_123.jpg\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_124.jpg\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:121:\"<span style=\"color:#679c00;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:1;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:2;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:3;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:4;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:5;s:121:\"<span style=\"color:#679c00;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:6;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:7;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:8;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:9;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:10;s:121:\"<span style=\"color:#679c00;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:11;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:12;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:13;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:14;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:15;s:121:\"<span style=\"color:#679c00;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:16;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:17;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:18;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:19;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:19:\"Skype name: j.smith\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:17:\"Skype name: j.doe\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:18:\"Skype name: j.deep\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:19:\"Skype name: j.dummy\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:1;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:2;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:3;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}}s:13:\"50d36dcf294b0\";a:33:{s:6:\"uniqid\";s:13:\"50d36dcf294b0\";s:10:\"table-name\";s:13:\"Demo Green 13\";s:8:\"table-id\";s:13:\"demo-green_13\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:14:\"gw-go-space-1p\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"green13_product\";i:1;s:15:\"green13_product\";i:2;s:15:\"green13_product\";i:3;s:15:\"green13_product\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:18:\"left-red-50percent\";i:1;s:12:\"left-red-new\";i:2;s:12:\"left-red-top\";i:3;s:13:\"left-red-save\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:9:\"Product 1\";i:1;s:9:\"Product 2\";i:2;s:9:\"Product 3\";i:3;s:9:\"Product 4\";}s:9:\"col-price\";a:4:{i:0;s:45:\"<p>start from</p><h1><small>$</small>490</h1>\";i:1;s:45:\"<p>start from</p><h1><small>$</small>690</h1>\";i:2;s:45:\"<p>start from</p><h1><small>$</small>890</h1>\";i:3;s:45:\"<p>start from</p><h1><small>$</small>990</h1>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:23:\"Ute sit dolor lobortis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:23:\"Ute sit dolor lobortis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36e0faed17\";a:35:{s:6:\"uniqid\";s:13:\"50d36e0faed17\";s:10:\"table-name\";s:13:\"Demo Green 14\";s:8:\"table-id\";s:13:\"demo-green_14\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#80b516\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";}s:9:\"col-style\";a:3:{i:0;s:15:\"green14_pricing\";i:1;s:15:\"green14_pricing\";i:2;s:15:\"green14_pricing\";}s:10:\"col-shadow\";a:3:{i:0;s:0:\"\";i:1;s:7:\"shadow2\";i:2;s:0:\"\";}s:10:\"col-ribbon\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:9:\"col-title\";a:3:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";}s:9:\"col-price\";a:3:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";}s:16:\"col-pricing-html\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"col-pricing-img\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"col-pricing-css\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:11:\"col-replace\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";}s:8:\"col-html\";a:3:{i:0;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:1;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:2;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";}s:7:\"col-css\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:9:\"col-align\";a:15:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";}s:10:\"col-detail\";a:15:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:15:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";}s:15:\"col-button-type\";a:3:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";}s:15:\"col-button-size\";a:3:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";}s:15:\"col-button-text\";a:3:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";}s:15:\"col-button-link\";a:3:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";}s:21:\"col-button-target-chk\";a:3:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";}s:17:\"col-button-target\";a:3:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36eada279d\";a:35:{s:6:\"uniqid\";s:13:\"50d36eada279d\";s:10:\"table-name\";s:13:\"Demo Green 15\";s:8:\"table-id\";s:13:\"demo-green_15\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#333333\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:9:\"col-style\";a:5:{i:0;s:12:\"green15_html\";i:1;s:12:\"green15_html\";i:2;s:12:\"green15_html\";i:3;s:12:\"green15_html\";i:4;s:12:\"green15_html\";}s:10:\"col-shadow\";a:5:{i:0;s:0:\"\";i:1;s:7:\"shadow1\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:10:\"col-ribbon\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:5:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";i:4;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:9:\"col-title\";a:5:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 1\";i:2;s:8:\"Column 1\";i:3;s:8:\"Column 1\";i:4;s:8:\"Column 1\";}s:9:\"col-price\";a:5:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:24:\"$9<small>1 month</small>\";i:2;s:24:\"$9<small>1 month</small>\";i:3;s:24:\"$9<small>1 month</small>\";i:4;s:24:\"$9<small>1 month</small>\";}s:16:\"col-pricing-html\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:15:\"col-pricing-img\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:15:\"col-pricing-css\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:11:\"col-replace\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:8:\"col-html\";a:5:{i:0;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_151.jpg\" alt=\"\" title=\"blue_151\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:1;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_152.jpg\" alt=\"\" title=\"blue_152\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:2;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_153.jpg\" alt=\"\" title=\"blue_153\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:3;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_154.jpg\" alt=\"\" title=\"blue_154\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:4;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_155.jpg\" alt=\"\" title=\"blue_155\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";}s:7:\"col-css\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:9:\"col-align\";a:25:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";}s:10:\"col-detail\";a:25:{i:0;s:41:\"<span style=\"color:#333;\">9$ / pcs</span>\";i:1;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:2;s:25:\"Falli libris has id facer\";i:3;s:23:\"Pertinax vel eum moleti\";i:4;s:23:\"Taleni noluisse gniferu\";i:5;s:42:\"<span style=\"color:#333;\">14$ / pcs</span>\";i:6;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:7;s:25:\"Falli libris has id facer\";i:8;s:23:\"Pertinax vel eum moleti\";i:9;s:23:\"Taleni noluisse gniferu\";i:10;s:42:\"<span style=\"color:#333;\">26$ / pcs</span>\";i:11;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:12;s:25:\"Falli libris has id facer\";i:13;s:23:\"Pertinax vel eum moleti\";i:14;s:23:\"Taleni noluisse gniferu\";i:15;s:42:\"<span style=\"color:#333;\">44$ / pcs</span>\";i:16;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:17;s:25:\"Falli libris has id facer\";i:18;s:23:\"Pertinax vel eum moleti\";i:19;s:25:\"Taleni noluisse signiferu\";i:20;s:42:\"<span style=\"color:#333;\">58$ / pcs</span>\";i:21;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:22;s:25:\"Falli libris has id facer\";i:23;s:23:\"Pertinax vel eum moleti\";i:24;s:23:\"Taleni noluisse gniferu\";}s:14:\"col-detail-tip\";a:25:{i:0;s:0:\"\";i:1;s:23:\"Ute sit dolor lobortis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:23:\"Ute sit dolor lobortis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:23:\"Ute sit dolor lobortis.\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";}s:15:\"col-button-type\";a:5:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";i:4;s:6:\"button\";}s:15:\"col-button-size\";a:5:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";i:4;s:6:\"medium\";}s:15:\"col-button-text\";a:5:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";i:4;s:9:\"Order Now\";}s:15:\"col-button-link\";a:5:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";}s:21:\"col-button-target-chk\";a:5:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";i:4;s:2:\"on\";}s:17:\"col-button-target\";a:5:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";i:4;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36f11e37a5\";a:35:{s:6:\"uniqid\";s:13:\"50d36f11e37a5\";s:10:\"table-name\";s:13:\"Demo Earth 01\";s:8:\"table-id\";s:13:\"demo-earth_01\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#0e60ba\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"earth1_pricing\";i:1;s:14:\"earth1_pricing\";i:2;s:14:\"earth1_pricing\";i:3;s:14:\"earth1_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36f509f9f9\";a:35:{s:6:\"uniqid\";s:13:\"50d36f509f9f9\";s:10:\"table-name\";s:13:\"Demo Earth 02\";s:8:\"table-id\";s:13:\"demo-earth_02\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#9D9D9D\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"earth2_pricing\";i:1;s:14:\"earth2_pricing\";i:2;s:14:\"earth2_pricing\";i:3;s:14:\"earth2_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:20:\"Mod et verteren usu.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:20:\"Mod et verteren usu.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36f7d99f9a\";a:35:{s:6:\"uniqid\";s:13:\"50d36f7d99f9a\";s:10:\"table-name\";s:13:\"Demo Earth 03\";s:8:\"table-id\";s:13:\"demo-earth_03\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#fece2e\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"earth3a_pricing\";i:1;s:15:\"earth3b_pricing\";i:2;s:15:\"earth3c_pricing\";i:3;s:15:\"earth3d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:21:\"left-yellow-50percent\";i:1;s:15:\"left-yellow-new\";i:2;s:16:\"left-yellow-save\";i:3;s:15:\"left-yellow-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:87:\"<span class=\"gw-go-icon-light-cross gw-go-icon-left\"></span>20 Splendide philosophia et\";i:1;s:82:\"<span class=\"gw-go-icon-light-arrow gw-go-icon-left\"></span>Cum at probo / minimum\";i:2;s:82:\"<span class=\"gw-go-icon-light-ok gw-go-icon-left\"></span>Falli libris has id facer\";i:3;s:87:\"<span class=\"gw-go-icon-light-star gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:4;s:72:\"<span class=\"gw-go-icon-light-arrow2 gw-go-icon-left\"></span>Lorem ipsum\";i:5;s:84:\"<span class=\"gw-go-icon-dark-dot gw-go-icon-left\"></span>30 Splendide philosophia et\";i:6;s:82:\"<span class=\"gw-go-icon-dark-circle gw-go-icon-left\"></span>Cum at probo / minimum\";i:7;s:83:\"<span class=\"gw-go-icon-dark-plus gw-go-icon-left\"></span>Falli libris has id facer\";i:8;s:87:\"<span class=\"gw-go-icon-dark-minus gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:9;s:85:\"<span class=\"gw-go-icon-dark-arrow gw-go-icon-left\"></span>Taleni noluisse signiferum\";i:10;s:87:\"<span class=\"gw-go-icon-green-cross gw-go-icon-left\"></span>40 Splendide philosophia et\";i:11;s:82:\"<span class=\"gw-go-icon-green-arrow gw-go-icon-left\"></span>Cum at probo / minimum\";i:12;s:82:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span>Falli libris has id facer\";i:13;s:87:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:14;s:87:\"<span class=\"gw-go-icon-green-arrow2 gw-go-icon-left\"></span>Taleni noluisse signiferum\";i:15;s:83:\"<span class=\"gw-go-icon-red-dot gw-go-icon-left\"></span>50 Splendide philosophia et\";i:16;s:81:\"<span class=\"gw-go-icon-red-circle gw-go-icon-left\"></span>Cum at probo / minimum\";i:17;s:82:\"<span class=\"gw-go-icon-red-plus gw-go-icon-left\"></span>Falli libris has id facer\";i:18;s:86:\"<span class=\"gw-go-icon-red-minus gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:19;s:84:\"<span class=\"gw-go-icon-red-arrow gw-go-icon-left\"></span>Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:23:\"Ute sit dolor lobortis.\";i:1;s:20:\"Mod et verteren usu.\";i:2;s:23:\"Ute sit dolor lobortis.\";i:3;s:20:\"Mod et verteren usu.\";i:4;s:23:\"Ute sit dolor lobortis.\";i:5;s:23:\"Ute sit dolor lobortis.\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:20:\"Mod et verteren usu.\";i:9;s:23:\"Ute sit dolor lobortis.\";i:10;s:23:\"Ute sit dolor lobortis.\";i:11;s:20:\"Mod et verteren usu.\";i:12;s:23:\"Ute sit dolor lobortis.\";i:13;s:20:\"Mod et verteren usu.\";i:14;s:23:\"Ute sit dolor lobortis.\";i:15;s:23:\"Ute sit dolor lobortis.\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:20:\"Mod et verteren usu.\";i:19;s:23:\"Ute sit dolor lobortis.\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36fc6b9d45\";a:35:{s:6:\"uniqid\";s:13:\"50d36fc6b9d45\";s:10:\"table-name\";s:13:\"Demo Earth 04\";s:8:\"table-id\";s:13:\"demo-earth_04\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"earth4a_pricing\";i:1;s:15:\"earth4b_pricing\";i:2;s:15:\"earth4c_pricing\";i:3;s:15:\"earth4d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36fce615d3\";a:33:{s:6:\"uniqid\";s:13:\"50d36fce615d3\";s:10:\"table-name\";s:13:\"Demo Earth 05\";s:8:\"table-id\";s:13:\"demo-earth_05\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"earth5_pricing\";i:1;s:14:\"earth5_pricing\";i:2;s:14:\"earth5_pricing\";i:3;s:14:\"earth5_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:21:\"right-green-50percent\";i:1;s:15:\"right-green-new\";i:2;s:16:\"right-green-save\";i:3;s:15:\"right-green-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36fd53131e\";a:33:{s:6:\"uniqid\";s:13:\"50d36fd53131e\";s:10:\"table-name\";s:13:\"Demo Earth 06\";s:8:\"table-id\";s:13:\"demo-earth_06\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"earth6_pricing\";i:1;s:14:\"earth6_pricing\";i:2;s:14:\"earth6_pricing\";i:3;s:14:\"earth6_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:21:\"left-yellow-50percent\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:23:\"Ute sit dolor lobortis.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:20:\"Mod et verteren usu.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:23:\"Ute sit dolor lobortis.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:20:\"Mod et verteren usu.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36fd9cca7f\";a:35:{s:6:\"uniqid\";s:13:\"50d36fd9cca7f\";s:10:\"table-name\";s:13:\"Demo Earth 07\";s:8:\"table-id\";s:13:\"demo-earth_07\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:11:\"earth7_html\";i:1;s:11:\"earth7_html\";i:2;s:11:\"earth7_html\";i:3;s:11:\"earth7_html\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:7:\"shadow4\";i:2;s:7:\"shadow5\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:12:\"left-red-top\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_71.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:1;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_72.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:2;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_73.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:3;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_74.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:98:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$9 / pcs</span>\";i:1;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$13 / pcs</span>\";i:6;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$26 / pcs</span>\";i:11;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$44 / pcs</span>\";i:16;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36fe0395e1\";a:33:{s:6:\"uniqid\";s:13:\"50d36fe0395e1\";s:10:\"table-name\";s:13:\"Demo Earth 08\";s:8:\"table-id\";s:13:\"demo-earth_08\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#ecbc1c\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:11:\"earth8_html\";i:1;s:11:\"earth8_html\";i:2;s:11:\"earth8_html\";i:3;s:11:\"earth8_html\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:22:\"right-yellow-50percent\";i:1;s:16:\"right-yellow-new\";i:2;s:17:\"right-yellow-save\";i:3;s:16:\"right-yellow-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:53:\"[go_pricing_vimeo video_id=\"32496224\" color=\"775a23\"]\";i:1;s:53:\"[go_pricing_vimeo video_id=\"31401036\" color=\"775a23\"]\";i:2;s:53:\"[go_pricing_vimeo video_id=\"54334392\" color=\"775a23\"]\";i:3;s:53:\"[go_pricing_vimeo video_id=\"19567761\" color=\"775a23\"]\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:20:\"Mod et verteren usu.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:20:\"Mod et verteren usu.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36fe5f0a56\";a:33:{s:6:\"uniqid\";s:13:\"50d36fe5f0a56\";s:10:\"table-name\";s:13:\"Demo Earth 09\";s:8:\"table-id\";s:13:\"demo-earth_09\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"earth9_pricing2\";i:1;s:15:\"earth9_pricing2\";i:2;s:15:\"earth9_pricing2\";i:3;s:15:\"earth9_pricing2\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:18:\"left-red-50percent\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:16:\"right-yellow-new\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:22:\"$9<small>1 pcs</small>\";i:1;s:23:\"$13<small>2 pcs</small>\";i:2;s:23:\"$26<small>3 pcs</small>\";i:3;s:23:\"$44<small>4 pcs</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:53:\"[go_pricing_vimeo video_id=\"21485502\" color=\"896bbd\"]\";i:1;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_92.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:2;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_93.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:3;s:38:\"[go_pricing_vimeo video_id=\"33015385\"]\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:8:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:10:\"col-detail\";a:8:{i:0;s:26:\"Taleni noluisse signiferum\";i:1;s:28:\"Pertinax vel eum ne molestie\";i:2;s:28:\"Pertinax vel eum ne molestie\";i:3;s:26:\"Taleni noluisse signiferum\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:28:\"Pertinax vel eum ne molestie\";i:6;s:28:\"Pertinax vel eum ne molestie\";i:7;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:8:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36feb95844\";a:35:{s:6:\"uniqid\";s:13:\"50d36feb95844\";s:10:\"table-name\";s:13:\"Demo Earth 10\";s:8:\"table-id\";s:19:\"demo-earth_01_4_col\";s:15:\"enlarge-current\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:12:\"equal-height\";s:1:\"0\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:11:\"hide-footer\";s:1:\"0\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:19:\"col-disable-enlarge\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"earth10_pricing3\";i:1;s:16:\"earth10_pricing3\";i:2;s:16:\"earth10_pricing3\";i:3;s:16:\"earth10_pricing3\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow3\";i:1;s:7:\"shadow5\";i:2;s:7:\"shadow4\";i:3;s:7:\"shadow3\";}s:10:\"col-ribbon\";a:4:{i:0;s:22:\"right-yellow-50percent\";i:1;s:16:\"right-yellow-new\";i:2;s:17:\"right-yellow-save\";i:3;s:16:\"right-yellow-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:22:\"$9<small>1 pcs</small>\";i:1;s:23:\"$13<small>2 pcs</small>\";i:2;s:23:\"$26<small>3 pcs</small>\";i:3;s:23:\"$44<small>4 pcs</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:1;s:160:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_92.jpg\" alt=\"\" title=\"blue_92\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:2;s:160:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_93.jpg\" alt=\"\" title=\"blue_93\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:3;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_101.jpg\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_102.jpg\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_103.jpg\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_104.jpg\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-detail\";a:4:{i:0;s:26:\"Taleni noluisse signiferum\";i:1;s:26:\"Taleni noluisse signiferum\";i:2;s:26:\"Taleni noluisse signiferum\";i:3;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-text\";a:4:{i:0;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:1;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:3;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d36fefef903\";a:33:{s:6:\"uniqid\";s:13:\"50d36fefef903\";s:10:\"table-name\";s:13:\"Demo Earth 11\";s:8:\"table-id\";s:13:\"demo-earth_11\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"earth11a_pricing\";i:1;s:16:\"earth11b_pricing\";i:2;s:16:\"earth11c_pricing\";i:3;s:16:\"earth11d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:7:\"shadow1\";i:2;s:7:\"shadow1\";i:3;s:7:\"shadow1\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:7:\"Starter\";i:2;s:8:\"Standard\";i:3;s:12:\"Professional\";}s:9:\"col-price\";a:4:{i:0;s:0:\"\";i:1;s:25:\"$13<small>/ month</small>\";i:2;s:25:\"$26<small>/ month</small>\";i:3;s:25:\"$44<small>/ month</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-replace-chk\";a:1:{i:0;s:2:\"on\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:65:\"<h2 style=\"color:#9d9d9d; margin-top:70px;\">Choose your plan</h2>\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:447:\"height:146px;\r\nbackground:#FFF;\r\nbackground:-moz-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-ms-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-o-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #EDEDEC));		\r\nbackground:-webkit-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:linear-gradient(top, #FFF 0%, #EDEDEC 100%)\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";i:4;s:4:\"left\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:15:\"Amount of space\";i:1;s:19:\"Bandwidth per month\";i:2;s:17:\"Free domain names\";i:3;s:10:\"phpMyAdmin\";i:4;s:11:\"24h Support\";i:5;s:4:\"10GB\";i:6;s:5:\"100GB\";i:7;s:42:\"<span class=\"gw-go-icon-red-cross\"></span>\";i:8;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:9;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:10;s:5:\"120GB\";i:11;s:5:\"500GB\";i:12;s:6:\"2 Free\";i:13;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:14;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:15;s:9:\"Unlimited\";i:16;s:6:\"1000GB\";i:17;s:6:\"5 Free\";i:18;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:19;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:0:\"\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}}s:13:\"50d3700342f9e\";a:32:{s:6:\"uniqid\";s:13:\"50d3700342f9e\";s:10:\"table-name\";s:13:\"Demo Earth 12\";s:8:\"table-id\";s:13:\"demo-earth_12\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"140px\";s:16:\"tooltip-bg-color\";s:7:\"#cda975\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:12:\"earth12_team\";i:1;s:12:\"earth12_team\";i:2;s:12:\"earth12_team\";i:3;s:12:\"earth12_team\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow1\";i:1;s:7:\"shadow1\";i:2;s:7:\"shadow1\";i:3;s:7:\"shadow1\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:35:\"John Smith<small>co-founder</small>\";i:1;s:31:\"John Doe<small>designer</small>\";i:2;s:34:\"John Deep<small>programmer</small>\";i:3;s:34:\"John Dummy<small>developer</small>\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:24:\"$9<small>1 month</small>\";i:2;s:24:\"$9<small>1 month</small>\";i:3;s:24:\"$9<small>1 month</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_121.jpg\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_122.jpg\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_123.jpg\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_124.jpg\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:121:\"<span style=\"color:#b3844a;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:1;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:2;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:3;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:4;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:5;s:121:\"<span style=\"color:#b3844a;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:6;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:7;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:8;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:9;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:10;s:121:\"<span style=\"color:#b3844a;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:11;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:12;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:13;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:14;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:15;s:121:\"<span style=\"color:#b3844a;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:16;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:17;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:18;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:19;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:19:\"Skype name: j.smith\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:17:\"Skype name: j.doe\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:18:\"Skype name: j.deep\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:19:\"Skype name: j.dummy\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:1;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:2;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:3;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}}s:13:\"50d37009069bd\";a:33:{s:6:\"uniqid\";s:13:\"50d37009069bd\";s:10:\"table-name\";s:13:\"Demo Earth 13\";s:8:\"table-id\";s:13:\"demo-earth_13\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:14:\"gw-go-space-1p\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"earth13_product\";i:1;s:15:\"earth13_product\";i:2;s:15:\"earth13_product\";i:3;s:15:\"earth13_product\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:18:\"left-red-50percent\";i:1;s:12:\"left-red-new\";i:2;s:12:\"left-red-top\";i:3;s:13:\"left-red-save\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:9:\"Product 1\";i:1;s:9:\"Product 2\";i:2;s:9:\"Product 3\";i:3;s:9:\"Product 4\";}s:9:\"col-price\";a:4:{i:0;s:45:\"<p>start from</p><h1><small>$</small>490</h1>\";i:1;s:45:\"<p>start from</p><h1><small>$</small>690</h1>\";i:2;s:45:\"<p>start from</p><h1><small>$</small>890</h1>\";i:3;s:45:\"<p>start from</p><h1><small>$</small>990</h1>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:23:\"Ute sit dolor lobortis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:23:\"Ute sit dolor lobortis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d3700f7ea3c\";a:35:{s:6:\"uniqid\";s:13:\"50d3700f7ea3c\";s:10:\"table-name\";s:13:\"Demo Earth 14\";s:8:\"table-id\";s:13:\"demo-earth_14\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#9e8c4f\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";}s:9:\"col-style\";a:3:{i:0;s:15:\"earth14_pricing\";i:1;s:15:\"earth14_pricing\";i:2;s:15:\"earth14_pricing\";}s:10:\"col-shadow\";a:3:{i:0;s:0:\"\";i:1;s:7:\"shadow2\";i:2;s:0:\"\";}s:10:\"col-ribbon\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:9:\"col-title\";a:3:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";}s:9:\"col-price\";a:3:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";}s:16:\"col-pricing-html\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"col-pricing-img\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"col-pricing-css\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:11:\"col-replace\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";}s:8:\"col-html\";a:3:{i:0;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:1;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:2;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";}s:7:\"col-css\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:9:\"col-align\";a:15:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";}s:10:\"col-detail\";a:15:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:15:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";}s:15:\"col-button-type\";a:3:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";}s:15:\"col-button-size\";a:3:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";}s:15:\"col-button-text\";a:3:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";}s:15:\"col-button-link\";a:3:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";}s:21:\"col-button-target-chk\";a:3:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";}s:17:\"col-button-target\";a:3:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d370136e7d6\";a:35:{s:6:\"uniqid\";s:13:\"50d370136e7d6\";s:10:\"table-name\";s:13:\"Demo Earth 15\";s:8:\"table-id\";s:13:\"demo-earth_15\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#333333\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:9:\"col-style\";a:5:{i:0;s:12:\"earth15_html\";i:1;s:12:\"earth15_html\";i:2;s:12:\"earth15_html\";i:3;s:12:\"earth15_html\";i:4;s:12:\"earth15_html\";}s:10:\"col-shadow\";a:5:{i:0;s:0:\"\";i:1;s:7:\"shadow1\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:10:\"col-ribbon\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:5:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";i:4;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:9:\"col-title\";a:5:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 1\";i:2;s:8:\"Column 1\";i:3;s:8:\"Column 1\";i:4;s:8:\"Column 1\";}s:9:\"col-price\";a:5:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:24:\"$9<small>1 month</small>\";i:2;s:24:\"$9<small>1 month</small>\";i:3;s:24:\"$9<small>1 month</small>\";i:4;s:24:\"$9<small>1 month</small>\";}s:16:\"col-pricing-html\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:15:\"col-pricing-img\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:15:\"col-pricing-css\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:11:\"col-replace\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:8:\"col-html\";a:5:{i:0;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_151.jpg\" alt=\"\" title=\"blue_151\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:1;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_152.jpg\" alt=\"\" title=\"blue_152\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:2;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_153.jpg\" alt=\"\" title=\"blue_153\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:3;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_154.jpg\" alt=\"\" title=\"blue_154\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:4;s:162:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_155.jpg\" alt=\"\" title=\"blue_155\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";}s:7:\"col-css\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:9:\"col-align\";a:25:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";}s:10:\"col-detail\";a:25:{i:0;s:41:\"<span style=\"color:#333;\">9$ / pcs</span>\";i:1;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:2;s:25:\"Falli libris has id facer\";i:3;s:23:\"Pertinax vel eum moleti\";i:4;s:23:\"Taleni noluisse gniferu\";i:5;s:42:\"<span style=\"color:#333;\">14$ / pcs</span>\";i:6;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:7;s:25:\"Falli libris has id facer\";i:8;s:23:\"Pertinax vel eum moleti\";i:9;s:23:\"Taleni noluisse gniferu\";i:10;s:42:\"<span style=\"color:#333;\">26$ / pcs</span>\";i:11;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:12;s:25:\"Falli libris has id facer\";i:13;s:23:\"Pertinax vel eum moleti\";i:14;s:23:\"Taleni noluisse gniferu\";i:15;s:42:\"<span style=\"color:#333;\">44$ / pcs</span>\";i:16;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:17;s:25:\"Falli libris has id facer\";i:18;s:23:\"Pertinax vel eum moleti\";i:19;s:25:\"Taleni noluisse signiferu\";i:20;s:42:\"<span style=\"color:#333;\">58$ / pcs</span>\";i:21;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:22;s:25:\"Falli libris has id facer\";i:23;s:23:\"Pertinax vel eum moleti\";i:24;s:23:\"Taleni noluisse gniferu\";}s:14:\"col-detail-tip\";a:25:{i:0;s:0:\"\";i:1;s:23:\"Ute sit dolor lobortis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:23:\"Ute sit dolor lobortis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:23:\"Ute sit dolor lobortis.\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";}s:15:\"col-button-type\";a:5:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";i:4;s:6:\"button\";}s:15:\"col-button-size\";a:5:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";i:4;s:6:\"medium\";}s:15:\"col-button-text\";a:5:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";i:4;s:9:\"Order Now\";}s:15:\"col-button-link\";a:5:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";}s:21:\"col-button-target-chk\";a:5:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";i:4;s:2:\"on\";}s:17:\"col-button-target\";a:5:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";i:4;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d374655ad4c\";a:35:{s:6:\"uniqid\";s:13:\"50d374655ad4c\";s:10:\"table-name\";s:14:\"Demo Purple 01\";s:8:\"table-id\";s:14:\"demo-purple_01\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#0e60ba\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"purple1_pricing\";i:1;s:15:\"purple1_pricing\";i:2;s:15:\"purple1_pricing\";i:3;s:15:\"purple1_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d3746dd0e59\";a:35:{s:6:\"uniqid\";s:13:\"50d3746dd0e59\";s:10:\"table-name\";s:14:\"Demo Purple 02\";s:8:\"table-id\";s:14:\"demo-purple_02\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#9D9D9D\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"purple2_pricing\";i:1;s:15:\"purple2_pricing\";i:2;s:15:\"purple2_pricing\";i:3;s:15:\"purple2_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:20:\"Mod et verteren usu.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:20:\"Mod et verteren usu.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37473b6767\";a:35:{s:6:\"uniqid\";s:13:\"50d37473b6767\";s:10:\"table-name\";s:14:\"Demo Purple 03\";s:8:\"table-id\";s:14:\"demo-purple_03\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#fece2e\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"purple3a_pricing\";i:1;s:16:\"purple3b_pricing\";i:2;s:16:\"purple3c_pricing\";i:3;s:16:\"purple3d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:21:\"left-yellow-50percent\";i:1;s:15:\"left-yellow-new\";i:2;s:16:\"left-yellow-save\";i:3;s:15:\"left-yellow-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:87:\"<span class=\"gw-go-icon-light-cross gw-go-icon-left\"></span>20 Splendide philosophia et\";i:1;s:82:\"<span class=\"gw-go-icon-light-arrow gw-go-icon-left\"></span>Cum at probo / minimum\";i:2;s:82:\"<span class=\"gw-go-icon-light-ok gw-go-icon-left\"></span>Falli libris has id facer\";i:3;s:87:\"<span class=\"gw-go-icon-light-star gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:4;s:72:\"<span class=\"gw-go-icon-light-arrow2 gw-go-icon-left\"></span>Lorem ipsum\";i:5;s:84:\"<span class=\"gw-go-icon-dark-dot gw-go-icon-left\"></span>30 Splendide philosophia et\";i:6;s:82:\"<span class=\"gw-go-icon-dark-circle gw-go-icon-left\"></span>Cum at probo / minimum\";i:7;s:83:\"<span class=\"gw-go-icon-dark-plus gw-go-icon-left\"></span>Falli libris has id facer\";i:8;s:87:\"<span class=\"gw-go-icon-dark-minus gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:9;s:85:\"<span class=\"gw-go-icon-dark-arrow gw-go-icon-left\"></span>Taleni noluisse signiferum\";i:10;s:87:\"<span class=\"gw-go-icon-green-cross gw-go-icon-left\"></span>40 Splendide philosophia et\";i:11;s:82:\"<span class=\"gw-go-icon-green-arrow gw-go-icon-left\"></span>Cum at probo / minimum\";i:12;s:82:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span>Falli libris has id facer\";i:13;s:87:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:14;s:87:\"<span class=\"gw-go-icon-green-arrow2 gw-go-icon-left\"></span>Taleni noluisse signiferum\";i:15;s:83:\"<span class=\"gw-go-icon-red-dot gw-go-icon-left\"></span>50 Splendide philosophia et\";i:16;s:81:\"<span class=\"gw-go-icon-red-circle gw-go-icon-left\"></span>Cum at probo / minimum\";i:17;s:82:\"<span class=\"gw-go-icon-red-plus gw-go-icon-left\"></span>Falli libris has id facer\";i:18;s:86:\"<span class=\"gw-go-icon-red-minus gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:19;s:84:\"<span class=\"gw-go-icon-red-arrow gw-go-icon-left\"></span>Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:23:\"Ute sit dolor lobortis.\";i:1;s:20:\"Mod et verteren usu.\";i:2;s:23:\"Ute sit dolor lobortis.\";i:3;s:20:\"Mod et verteren usu.\";i:4;s:23:\"Ute sit dolor lobortis.\";i:5;s:23:\"Ute sit dolor lobortis.\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:20:\"Mod et verteren usu.\";i:9;s:23:\"Ute sit dolor lobortis.\";i:10;s:23:\"Ute sit dolor lobortis.\";i:11;s:20:\"Mod et verteren usu.\";i:12;s:23:\"Ute sit dolor lobortis.\";i:13;s:20:\"Mod et verteren usu.\";i:14;s:23:\"Ute sit dolor lobortis.\";i:15;s:23:\"Ute sit dolor lobortis.\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:20:\"Mod et verteren usu.\";i:19;s:23:\"Ute sit dolor lobortis.\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d3747cf0f31\";a:35:{s:6:\"uniqid\";s:13:\"50d3747cf0f31\";s:10:\"table-name\";s:14:\"Demo Purple 04\";s:8:\"table-id\";s:14:\"demo-purple_04\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"purple4a_pricing\";i:1;s:16:\"purple4b_pricing\";i:2;s:16:\"purple4c_pricing\";i:3;s:16:\"purple4d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37482cb0de\";a:33:{s:6:\"uniqid\";s:13:\"50d37482cb0de\";s:10:\"table-name\";s:14:\"Demo Purple 05\";s:8:\"table-id\";s:14:\"demo-purple_05\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"purple5_pricing\";i:1;s:15:\"purple5_pricing\";i:2;s:15:\"purple5_pricing\";i:3;s:15:\"purple5_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:21:\"right-green-50percent\";i:1;s:15:\"right-green-new\";i:2;s:16:\"right-green-save\";i:3;s:15:\"right-green-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d374885ed2f\";a:33:{s:6:\"uniqid\";s:13:\"50d374885ed2f\";s:10:\"table-name\";s:14:\"Demo Purple 06\";s:8:\"table-id\";s:14:\"demo-purple_06\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"purple6_pricing\";i:1;s:15:\"purple6_pricing\";i:2;s:15:\"purple6_pricing\";i:3;s:15:\"purple6_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:21:\"left-yellow-50percent\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:23:\"Ute sit dolor lobortis.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:20:\"Mod et verteren usu.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:23:\"Ute sit dolor lobortis.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:20:\"Mod et verteren usu.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d3749795194\";a:35:{s:6:\"uniqid\";s:13:\"50d3749795194\";s:10:\"table-name\";s:14:\"Demo Purple 07\";s:8:\"table-id\";s:14:\"demo-purple_07\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:12:\"purple7_html\";i:1;s:12:\"purple7_html\";i:2;s:12:\"purple7_html\";i:3;s:12:\"purple7_html\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:7:\"shadow4\";i:2;s:7:\"shadow5\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:12:\"left-red-top\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_71.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:1;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_72.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:2;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_73.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:3;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_74.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:98:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$9 / pcs</span>\";i:1;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$13 / pcs</span>\";i:6;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$26 / pcs</span>\";i:11;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$44 / pcs</span>\";i:16;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d3749d30f00\";a:33:{s:6:\"uniqid\";s:13:\"50d3749d30f00\";s:10:\"table-name\";s:14:\"Demo Purple 08\";s:8:\"table-id\";s:14:\"demo-purple_08\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#fece2e\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:12:\"purple8_html\";i:1;s:12:\"purple8_html\";i:2;s:12:\"purple8_html\";i:3;s:12:\"purple8_html\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:20:\"right-blue-50percent\";i:1;s:16:\"right-yellow-new\";i:2;s:14:\"right-red-save\";i:3;s:21:\"right-green-50percent\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:53:\"[go_pricing_vimeo video_id=\"51640178\" color=\"896bbd\"]\";i:1;s:53:\"[go_pricing_vimeo video_id=\"43190273\" color=\"896bbd\"]\";i:2;s:53:\"[go_pricing_vimeo video_id=\"52224375\" color=\"896bbd\"]\";i:3;s:53:\"[go_pricing_vimeo video_id=\"25524159\" color=\"896bbd\"]\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:20:\"Mod et verteren usu.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:20:\"Mod et verteren usu.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d374a374f9c\";a:33:{s:6:\"uniqid\";s:13:\"50d374a374f9c\";s:10:\"table-name\";s:14:\"Demo Purple 09\";s:8:\"table-id\";s:14:\"demo-purple_09\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"purple9_pricing2\";i:1;s:16:\"purple9_pricing2\";i:2;s:16:\"purple9_pricing2\";i:3;s:16:\"purple9_pricing2\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:22:\"$9<small>1 pcs</small>\";i:1;s:23:\"$13<small>2 pcs</small>\";i:2;s:23:\"$26<small>3 pcs</small>\";i:3;s:23:\"$44<small>4 pcs</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:53:\"[go_pricing_vimeo video_id=\"13749210\" color=\"896bbd\"]\";i:1;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_92.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:2;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_93.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:3;s:53:\"[go_pricing_vimeo video_id=\"52909941\" color=\"896bbd\"]\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:8:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:10:\"col-detail\";a:8:{i:0;s:26:\"Taleni noluisse signiferum\";i:1;s:28:\"Pertinax vel eum ne molestie\";i:2;s:28:\"Pertinax vel eum ne molestie\";i:3;s:26:\"Taleni noluisse signiferum\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:28:\"Pertinax vel eum ne molestie\";i:6;s:28:\"Pertinax vel eum ne molestie\";i:7;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:8:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d374a97b029\";a:33:{s:6:\"uniqid\";s:13:\"50d374a97b029\";s:10:\"table-name\";s:14:\"Demo Purple 10\";s:8:\"table-id\";s:14:\"demo-purple_10\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:17:\"purple10_pricing3\";i:1;s:17:\"purple10_pricing3\";i:2;s:17:\"purple10_pricing3\";i:3;s:17:\"purple10_pricing3\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow3\";i:1;s:7:\"shadow5\";i:2;s:7:\"shadow4\";i:3;s:7:\"shadow3\";}s:10:\"col-ribbon\";a:4:{i:0;s:22:\"right-yellow-50percent\";i:1;s:16:\"right-yellow-new\";i:2;s:17:\"right-yellow-save\";i:3;s:16:\"right-yellow-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:22:\"$9<small>1 pcs</small>\";i:1;s:23:\"$13<small>2 pcs</small>\";i:2;s:23:\"$26<small>3 pcs</small>\";i:3;s:23:\"$44<small>4 pcs</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:1;s:160:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_92.jpg\" alt=\"\" title=\"blue_92\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:2;s:160:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_93.jpg\" alt=\"\" title=\"blue_93\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:3;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_101.jpg\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_102.jpg\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_103.jpg\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_104.jpg\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-detail\";a:4:{i:0;s:26:\"Taleni noluisse signiferum\";i:1;s:26:\"Taleni noluisse signiferum\";i:2;s:26:\"Taleni noluisse signiferum\";i:3;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:1;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:3;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d374af13eb6\";a:33:{s:6:\"uniqid\";s:13:\"50d374af13eb6\";s:10:\"table-name\";s:14:\"Demo Purple 11\";s:8:\"table-id\";s:14:\"demo-purple_11\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:17:\"purple11a_pricing\";i:1;s:17:\"purple11b_pricing\";i:2;s:17:\"purple11c_pricing\";i:3;s:17:\"purple11d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:7:\"shadow1\";i:2;s:7:\"shadow1\";i:3;s:7:\"shadow1\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:7:\"Starter\";i:2;s:8:\"Standard\";i:3;s:12:\"Professional\";}s:9:\"col-price\";a:4:{i:0;s:0:\"\";i:1;s:25:\"$13<small>/ month</small>\";i:2;s:25:\"$26<small>/ month</small>\";i:3;s:25:\"$44<small>/ month</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-replace-chk\";a:1:{i:0;s:2:\"on\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:65:\"<h2 style=\"color:#9d9d9d; margin-top:70px;\">Choose your plan</h2>\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:447:\"height:146px;\r\nbackground:#FFF;\r\nbackground:-moz-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-ms-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-o-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #EDEDEC));		\r\nbackground:-webkit-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:linear-gradient(top, #FFF 0%, #EDEDEC 100%)\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:15:\"Amount of space\";i:1;s:19:\"Bandwidth per month\";i:2;s:17:\"Free domain names\";i:3;s:10:\"phpMyAdmin\";i:4;s:11:\"24h Support\";i:5;s:4:\"10GB\";i:6;s:5:\"100GB\";i:7;s:42:\"<span class=\"gw-go-icon-red-cross\"></span>\";i:8;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:9;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:10;s:5:\"120GB\";i:11;s:5:\"500GB\";i:12;s:6:\"2 Free\";i:13;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:14;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:15;s:9:\"Unlimited\";i:16;s:6:\"1000GB\";i:17;s:6:\"5 Free\";i:18;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:19;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:0:\"\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}}s:13:\"50d374b55f0a6\";a:32:{s:6:\"uniqid\";s:13:\"50d374b55f0a6\";s:10:\"table-name\";s:14:\"Demo Purple 12\";s:8:\"table-id\";s:14:\"demo-purple_12\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"140px\";s:16:\"tooltip-bg-color\";s:7:\"#b08cee\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:13:\"purple12_team\";i:1;s:13:\"purple12_team\";i:2;s:13:\"purple12_team\";i:3;s:13:\"purple12_team\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow1\";i:1;s:7:\"shadow1\";i:2;s:7:\"shadow1\";i:3;s:7:\"shadow1\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:35:\"John Smith<small>co-founder</small>\";i:1;s:31:\"John Doe<small>designer</small>\";i:2;s:34:\"John Deep<small>programmer</small>\";i:3;s:34:\"John Dummy<small>developer</small>\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:24:\"$9<small>1 month</small>\";i:2;s:24:\"$9<small>1 month</small>\";i:3;s:24:\"$9<small>1 month</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_121.jpg\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_122.jpg\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_123.jpg\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_124.jpg\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:121:\"<span style=\"color:#6440a2;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:1;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:2;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:3;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:4;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:5;s:121:\"<span style=\"color:#6440a2;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:6;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:7;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:8;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:9;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:10;s:121:\"<span style=\"color:#6440a2;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:11;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:12;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:13;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:14;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:15;s:121:\"<span style=\"color:#6440a2;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:16;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:17;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:18;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:19;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:19:\"Skype name: j.smith\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:17:\"Skype name: j.doe\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:18:\"Skype name: j.deep\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:19:\"Skype name: j.dummy\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:1;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:2;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:3;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}}s:13:\"50d374bade2af\";a:33:{s:6:\"uniqid\";s:13:\"50d374bade2af\";s:10:\"table-name\";s:14:\"Demo Purple 13\";s:8:\"table-id\";s:14:\"demo-purple_13\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:14:\"gw-go-space-1p\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"purple13_product\";i:1;s:16:\"purple13_product\";i:2;s:16:\"purple13_product\";i:3;s:16:\"purple13_product\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:18:\"left-red-50percent\";i:1;s:12:\"left-red-new\";i:2;s:12:\"left-red-top\";i:3;s:13:\"left-red-save\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:9:\"Product 1\";i:1;s:9:\"Product 2\";i:2;s:9:\"Product 3\";i:3;s:9:\"Product 4\";}s:9:\"col-price\";a:4:{i:0;s:45:\"<p>start from</p><h1><small>$</small>490</h1>\";i:1;s:45:\"<p>start from</p><h1><small>$</small>690</h1>\";i:2;s:45:\"<p>start from</p><h1><small>$</small>890</h1>\";i:3;s:45:\"<p>start from</p><h1><small>$</small>990</h1>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:23:\"Ute sit dolor lobortis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:23:\"Ute sit dolor lobortis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d374c219519\";a:35:{s:6:\"uniqid\";s:13:\"50d374c219519\";s:10:\"table-name\";s:14:\"Demo Purple 14\";s:8:\"table-id\";s:14:\"demo-purple_14\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#896bbd\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";}s:9:\"col-style\";a:3:{i:0;s:16:\"purple14_pricing\";i:1;s:16:\"purple14_pricing\";i:2;s:16:\"purple14_pricing\";}s:10:\"col-shadow\";a:3:{i:0;s:0:\"\";i:1;s:7:\"shadow2\";i:2;s:0:\"\";}s:10:\"col-ribbon\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:9:\"col-title\";a:3:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";}s:9:\"col-price\";a:3:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";}s:16:\"col-pricing-html\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"col-pricing-img\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"col-pricing-css\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:11:\"col-replace\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";}s:8:\"col-html\";a:3:{i:0;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:1;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:2;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";}s:7:\"col-css\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:9:\"col-align\";a:15:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";}s:10:\"col-detail\";a:15:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:15:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";}s:15:\"col-button-type\";a:3:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";}s:15:\"col-button-size\";a:3:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";}s:15:\"col-button-text\";a:3:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";}s:15:\"col-button-link\";a:3:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";}s:21:\"col-button-target-chk\";a:3:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";}s:17:\"col-button-target\";a:3:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d374c80efb4\";a:35:{s:6:\"uniqid\";s:13:\"50d374c80efb4\";s:10:\"table-name\";s:14:\"Demo Purple 15\";s:8:\"table-id\";s:14:\"demo-purple_15\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#333333\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:9:\"col-style\";a:5:{i:0;s:13:\"purple15_html\";i:1;s:13:\"purple15_html\";i:2;s:13:\"purple15_html\";i:3;s:13:\"purple15_html\";i:4;s:13:\"purple15_html\";}s:10:\"col-shadow\";a:5:{i:0;s:0:\"\";i:1;s:7:\"shadow1\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:10:\"col-ribbon\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:5:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";i:4;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:9:\"col-title\";a:5:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 1\";i:2;s:8:\"Column 1\";i:3;s:8:\"Column 1\";i:4;s:8:\"Column 1\";}s:9:\"col-price\";a:5:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:24:\"$9<small>1 month</small>\";i:2;s:24:\"$9<small>1 month</small>\";i:3;s:24:\"$9<small>1 month</small>\";i:4;s:24:\"$9<small>1 month</small>\";}s:16:\"col-pricing-html\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:15:\"col-pricing-img\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:15:\"col-pricing-css\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:11:\"col-replace\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:8:\"col-html\";a:5:{i:0;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_151.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:1;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_152.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:2;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_153.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:3;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_154.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:4;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_155.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";}s:7:\"col-css\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:9:\"col-align\";a:25:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";}s:10:\"col-detail\";a:25:{i:0;s:41:\"<span style=\"color:#333;\">9$ / pcs</span>\";i:1;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:2;s:25:\"Falli libris has id facer\";i:3;s:23:\"Pertinax vel eum moleti\";i:4;s:23:\"Taleni noluisse gniferu\";i:5;s:42:\"<span style=\"color:#333;\">14$ / pcs</span>\";i:6;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:7;s:25:\"Falli libris has id facer\";i:8;s:23:\"Pertinax vel eum moleti\";i:9;s:23:\"Taleni noluisse gniferu\";i:10;s:42:\"<span style=\"color:#333;\">26$ / pcs</span>\";i:11;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:12;s:25:\"Falli libris has id facer\";i:13;s:23:\"Pertinax vel eum moleti\";i:14;s:23:\"Taleni noluisse gniferu\";i:15;s:42:\"<span style=\"color:#333;\">44$ / pcs</span>\";i:16;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:17;s:25:\"Falli libris has id facer\";i:18;s:23:\"Pertinax vel eum moleti\";i:19;s:25:\"Taleni noluisse signiferu\";i:20;s:42:\"<span style=\"color:#333;\">58$ / pcs</span>\";i:21;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:22;s:25:\"Falli libris has id facer\";i:23;s:23:\"Pertinax vel eum moleti\";i:24;s:23:\"Taleni noluisse gniferu\";}s:14:\"col-detail-tip\";a:25:{i:0;s:0:\"\";i:1;s:23:\"Ute sit dolor lobortis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:23:\"Ute sit dolor lobortis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:23:\"Ute sit dolor lobortis.\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";}s:15:\"col-button-type\";a:5:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";i:4;s:6:\"button\";}s:15:\"col-button-size\";a:5:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";i:4;s:6:\"medium\";}s:15:\"col-button-text\";a:5:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";i:4;s:9:\"Order Now\";}s:15:\"col-button-link\";a:5:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";}s:21:\"col-button-target-chk\";a:5:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";i:4;s:2:\"on\";}s:17:\"col-button-target\";a:5:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";i:4;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37869c7472\";a:35:{s:6:\"uniqid\";s:13:\"50d37869c7472\";s:10:\"table-name\";s:11:\"Demo Red 01\";s:8:\"table-id\";s:11:\"demo-red_01\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#0e60ba\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:12:\"red1_pricing\";i:1;s:12:\"red1_pricing\";i:2;s:12:\"red1_pricing\";i:3;s:12:\"red1_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d378700b3aa\";a:35:{s:6:\"uniqid\";s:13:\"50d378700b3aa\";s:10:\"table-name\";s:11:\"Demo Red 02\";s:8:\"table-id\";s:11:\"demo-red_02\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#9D9D9D\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:12:\"red2_pricing\";i:1;s:12:\"red2_pricing\";i:2;s:12:\"red2_pricing\";i:3;s:12:\"red2_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:20:\"Mod et verteren usu.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:20:\"Mod et verteren usu.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d378779b6c4\";a:35:{s:6:\"uniqid\";s:13:\"50d378779b6c4\";s:10:\"table-name\";s:11:\"Demo Red 03\";s:8:\"table-id\";s:11:\"demo-red_03\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#1a6cc6\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:13:\"red3a_pricing\";i:1;s:13:\"red3b_pricing\";i:2;s:13:\"red3c_pricing\";i:3;s:13:\"red3d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:19:\"left-blue-50percent\";i:1;s:13:\"left-blue-new\";i:2;s:14:\"left-blue-save\";i:3;s:13:\"left-blue-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:87:\"<span class=\"gw-go-icon-light-cross gw-go-icon-left\"></span>20 Splendide philosophia et\";i:1;s:82:\"<span class=\"gw-go-icon-light-arrow gw-go-icon-left\"></span>Cum at probo / minimum\";i:2;s:82:\"<span class=\"gw-go-icon-light-ok gw-go-icon-left\"></span>Falli libris has id facer\";i:3;s:87:\"<span class=\"gw-go-icon-light-star gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:4;s:72:\"<span class=\"gw-go-icon-light-arrow2 gw-go-icon-left\"></span>Lorem ipsum\";i:5;s:84:\"<span class=\"gw-go-icon-dark-dot gw-go-icon-left\"></span>30 Splendide philosophia et\";i:6;s:82:\"<span class=\"gw-go-icon-dark-circle gw-go-icon-left\"></span>Cum at probo / minimum\";i:7;s:83:\"<span class=\"gw-go-icon-dark-plus gw-go-icon-left\"></span>Falli libris has id facer\";i:8;s:87:\"<span class=\"gw-go-icon-dark-minus gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:9;s:85:\"<span class=\"gw-go-icon-dark-arrow gw-go-icon-left\"></span>Taleni noluisse signiferum\";i:10;s:87:\"<span class=\"gw-go-icon-green-cross gw-go-icon-left\"></span>40 Splendide philosophia et\";i:11;s:82:\"<span class=\"gw-go-icon-green-arrow gw-go-icon-left\"></span>Cum at probo / minimum\";i:12;s:82:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span>Falli libris has id facer\";i:13;s:87:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:14;s:87:\"<span class=\"gw-go-icon-green-arrow2 gw-go-icon-left\"></span>Taleni noluisse signiferum\";i:15;s:83:\"<span class=\"gw-go-icon-red-dot gw-go-icon-left\"></span>50 Splendide philosophia et\";i:16;s:81:\"<span class=\"gw-go-icon-red-circle gw-go-icon-left\"></span>Cum at probo / minimum\";i:17;s:82:\"<span class=\"gw-go-icon-red-plus gw-go-icon-left\"></span>Falli libris has id facer\";i:18;s:86:\"<span class=\"gw-go-icon-red-minus gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:19;s:84:\"<span class=\"gw-go-icon-red-arrow gw-go-icon-left\"></span>Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:23:\"Ute sit dolor lobortis.\";i:1;s:20:\"Mod et verteren usu.\";i:2;s:23:\"Ute sit dolor lobortis.\";i:3;s:20:\"Mod et verteren usu.\";i:4;s:23:\"Ute sit dolor lobortis.\";i:5;s:23:\"Ute sit dolor lobortis.\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:20:\"Mod et verteren usu.\";i:9;s:23:\"Ute sit dolor lobortis.\";i:10;s:23:\"Ute sit dolor lobortis.\";i:11;s:20:\"Mod et verteren usu.\";i:12;s:23:\"Ute sit dolor lobortis.\";i:13;s:20:\"Mod et verteren usu.\";i:14;s:23:\"Ute sit dolor lobortis.\";i:15;s:23:\"Ute sit dolor lobortis.\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:20:\"Mod et verteren usu.\";i:19;s:23:\"Ute sit dolor lobortis.\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37923c36e4\";a:35:{s:6:\"uniqid\";s:13:\"50d37923c36e4\";s:10:\"table-name\";s:11:\"Demo Red 04\";s:8:\"table-id\";s:11:\"demo-red_04\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:13:\"red4a_pricing\";i:1;s:13:\"red4b_pricing\";i:2;s:13:\"red4c_pricing\";i:3;s:13:\"red4d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d3793211485\";a:33:{s:6:\"uniqid\";s:13:\"50d3793211485\";s:10:\"table-name\";s:11:\"Demo Red 05\";s:8:\"table-id\";s:11:\"demo-red_05\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:12:\"red5_pricing\";i:1;s:12:\"red5_pricing\";i:2;s:12:\"red5_pricing\";i:3;s:12:\"red5_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:21:\"right-green-50percent\";i:1;s:15:\"right-green-new\";i:2;s:16:\"right-green-save\";i:3;s:15:\"right-green-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37937e4a0b\";a:33:{s:6:\"uniqid\";s:13:\"50d37937e4a0b\";s:10:\"table-name\";s:11:\"Demo Red 06\";s:8:\"table-id\";s:11:\"demo-red_06\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:12:\"red6_pricing\";i:1;s:12:\"red6_pricing\";i:2;s:12:\"red6_pricing\";i:3;s:12:\"red6_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:21:\"left-yellow-50percent\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:23:\"Ute sit dolor lobortis.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:20:\"Mod et verteren usu.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:23:\"Ute sit dolor lobortis.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:20:\"Mod et verteren usu.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d379433288e\";a:35:{s:6:\"uniqid\";s:13:\"50d379433288e\";s:10:\"table-name\";s:11:\"Demo Red 07\";s:8:\"table-id\";s:11:\"demo-red_07\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:9:\"red7_html\";i:1;s:9:\"red7_html\";i:2;s:9:\"red7_html\";i:3;s:9:\"red7_html\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:7:\"shadow4\";i:2;s:7:\"shadow5\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:12:\"left-red-top\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_71.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:1;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_72.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:2;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_73.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:3;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_74.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:98:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$9 / pcs</span>\";i:1;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$13 / pcs</span>\";i:6;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$26 / pcs</span>\";i:11;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$44 / pcs</span>\";i:16;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d3794ba145b\";a:33:{s:6:\"uniqid\";s:13:\"50d3794ba145b\";s:10:\"table-name\";s:11:\"Demo Red 08\";s:8:\"table-id\";s:11:\"demo-red_08\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FECE2E\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:9:\"red8_html\";i:1;s:9:\"red8_html\";i:2;s:9:\"red8_html\";i:3;s:9:\"red8_html\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:22:\"right-yellow-50percent\";i:1;s:16:\"right-yellow-new\";i:2;s:17:\"right-yellow-save\";i:3;s:16:\"right-yellow-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:52:\"[go_pricing_vimeo video_id=\"3773035\" color=\"e12411\"]\";i:1;s:53:\"[go_pricing_vimeo video_id=\"43676560\" color=\"e12411\"]\";i:2;s:53:\"[go_pricing_vimeo video_id=\"46674925\" color=\"e12411\"]\";i:3;s:53:\"[go_pricing_vimeo video_id=\"36933255\" color=\"e12411\"]\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:20:\"Mod et verteren usu.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:20:\"Mod et verteren usu.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37957c1975\";a:33:{s:6:\"uniqid\";s:13:\"50d37957c1975\";s:10:\"table-name\";s:11:\"Demo Red 09\";s:8:\"table-id\";s:11:\"demo-red_09\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:13:\"red9_pricing2\";i:1;s:13:\"red9_pricing2\";i:2;s:13:\"red9_pricing2\";i:3;s:13:\"red9_pricing2\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:22:\"$9<small>1 pcs</small>\";i:1;s:23:\"$13<small>2 pcs</small>\";i:2;s:23:\"$26<small>3 pcs</small>\";i:3;s:23:\"$44<small>4 pcs</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:53:\"[go_pricing_vimeo video_id=\"32934546\" color=\"e12411\"]\";i:1;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_92.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:2;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_93.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:3;s:53:\"[go_pricing_vimeo video_id=\"55744855\" color=\"e12411\"]\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:8:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:10:\"col-detail\";a:8:{i:0;s:26:\"Taleni noluisse signiferum\";i:1;s:28:\"Pertinax vel eum ne molestie\";i:2;s:28:\"Pertinax vel eum ne molestie\";i:3;s:26:\"Taleni noluisse signiferum\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:28:\"Pertinax vel eum ne molestie\";i:6;s:28:\"Pertinax vel eum ne molestie\";i:7;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:8:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d379636acd2\";a:33:{s:6:\"uniqid\";s:13:\"50d379636acd2\";s:10:\"table-name\";s:11:\"Demo Red 10\";s:8:\"table-id\";s:11:\"demo-red_10\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"red10_pricing3\";i:1;s:14:\"red10_pricing3\";i:2;s:14:\"red10_pricing3\";i:3;s:14:\"red10_pricing3\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow3\";i:1;s:7:\"shadow5\";i:2;s:7:\"shadow4\";i:3;s:7:\"shadow3\";}s:10:\"col-ribbon\";a:4:{i:0;s:22:\"right-yellow-50percent\";i:1;s:16:\"right-yellow-new\";i:2;s:17:\"right-yellow-save\";i:3;s:16:\"right-yellow-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:44:\"<span style=\"color:#689a03;\">Column 1</span>\";i:1;s:44:\"<span style=\"color:#689a03;\">Column 2</span>\";i:2;s:44:\"<span style=\"color:#689a03;\">Column 3</span>\";i:3;s:44:\"<span style=\"color:#689a03;\">Column 4</span>\";}s:9:\"col-price\";a:4:{i:0;s:22:\"$9<small>1 pcs</small>\";i:1;s:23:\"$13<small>2 pcs</small>\";i:2;s:23:\"$26<small>3 pcs</small>\";i:3;s:23:\"$44<small>4 pcs</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:1;s:160:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_92.jpg\" alt=\"\" title=\"blue_92\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:2;s:160:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_93.jpg\" alt=\"\" title=\"blue_93\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:3;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_101.jpg\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_102.jpg\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_103.jpg\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_104.jpg\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-detail\";a:4:{i:0;s:26:\"Taleni noluisse signiferum\";i:1;s:26:\"Taleni noluisse signiferum\";i:2;s:26:\"Taleni noluisse signiferum\";i:3;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:1;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:3;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d3796f20af5\";a:33:{s:6:\"uniqid\";s:13:\"50d3796f20af5\";s:10:\"table-name\";s:11:\"Demo Red 11\";s:8:\"table-id\";s:11:\"demo-red_11\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:14:\"red11a_pricing\";i:1;s:14:\"red11b_pricing\";i:2;s:14:\"red11c_pricing\";i:3;s:14:\"red11d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:7:\"shadow1\";i:2;s:7:\"shadow1\";i:3;s:7:\"shadow1\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:7:\"Starter\";i:2;s:8:\"Standard\";i:3;s:12:\"Professional\";}s:9:\"col-price\";a:4:{i:0;s:0:\"\";i:1;s:25:\"$13<small>/ month</small>\";i:2;s:25:\"$26<small>/ month</small>\";i:3;s:25:\"$44<small>/ month</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-replace-chk\";a:1:{i:0;s:2:\"on\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:65:\"<h2 style=\"color:#9d9d9d; margin-top:70px;\">Choose your plan</h2>\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:447:\"height:146px;\r\nbackground:#FFF;\r\nbackground:-moz-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-ms-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-o-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #EDEDEC));		\r\nbackground:-webkit-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:linear-gradient(top, #FFF 0%, #EDEDEC 100%)\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:15:\"Amount of space\";i:1;s:19:\"Bandwidth per month\";i:2;s:17:\"Free domain names\";i:3;s:10:\"phpMyAdmin\";i:4;s:11:\"24h Support\";i:5;s:4:\"10GB\";i:6;s:5:\"100GB\";i:7;s:42:\"<span class=\"gw-go-icon-red-cross\"></span>\";i:8;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:9;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:10;s:5:\"120GB\";i:11;s:5:\"500GB\";i:12;s:6:\"2 Free\";i:13;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:14;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:15;s:9:\"Unlimited\";i:16;s:6:\"1000GB\";i:17;s:6:\"5 Free\";i:18;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:19;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:0:\"\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}}s:13:\"50d3797d3a28d\";a:32:{s:6:\"uniqid\";s:13:\"50d3797d3a28d\";s:10:\"table-name\";s:11:\"Demo Red 12\";s:8:\"table-id\";s:11:\"demo-red_12\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"140px\";s:16:\"tooltip-bg-color\";s:7:\"#ff6b62\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:10:\"red12_team\";i:1;s:10:\"red12_team\";i:2;s:10:\"red12_team\";i:3;s:10:\"red12_team\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow1\";i:1;s:7:\"shadow1\";i:2;s:7:\"shadow1\";i:3;s:7:\"shadow1\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:35:\"John Smith<small>co-founder</small>\";i:1;s:31:\"John Doe<small>designer</small>\";i:2;s:34:\"John Deep<small>programmer</small>\";i:3;s:34:\"John Dummy<small>developer</small>\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:24:\"$9<small>1 month</small>\";i:2;s:24:\"$9<small>1 month</small>\";i:3;s:24:\"$9<small>1 month</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_121.jpg\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_122.jpg\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_123.jpg\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_124.jpg\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:121:\"<span style=\"color:#ed483e;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:1;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:2;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:3;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:4;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:5;s:121:\"<span style=\"color:#ed483e;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:6;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:7;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:8;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:9;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:10;s:121:\"<span style=\"color:#ed483e;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:11;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:12;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:13;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:14;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:15;s:121:\"<span style=\"color:#ed483e;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:16;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:17;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:18;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:19;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:19:\"Skype name: j.smith\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:17:\"Skype name: j.doe\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:18:\"Skype name: j.deep\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:19:\"Skype name: j.dummy\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:1;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:2;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:3;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}}s:13:\"50d3799dd9ee4\";a:33:{s:6:\"uniqid\";s:13:\"50d3799dd9ee4\";s:10:\"table-name\";s:11:\"Demo Red 13\";s:8:\"table-id\";s:11:\"demo-red_13\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:14:\"gw-go-space-1p\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"yellow13_product\";i:1;s:13:\"red13_product\";i:2;s:16:\"purple13_product\";i:3;s:14:\"blue13_product\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:20:\"left-green-50percent\";i:1;s:13:\"left-blue-new\";i:2;s:15:\"left-yellow-top\";i:3;s:13:\"left-red-save\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:17:\"Various  colors 1\";i:1;s:17:\"Various  colors 2\";i:2;s:17:\"Various  colors 3\";i:3;s:17:\"Various  colors 4\";}s:9:\"col-price\";a:4:{i:0;s:45:\"<p>start from</p><h1><small>$</small>490</h1>\";i:1;s:45:\"<p>start from</p><h1><small>$</small>690</h1>\";i:2;s:45:\"<p>start from</p><h1><small>$</small>890</h1>\";i:3;s:45:\"<p>start from</p><h1><small>$</small>990</h1>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:23:\"Ute sit dolor lobortis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:23:\"Ute sit dolor lobortis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d379aa75f00\";a:35:{s:6:\"uniqid\";s:13:\"50d379aa75f00\";s:10:\"table-name\";s:11:\"Demo Red 14\";s:8:\"table-id\";s:11:\"demo-red_14\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#e03a30\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";}s:9:\"col-style\";a:3:{i:0;s:13:\"red14_pricing\";i:1;s:13:\"red14_pricing\";i:2;s:13:\"red14_pricing\";}s:10:\"col-shadow\";a:3:{i:0;s:0:\"\";i:1;s:7:\"shadow2\";i:2;s:0:\"\";}s:10:\"col-ribbon\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:9:\"col-title\";a:3:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";}s:9:\"col-price\";a:3:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";}s:16:\"col-pricing-html\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"col-pricing-img\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"col-pricing-css\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:11:\"col-replace\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";}s:8:\"col-html\";a:3:{i:0;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:1;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:2;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";}s:7:\"col-css\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:9:\"col-align\";a:15:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";}s:10:\"col-detail\";a:15:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:15:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";}s:15:\"col-button-type\";a:3:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";}s:15:\"col-button-size\";a:3:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";}s:15:\"col-button-text\";a:3:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";}s:15:\"col-button-link\";a:3:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";}s:21:\"col-button-target-chk\";a:3:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";}s:17:\"col-button-target\";a:3:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d379aed16d1\";a:35:{s:6:\"uniqid\";s:13:\"50d379aed16d1\";s:10:\"table-name\";s:11:\"Demo Red 15\";s:8:\"table-id\";s:11:\"demo-red_15\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#333333\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:9:\"col-style\";a:5:{i:0;s:10:\"red15_html\";i:1;s:10:\"red15_html\";i:2;s:10:\"red15_html\";i:3;s:10:\"red15_html\";i:4;s:10:\"red15_html\";}s:10:\"col-shadow\";a:5:{i:0;s:0:\"\";i:1;s:7:\"shadow1\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:10:\"col-ribbon\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:5:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";i:4;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:9:\"col-title\";a:5:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 1\";i:2;s:8:\"Column 1\";i:3;s:8:\"Column 1\";i:4;s:8:\"Column 1\";}s:9:\"col-price\";a:5:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:24:\"$9<small>1 month</small>\";i:2;s:24:\"$9<small>1 month</small>\";i:3;s:24:\"$9<small>1 month</small>\";i:4;s:24:\"$9<small>1 month</small>\";}s:16:\"col-pricing-html\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:15:\"col-pricing-img\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:15:\"col-pricing-css\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:11:\"col-replace\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:8:\"col-html\";a:5:{i:0;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_151.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:1;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_152.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:2;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_153.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:3;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_154.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:4;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_155.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";}s:7:\"col-css\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:9:\"col-align\";a:25:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";}s:10:\"col-detail\";a:25:{i:0;s:41:\"<span style=\"color:#333;\">9$ / pcs</span>\";i:1;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:2;s:25:\"Falli libris has id facer\";i:3;s:23:\"Pertinax vel eum moleti\";i:4;s:23:\"Taleni noluisse gniferu\";i:5;s:42:\"<span style=\"color:#333;\">14$ / pcs</span>\";i:6;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:7;s:25:\"Falli libris has id facer\";i:8;s:23:\"Pertinax vel eum moleti\";i:9;s:23:\"Taleni noluisse gniferu\";i:10;s:42:\"<span style=\"color:#333;\">26$ / pcs</span>\";i:11;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:12;s:25:\"Falli libris has id facer\";i:13;s:23:\"Pertinax vel eum moleti\";i:14;s:23:\"Taleni noluisse gniferu\";i:15;s:42:\"<span style=\"color:#333;\">44$ / pcs</span>\";i:16;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:17;s:25:\"Falli libris has id facer\";i:18;s:23:\"Pertinax vel eum moleti\";i:19;s:25:\"Taleni noluisse signiferu\";i:20;s:42:\"<span style=\"color:#333;\">58$ / pcs</span>\";i:21;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:22;s:25:\"Falli libris has id facer\";i:23;s:23:\"Pertinax vel eum moleti\";i:24;s:23:\"Taleni noluisse gniferu\";}s:14:\"col-detail-tip\";a:25:{i:0;s:0:\"\";i:1;s:23:\"Ute sit dolor lobortis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:23:\"Ute sit dolor lobortis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:23:\"Ute sit dolor lobortis.\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";}s:15:\"col-button-type\";a:5:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";i:4;s:6:\"button\";}s:15:\"col-button-size\";a:5:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";i:4;s:6:\"medium\";}s:15:\"col-button-text\";a:5:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";i:4;s:9:\"Order Now\";}s:15:\"col-button-link\";a:5:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";}s:21:\"col-button-target-chk\";a:5:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";i:4;s:2:\"on\";}s:17:\"col-button-target\";a:5:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";i:4;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37cf59471e\";a:35:{s:6:\"uniqid\";s:13:\"50d37cf59471e\";s:10:\"table-name\";s:14:\"Demo Yellow 01\";s:8:\"table-id\";s:14:\"demo-yellow_01\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#0e60ba\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"yellow1_pricing\";i:1;s:15:\"yellow1_pricing\";i:2;s:15:\"yellow1_pricing\";i:3;s:15:\"yellow1_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37d16d5804\";a:35:{s:6:\"uniqid\";s:13:\"50d37d16d5804\";s:10:\"table-name\";s:14:\"Demo Yellow 02\";s:8:\"table-id\";s:14:\"demo-yellow_02\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#9D9D9D\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"yellow2_pricing\";i:1;s:15:\"yellow2_pricing\";i:2;s:15:\"yellow2_pricing\";i:3;s:15:\"yellow2_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:20:\"Mod et verteren usu.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:20:\"Mod et verteren usu.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37d2bc0014\";a:35:{s:6:\"uniqid\";s:13:\"50d37d2bc0014\";s:10:\"table-name\";s:14:\"Demo Yellow 03\";s:8:\"table-id\";s:14:\"demo-yellow_03\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#80b516\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"yellow3a_pricing\";i:1;s:16:\"yellow3b_pricing\";i:2;s:16:\"yellow3c_pricing\";i:3;s:16:\"yellow3d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:18:\"left-red-50percent\";i:1;s:12:\"left-red-new\";i:2;s:13:\"left-red-save\";i:3;s:12:\"left-red-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:87:\"<span class=\"gw-go-icon-light-cross gw-go-icon-left\"></span>20 Splendide philosophia et\";i:1;s:82:\"<span class=\"gw-go-icon-light-arrow gw-go-icon-left\"></span>Cum at probo / minimum\";i:2;s:82:\"<span class=\"gw-go-icon-light-ok gw-go-icon-left\"></span>Falli libris has id facer\";i:3;s:87:\"<span class=\"gw-go-icon-light-star gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:4;s:72:\"<span class=\"gw-go-icon-light-arrow2 gw-go-icon-left\"></span>Lorem ipsum\";i:5;s:84:\"<span class=\"gw-go-icon-dark-dot gw-go-icon-left\"></span>30 Splendide philosophia et\";i:6;s:82:\"<span class=\"gw-go-icon-dark-circle gw-go-icon-left\"></span>Cum at probo / minimum\";i:7;s:83:\"<span class=\"gw-go-icon-dark-plus gw-go-icon-left\"></span>Falli libris has id facer\";i:8;s:87:\"<span class=\"gw-go-icon-dark-minus gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:9;s:85:\"<span class=\"gw-go-icon-dark-arrow gw-go-icon-left\"></span>Taleni noluisse signiferum\";i:10;s:87:\"<span class=\"gw-go-icon-green-cross gw-go-icon-left\"></span>40 Splendide philosophia et\";i:11;s:82:\"<span class=\"gw-go-icon-green-arrow gw-go-icon-left\"></span>Cum at probo / minimum\";i:12;s:82:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span>Falli libris has id facer\";i:13;s:87:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:14;s:87:\"<span class=\"gw-go-icon-green-arrow2 gw-go-icon-left\"></span>Taleni noluisse signiferum\";i:15;s:83:\"<span class=\"gw-go-icon-red-dot gw-go-icon-left\"></span>50 Splendide philosophia et\";i:16;s:81:\"<span class=\"gw-go-icon-red-circle gw-go-icon-left\"></span>Cum at probo / minimum\";i:17;s:82:\"<span class=\"gw-go-icon-red-plus gw-go-icon-left\"></span>Falli libris has id facer\";i:18;s:86:\"<span class=\"gw-go-icon-red-minus gw-go-icon-left\"></span>Pertinax vel eum ne molestie\";i:19;s:84:\"<span class=\"gw-go-icon-red-arrow gw-go-icon-left\"></span>Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:23:\"Ute sit dolor lobortis.\";i:1;s:20:\"Mod et verteren usu.\";i:2;s:23:\"Ute sit dolor lobortis.\";i:3;s:20:\"Mod et verteren usu.\";i:4;s:23:\"Ute sit dolor lobortis.\";i:5;s:23:\"Ute sit dolor lobortis.\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:20:\"Mod et verteren usu.\";i:9;s:23:\"Ute sit dolor lobortis.\";i:10;s:23:\"Ute sit dolor lobortis.\";i:11;s:20:\"Mod et verteren usu.\";i:12;s:23:\"Ute sit dolor lobortis.\";i:13;s:20:\"Mod et verteren usu.\";i:14;s:23:\"Ute sit dolor lobortis.\";i:15;s:23:\"Ute sit dolor lobortis.\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:20:\"Mod et verteren usu.\";i:19;s:23:\"Ute sit dolor lobortis.\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37d33dfa76\";a:35:{s:6:\"uniqid\";s:13:\"50d37d33dfa76\";s:10:\"table-name\";s:14:\"Demo Yellow 04\";s:8:\"table-id\";s:14:\"demo-yellow_04\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"yellow4a_pricing\";i:1;s:16:\"yellow4b_pricing\";i:2;s:16:\"yellow4c_pricing\";i:3;s:16:\"yellow4d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37d37c9250\";a:33:{s:6:\"uniqid\";s:13:\"50d37d37c9250\";s:10:\"table-name\";s:14:\"Demo Yellow 05\";s:8:\"table-id\";s:14:\"demo-yellow_05\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"yellow5_pricing\";i:1;s:15:\"yellow5_pricing\";i:2;s:15:\"yellow5_pricing\";i:3;s:15:\"yellow5_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:21:\"right-green-50percent\";i:1;s:15:\"right-green-new\";i:2;s:16:\"right-green-save\";i:3;s:15:\"right-green-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37d3d64433\";a:33:{s:6:\"uniqid\";s:13:\"50d37d3d64433\";s:10:\"table-name\";s:14:\"Demo Yellow 06\";s:8:\"table-id\";s:14:\"demo-yellow_06\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:15:\"yellow6_pricing\";i:1;s:15:\"yellow6_pricing\";i:2;s:15:\"yellow6_pricing\";i:3;s:15:\"yellow6_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:19:\"left-blue-50percent\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:23:\"Ute sit dolor lobortis.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:20:\"Mod et verteren usu.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:23:\"Ute sit dolor lobortis.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:20:\"Mod et verteren usu.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37d4c00b5f\";a:35:{s:6:\"uniqid\";s:13:\"50d37d4c00b5f\";s:10:\"table-name\";s:14:\"Demo Yellow 07\";s:8:\"table-id\";s:14:\"demo-yellow_07\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:12:\"yellow7_html\";i:1;s:12:\"yellow7_html\";i:2;s:12:\"yellow7_html\";i:3;s:12:\"yellow7_html\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:7:\"shadow4\";i:2;s:7:\"shadow5\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:12:\"left-red-top\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_71.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:1;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_72.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:2;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_73.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";i:3;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_74.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"144\" class=\"gw-go-responsive-img\">\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:98:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$9 / pcs</span>\";i:1;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$13 / pcs</span>\";i:6;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$26 / pcs</span>\";i:11;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:99:\"<span class=\"gw-go-icon-green-ok gw-go-icon-left\"></span><span style=\"color:#333;\">$44 / pcs</span>\";i:16;s:114:\"<span class=\"gw-go-icon-green-star gw-go-icon-left\"></span><span style=\"color:#333;\">Cum at probo / minimum</span>\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37d51e3f0d\";a:33:{s:6:\"uniqid\";s:13:\"50d37d51e3f0d\";s:10:\"table-name\";s:14:\"Demo Yellow 08\";s:8:\"table-id\";s:14:\"demo-yellow_08\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#1a6cc6\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:12:\"yellow8_html\";i:1;s:12:\"yellow8_html\";i:2;s:12:\"yellow8_html\";i:3;s:12:\"yellow8_html\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:20:\"right-blue-50percent\";i:1;s:14:\"right-blue-new\";i:2;s:15:\"right-blue-save\";i:3;s:14:\"right-blue-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";i:3;s:25:\"$44<small>4 monts</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:53:\"[go_pricing_vimeo video_id=\"31533736\" color=\"ffcd20\"]\";i:1;s:53:\"[go_pricing_vimeo video_id=\"31536594\" color=\"ffcd20\"]\";i:2;s:53:\"[go_pricing_vimeo video_id=\"31536585\" color=\"ffcd20\"]\";i:3;s:53:\"[go_pricing_vimeo video_id=\"31536337\" color=\"ffcd20\"]\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:20:\"Mod et verteren usu.\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:23:\"Ute sit dolor lobortis.\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:20:\"Mod et verteren usu.\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:23:\"Ute sit dolor lobortis.\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37d58bc4ea\";a:33:{s:6:\"uniqid\";s:13:\"50d37d58bc4ea\";s:10:\"table-name\";s:14:\"Demo Yellow 09\";s:8:\"table-id\";s:14:\"demo-yellow_09\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"yellow9_pricing2\";i:1;s:16:\"yellow9_pricing2\";i:2;s:16:\"yellow9_pricing2\";i:3;s:16:\"yellow9_pricing2\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow5\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:7:\"shadow4\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";i:3;s:8:\"Column 4\";}s:9:\"col-price\";a:4:{i:0;s:22:\"$9<small>1 pcs</small>\";i:1;s:23:\"$13<small>2 pcs</small>\";i:2;s:23:\"$26<small>3 pcs</small>\";i:3;s:23:\"$44<small>4 pcs</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:53:\"[go_pricing_vimeo video_id=\"16041272\" color=\"fec70b\"]\";i:1;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_92.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:2;s:153:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_93.jpg\" alt=\"\" title=\"\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:3;s:53:\"[go_pricing_vimeo video_id=\"33951170\" color=\"fec70b\"]\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:8:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:10:\"col-detail\";a:8:{i:0;s:26:\"Taleni noluisse signiferum\";i:1;s:28:\"Pertinax vel eum ne molestie\";i:2;s:28:\"Pertinax vel eum ne molestie\";i:3;s:26:\"Taleni noluisse signiferum\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:28:\"Pertinax vel eum ne molestie\";i:6;s:28:\"Pertinax vel eum ne molestie\";i:7;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:8:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37d5ea8f78\";a:33:{s:6:\"uniqid\";s:13:\"50d37d5ea8f78\";s:10:\"table-name\";s:14:\"Demo Yellow 10\";s:8:\"table-id\";s:14:\"demo-yellow_10\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:17:\"yellow10_pricing3\";i:1;s:17:\"yellow10_pricing3\";i:2;s:17:\"yellow10_pricing3\";i:3;s:17:\"yellow10_pricing3\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow3\";i:1;s:7:\"shadow5\";i:2;s:7:\"shadow4\";i:3;s:7:\"shadow3\";}s:10:\"col-ribbon\";a:4:{i:0;s:19:\"right-red-50percent\";i:1;s:21:\"right-green-50percent\";i:2;s:17:\"right-yellow-save\";i:3;s:14:\"right-blue-top\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-price\";a:4:{i:0;s:58:\"<span style=\"color:#e03a30;\">$9</span><small>1 pcs</small>\";i:1;s:59:\"<span style=\"color:#80b516;\">$13</span><small>2 pcs</small>\";i:2;s:59:\"<span style=\"color:#ffc400;\">$26</span><small>3 pcs</small>\";i:3;s:59:\"<span style=\"color:#1a6cc6;\">$44</span><small>4 pcs</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:1;s:160:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_92.jpg\" alt=\"\" title=\"blue_92\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:2;s:160:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_93.jpg\" alt=\"\" title=\"blue_93\" width=\"229\" height=\"158\" class=\"gw-go-responsive-img\">\";i:3;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_101.jpg\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_102.jpg\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_103.jpg\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_104.jpg\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-detail\";a:4:{i:0;s:26:\"Taleni noluisse signiferum\";i:1;s:26:\"Taleni noluisse signiferum\";i:2;s:26:\"Taleni noluisse signiferum\";i:3;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:1;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";i:3;s:80:\"<span class=\"gw-go-btn-icon-medium-white-basket gw-go-icon-left\"></span>Purchase\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37d782f51e\";a:33:{s:6:\"uniqid\";s:13:\"50d37d782f51e\";s:10:\"table-name\";s:14:\"Demo Yellow 11\";s:8:\"table-id\";s:14:\"demo-yellow_11\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#3D3D3D\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:17:\"yellow11a_pricing\";i:1;s:17:\"yellow11b_pricing\";i:2;s:17:\"yellow11c_pricing\";i:3;s:17:\"yellow11d_pricing\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:7:\"shadow1\";i:2;s:7:\"shadow1\";i:3;s:7:\"shadow1\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:8:\"Column 1\";i:1;s:7:\"Starter\";i:2;s:8:\"Standard\";i:3;s:12:\"Professional\";}s:9:\"col-price\";a:4:{i:0;s:0:\"\";i:1;s:25:\"$13<small>/ month</small>\";i:2;s:25:\"$26<small>/ month</small>\";i:3;s:25:\"$44<small>/ month</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-replace-chk\";a:1:{i:0;s:2:\"on\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:65:\"<h2 style=\"color:#9d9d9d; margin-top:70px;\">Choose your plan</h2>\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:447:\"height:146px;\r\nbackground:#FFF;\r\nbackground:-moz-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-ms-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-o-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #EDEDEC));		\r\nbackground:-webkit-linear-gradient(top, #FFF 0%, #EDEDEC 100%);\r\nbackground:linear-gradient(top, #FFF 0%, #EDEDEC 100%)\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:15:\"Amount of space\";i:1;s:19:\"Bandwidth per month\";i:2;s:17:\"Free domain names\";i:3;s:10:\"phpMyAdmin\";i:4;s:11:\"24h Support\";i:5;s:4:\"10GB\";i:6;s:5:\"100GB\";i:7;s:42:\"<span class=\"gw-go-icon-red-cross\"></span>\";i:8;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:9;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:10;s:5:\"120GB\";i:11;s:5:\"500GB\";i:12;s:6:\"2 Free\";i:13;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:14;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:15;s:9:\"Unlimited\";i:16;s:6:\"1000GB\";i:17;s:6:\"5 Free\";i:18;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";i:19;s:41:\"<span class=\"gw-go-icon-green-ok\"></span>\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:0:\"\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}}s:13:\"50d37d7f7d5de\";a:32:{s:6:\"uniqid\";s:13:\"50d37d7f7d5de\";s:10:\"table-name\";s:14:\"Demo Yellow 12\";s:8:\"table-id\";s:14:\"demo-yellow_12\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"140px\";s:16:\"tooltip-bg-color\";s:7:\"#c79901\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:13:\"yellow12_team\";i:1;s:13:\"yellow12_team\";i:2;s:13:\"yellow12_team\";i:3;s:13:\"yellow12_team\";}s:10:\"col-shadow\";a:4:{i:0;s:7:\"shadow1\";i:1;s:7:\"shadow1\";i:2;s:7:\"shadow1\";i:3;s:7:\"shadow1\";}s:10:\"col-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:35:\"John Smith<small>co-founder</small>\";i:1;s:31:\"John Doe<small>designer</small>\";i:2;s:34:\"John Deep<small>programmer</small>\";i:3;s:34:\"John Dummy<small>developer</small>\";}s:9:\"col-price\";a:4:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:24:\"$9<small>1 month</small>\";i:2;s:24:\"$9<small>1 month</small>\";i:3;s:24:\"$9<small>1 month</small>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_121.jpg\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_122.jpg\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_123.jpg\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_124.jpg\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:121:\"<span style=\"color:#bf7a01;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:1;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:2;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:3;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:4;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:5;s:121:\"<span style=\"color:#bf7a01;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:6;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:7;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:8;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:9;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:10;s:121:\"<span style=\"color:#bf7a01;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:11;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:12;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:13;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:14;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";i:15;s:121:\"<span style=\"color:#bf7a01;\">Vivendum volutpat pri ut. Est pers mediocritatem ad, pro in commo equidem principes. </span>\";i:16;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-skype gw-go-icon-left\"></span>Skype</a>\";i:17;s:87:\"<a href=\"#\"><span class=\"gw-go-icon-light-facebook gw-go-icon-left\"></span>Facebook</a>\";i:18;s:85:\"<a href=\"#\"><span class=\"gw-go-icon-light-twitter gw-go-icon-left\"></span>Twitter</a>\";i:19;s:81:\"<a href=\"#\"><span class=\"gw-go-icon-light-email gw-go-icon-left\"></span>Email</a>\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:19:\"Skype name: j.smith\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:17:\"Skype name: j.doe\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:18:\"Skype name: j.deep\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:19:\"Skype name: j.dummy\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:1;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:2;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";i:3;s:85:\"<span class=\"gw-go-btn-icon-medium-white-download gw-go-icon-left\"></span>Download CV\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}}s:13:\"50d37d844e2e8\";a:33:{s:6:\"uniqid\";s:13:\"50d37d844e2e8\";s:10:\"table-name\";s:14:\"Demo Yellow 13\";s:8:\"table-id\";s:14:\"demo-yellow_13\";s:15:\"enlarge-current\";s:1:\"0\";s:15:\"enlarge-hovered\";s:1:\"0\";s:8:\"colspace\";s:14:\"gw-go-space-1p\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#FFFFFF\";s:18:\"tooltip-text-color\";s:7:\"#333333\";s:13:\"col-highlight\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:9:\"col-style\";a:4:{i:0;s:16:\"yellow13_product\";i:1;s:16:\"yellow13_product\";i:2;s:16:\"yellow13_product\";i:3;s:16:\"yellow13_product\";}s:10:\"col-shadow\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:10:\"col-ribbon\";a:4:{i:0;s:18:\"left-red-50percent\";i:1;s:12:\"left-red-new\";i:2;s:12:\"left-red-top\";i:3;s:13:\"left-red-save\";}s:23:\"col-custom-ribbon-align\";a:4:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-title\";a:4:{i:0;s:9:\"Product 1\";i:1;s:9:\"Product 2\";i:2;s:9:\"Product 3\";i:3;s:9:\"Product 4\";}s:9:\"col-price\";a:4:{i:0;s:45:\"<p>start from</p><h1><small>$</small>490</h1>\";i:1;s:45:\"<p>start from</p><h1><small>$</small>690</h1>\";i:2;s:45:\"<p>start from</p><h1><small>$</small>890</h1>\";i:3;s:45:\"<p>start from</p><h1><small>$</small>990</h1>\";}s:16:\"col-pricing-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:15:\"col-pricing-img\";a:4:{i:0;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:1;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:2;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";i:3;s:72:\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_130.png\";}s:15:\"col-pricing-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:11:\"col-replace\";a:4:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";}s:8:\"col-html\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:7:\"col-css\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:9:\"col-align\";a:20:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:10:\"col-detail\";a:20:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";i:15;s:27:\"50 Splendide philosophia et\";i:16;s:22:\"Cum at probo / minimum\";i:17;s:25:\"Falli libris has id facer\";i:18;s:28:\"Pertinax vel eum ne molestie\";i:19;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:20:{i:0;s:0:\"\";i:1;s:23:\"Ute sit dolor lobortis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:23:\"Ute sit dolor lobortis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";}s:15:\"col-button-type\";a:4:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";}s:15:\"col-button-size\";a:4:{i:0;s:6:\"medium\";i:1;s:6:\"medium\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";}s:15:\"col-button-text\";a:4:{i:0;s:9:\"Order Now\";i:1;s:9:\"Order Now\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";}s:15:\"col-button-link\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:21:\"col-button-target-chk\";a:4:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";}s:17:\"col-button-target\";a:4:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37d88aaa9e\";a:35:{s:6:\"uniqid\";s:13:\"50d37d88aaa9e\";s:10:\"table-name\";s:14:\"Demo Yellow 14\";s:8:\"table-id\";s:14:\"demo-yellow_14\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#ffc400\";s:18:\"tooltip-text-color\";s:7:\"#ffffff\";s:13:\"col-highlight\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";}s:9:\"col-style\";a:3:{i:0;s:16:\"yellow14_pricing\";i:1;s:16:\"yellow14_pricing\";i:2;s:16:\"yellow14_pricing\";}s:10:\"col-shadow\";a:3:{i:0;s:0:\"\";i:1;s:7:\"shadow2\";i:2;s:0:\"\";}s:10:\"col-ribbon\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:3:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:9:\"col-title\";a:3:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 2\";i:2;s:8:\"Column 3\";}s:9:\"col-price\";a:3:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:26:\"$13<small>2 months</small>\";i:2;s:26:\"$26<small>3 months</small>\";}s:16:\"col-pricing-html\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"col-pricing-img\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:15:\"col-pricing-css\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:11:\"col-replace\";a:3:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";}s:8:\"col-html\";a:3:{i:0;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:1;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";i:2;s:38:\"[go_pricing_vimeo video_id=\"52942006\"]\";}s:7:\"col-css\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:9:\"col-align\";a:15:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";}s:10:\"col-detail\";a:15:{i:0;s:27:\"20 Splendide philosophia et\";i:1;s:22:\"Cum at probo / minimum\";i:2;s:25:\"Falli libris has id facer\";i:3;s:28:\"Pertinax vel eum ne molestie\";i:4;s:26:\"Taleni noluisse signiferum\";i:5;s:27:\"30 Splendide philosophia et\";i:6;s:22:\"Cum at probo / minimum\";i:7;s:25:\"Falli libris has id facer\";i:8;s:28:\"Pertinax vel eum ne molestie\";i:9;s:26:\"Taleni noluisse signiferum\";i:10;s:27:\"40 Splendide philosophia et\";i:11;s:22:\"Cum at probo / minimum\";i:12;s:25:\"Falli libris has id facer\";i:13;s:28:\"Pertinax vel eum ne molestie\";i:14;s:26:\"Taleni noluisse signiferum\";}s:14:\"col-detail-tip\";a:15:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:148:\"Lorem ipsum dolor si amet, at ferri regione quo, quis lucilius elei vim te. Et eum omitt an menandri, hastoi mucius graeco liortis cu, inani et vis.\";}s:15:\"col-button-type\";a:3:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";}s:15:\"col-button-size\";a:3:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";}s:15:\"col-button-text\";a:3:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";}s:15:\"col-button-link\";a:3:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";}s:21:\"col-button-target-chk\";a:3:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";}s:17:\"col-button-target\";a:3:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}s:13:\"50d37d8c78543\";a:35:{s:6:\"uniqid\";s:13:\"50d37d8c78543\";s:10:\"table-name\";s:14:\"Demo Yellow 15\";s:8:\"table-id\";s:14:\"demo-yellow_15\";s:19:\"enlarge-current-chk\";s:2:\"on\";s:15:\"enlarge-current\";s:1:\"1\";s:19:\"enlarge-hovered-chk\";s:2:\"on\";s:15:\"enlarge-hovered\";s:1:\"1\";s:8:\"colspace\";s:0:\"\";s:13:\"tooltip-width\";s:5:\"130px\";s:16:\"tooltip-bg-color\";s:7:\"#333333\";s:18:\"tooltip-text-color\";s:7:\"#FFFFFF\";s:13:\"col-highlight\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"1\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:9:\"col-style\";a:5:{i:0;s:13:\"yellow15_html\";i:1;s:13:\"yellow15_html\";i:2;s:13:\"yellow15_html\";i:3;s:13:\"yellow15_html\";i:4;s:13:\"yellow15_html\";}s:10:\"col-shadow\";a:5:{i:0;s:0:\"\";i:1;s:7:\"shadow1\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:10:\"col-ribbon\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:23:\"col-custom-ribbon-align\";a:5:{i:0;s:4:\"left\";i:1;s:4:\"left\";i:2;s:4:\"left\";i:3;s:4:\"left\";i:4;s:4:\"left\";}s:17:\"col-custom-ribbon\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:9:\"col-title\";a:5:{i:0;s:8:\"Column 1\";i:1;s:8:\"Column 1\";i:2;s:8:\"Column 1\";i:3;s:8:\"Column 1\";i:4;s:8:\"Column 1\";}s:9:\"col-price\";a:5:{i:0;s:24:\"$9<small>1 month</small>\";i:1;s:24:\"$9<small>1 month</small>\";i:2;s:24:\"$9<small>1 month</small>\";i:3;s:24:\"$9<small>1 month</small>\";i:4;s:24:\"$9<small>1 month</small>\";}s:16:\"col-pricing-html\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:15:\"col-pricing-img\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:15:\"col-pricing-css\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:11:\"col-replace\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"0\";i:2;s:1:\"0\";i:3;s:1:\"0\";i:4;s:1:\"0\";}s:8:\"col-html\";a:5:{i:0;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_151.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:1;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_152.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:2;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_153.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:3;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_154.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";i:4;s:154:\"<img src=\"http://plugins.granthweb.com/go/wp-content/uploads/2012/12/blank_155.jpg\" alt=\"\" title=\"\" width=\"182\" height=\"144\" class=\"gw-go-responsive-img\">\";}s:7:\"col-css\";a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}s:9:\"col-align\";a:25:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";}s:10:\"col-detail\";a:25:{i:0;s:41:\"<span style=\"color:#333;\">9$ / pcs</span>\";i:1;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:2;s:25:\"Falli libris has id facer\";i:3;s:23:\"Pertinax vel eum moleti\";i:4;s:23:\"Taleni noluisse gniferu\";i:5;s:42:\"<span style=\"color:#333;\">14$ / pcs</span>\";i:6;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:7;s:25:\"Falli libris has id facer\";i:8;s:23:\"Pertinax vel eum moleti\";i:9;s:23:\"Taleni noluisse gniferu\";i:10;s:42:\"<span style=\"color:#333;\">26$ / pcs</span>\";i:11;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:12;s:25:\"Falli libris has id facer\";i:13;s:23:\"Pertinax vel eum moleti\";i:14;s:23:\"Taleni noluisse gniferu\";i:15;s:42:\"<span style=\"color:#333;\">44$ / pcs</span>\";i:16;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:17;s:25:\"Falli libris has id facer\";i:18;s:23:\"Pertinax vel eum moleti\";i:19;s:25:\"Taleni noluisse signiferu\";i:20;s:42:\"<span style=\"color:#333;\">58$ / pcs</span>\";i:21;s:45:\"<a href=\"#\"></span>Cum at probo / minimum</a>\";i:22;s:25:\"Falli libris has id facer\";i:23;s:23:\"Pertinax vel eum moleti\";i:24;s:23:\"Taleni noluisse gniferu\";}s:14:\"col-detail-tip\";a:25:{i:0;s:0:\"\";i:1;s:23:\"Ute sit dolor lobortis.\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:20:\"Mod et verteren usu.\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:23:\"Ute sit dolor lobortis.\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:20:\"Mod et verteren usu.\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:23:\"Ute sit dolor lobortis.\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";}s:15:\"col-button-type\";a:5:{i:0;s:6:\"button\";i:1;s:6:\"button\";i:2;s:6:\"button\";i:3;s:6:\"button\";i:4;s:6:\"button\";}s:15:\"col-button-size\";a:5:{i:0;s:6:\"medium\";i:1;s:5:\"large\";i:2;s:6:\"medium\";i:3;s:6:\"medium\";i:4;s:6:\"medium\";}s:15:\"col-button-text\";a:5:{i:0;s:9:\"Order Now\";i:1;s:79:\"<span class=\"gw-go-btn-icon-large-white-basket gw-go-icon-left\"></span>Purchase\";i:2;s:9:\"Order Now\";i:3;s:9:\"Order Now\";i:4;s:9:\"Order Now\";}s:15:\"col-button-link\";a:5:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";i:4;s:1:\"#\";}s:21:\"col-button-target-chk\";a:5:{i:0;s:2:\"on\";i:1;s:2:\"on\";i:2;s:2:\"on\";i:3;s:2:\"on\";i:4;s:2:\"on\";}s:17:\"col-button-target\";a:5:{i:0;s:1:\"1\";i:1;s:1:\"1\";i:2;s:1:\"1\";i:3;s:1:\"1\";i:4;s:1:\"1\";}s:17:\"col-highlight-chk\";a:1:{i:0;s:2:\"on\";}}}','yes'),(215,'widget_presscore-contact-info-widget','a:3:{i:2;a:4:{s:5:\"title\";s:7:\"Address\";s:4:\"text\";s:19:\"Vijay Nagar\r\nIndore\";s:5:\"links\";a:28:{s:8:\"facebook\";s:23:\"http://www.facebook.com\";s:7:\"twitter\";s:22:\"http://www.twitter.com\";s:6:\"google\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"you-tube\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:9:\"delicious\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:6:\"forrst\";s:0:\"\";s:6:\"lastfm\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"tumbler\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:6:\"devian\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:6:\"github\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:4:\"mail\";s:0:\"\";s:7:\"website\";s:0:\"\";s:6:\"px-500\";s:0:\"\";s:11:\"tripedvisor\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:10:\"foursquare\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:5:\"weibo\";s:0:\"\";}s:6:\"fields\";a:0:{}}i:3;a:4:{s:5:\"title\";s:10:\"Contact Us\";s:4:\"text\";s:258:\"Staray LED Lights<br/>\r\nMfg. by Calibrate India</br>\r\n233 Shastri market, 2nd floor<br/>\r\nIndore (M.P.) - 452001<br/>\r\nPhone No. : +91 731 2536919<br/>\r\nAlternate No. : +91 731 4048377<br/>\r\nMob. No. : +91 98260 11619<br/>\r\nContact Person : Mr. Viren Kanadia\";s:5:\"links\";a:28:{s:8:\"facebook\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:6:\"google\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:8:\"you-tube\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:9:\"delicious\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:6:\"forrst\";s:0:\"\";s:6:\"lastfm\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"tumbler\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:6:\"devian\";s:0:\"\";s:5:\"skype\";s:0:\"\";s:6:\"github\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:7:\"behance\";s:0:\"\";s:4:\"mail\";s:0:\"\";s:7:\"website\";s:0:\"\";s:6:\"px-500\";s:0:\"\";s:11:\"tripedvisor\";s:0:\"\";s:2:\"vk\";s:0:\"\";s:10:\"foursquare\";s:0:\"\";s:4:\"xing\";s:0:\"\";s:5:\"weibo\";s:0:\"\";}s:6:\"fields\";a:0:{}}s:12:\"_multiwidget\";i:1;}','yes'),(216,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(227,'wpb_js_composer_templates_slashes_updated','yes','yes'),(237,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(244,'revslider-latest-version','0','yes'),(246,'ledstaraytheme','a:248:{s:13:\"general-style\";s:12:\"minimalistic\";s:14:\"general-layout\";s:4:\"wide\";s:22:\"general-boxed_bg_color\";s:7:\"#e8e8e8\";s:22:\"general-boxed_bg_image\";a:4:{s:5:\"image\";s:89:\"/wp-content/themes/ledstaraytheme/inc/presets/images/full/new1.general-boxed-bg-image.jpg\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:27:\"general-boxed_bg_fullscreen\";s:1:\"1\";s:16:\"general-bg_color\";s:7:\"#ffffff\";s:18:\"general-bg_opacity\";i:100;s:19:\"general-bg_ie_color\";s:7:\"#252525\";s:16:\"general-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:21:\"general-bg_fullscreen\";s:1:\"1\";s:23:\"general-accent_bg_color\";s:7:\"#2ed4b4\";s:21:\"general-border_radius\";i:3;s:27:\"general-thick_divider_style\";s:7:\"style-5\";s:26:\"general-thin_divider_style\";s:7:\"style-1\";s:18:\"general-custom_css\";s:0:\"\";s:18:\"general-responsive\";s:1:\"1\";s:17:\"general-hd_images\";s:1:\"1\";s:21:\"general-smooth_scroll\";s:2:\"on\";s:19:\"general-show_titles\";s:1:\"1\";s:19:\"general-title_align\";s:6:\"center\";s:24:\"general-show_breadcrumbs\";s:1:\"1\";s:21:\"general-tracking_code\";s:0:\"\";s:32:\"general-post_type_portfolio_slug\";s:7:\"project\";s:33:\"general-contact_form_send_mail_to\";s:19:\"starayled@gmail.com\";s:6:\"preset\";s:5:\"skin1\";s:19:\"header-logo_regular\";a:2:{i:0;s:36:\"/wp-content/uploads/2015/01/logo.png\";i:1;i:1059;}s:14:\"header-logo_hd\";a:2:{i:0;s:36:\"/wp-content/uploads/2015/01/logo.png\";i:1;i:1059;}s:23:\"bottom_bar-logo_regular\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:18:\"bottom_bar-logo_hd\";a:2:{i:0;s:0:\"\";i:1;i:0;}s:31:\"general-floating_menu_show_logo\";s:1:\"1\";s:34:\"general-floating_menu_logo_regular\";a:2:{i:0;s:42:\"/wp-content/uploads/2015/01/logo-float.png\";i:1;i:1060;}s:29:\"general-floating_menu_logo_hd\";a:2:{i:0;s:42:\"/wp-content/uploads/2015/01/logo-float.png\";i:1;i:1060;}s:15:\"general-favicon\";s:39:\"/wp-content/uploads/2015/02/favicon.png\";s:18:\"general-favicon_hd\";s:39:\"/wp-content/uploads/2015/02/favicon.png\";s:32:\"general-handheld_icon-old_iphone\";s:0:\"\";s:30:\"general-handheld_icon-old_ipad\";s:0:\"\";s:35:\"general-handheld_icon-retina_iphone\";s:0:\"\";s:33:\"general-handheld_icon-retina_ipad\";s:0:\"\";s:21:\"bottom_bar-copyrights\";s:47:\"&copy; 2015, All rights reserved. ledstaray.com\";s:18:\"bottom_bar-credits\";b:0;s:12:\"top_bar-show\";s:1:\"1\";s:25:\"top_bar-content_alignment\";s:5:\"sides\";s:16:\"top_bar-bg_color\";s:7:\"#5cc7d1\";s:18:\"top_bar-bg_opacity\";i:100;s:19:\"top_bar-bg_ie_color\";s:7:\"#ffffff\";s:16:\"top_bar-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:18:\"top_bar-text_color\";s:7:\"#ffffff\";s:22:\"top_bar-dividers_color\";s:7:\"#dadee1\";s:24:\"top_bar-dividers_opacity\";i:100;s:25:\"top_bar-dividers_ie_color\";s:7:\"#dadee1\";s:20:\"top_bar-contact_show\";s:1:\"1\";s:23:\"top_bar-contact_address\";s:0:\"\";s:21:\"top_bar-contact_phone\";s:15:\"+91 98260 11619\";s:21:\"top_bar-contact_email\";s:19:\"ledstaray@gmail.com\";s:21:\"top_bar-contact_skype\";s:0:\"\";s:21:\"top_bar-contact_clock\";s:18:\"Mon-Sat (10am-7pm)\";s:20:\"top_bar-contact_info\";s:0:\"\";s:12:\"top_bar-text\";s:0:\"\";s:22:\"top_bar-soc_icon_color\";s:7:\"#ffffff\";s:22:\"top_bar-soc_icon_hover\";s:6:\"custom\";s:28:\"top_bar-soc_icon_hover_color\";s:7:\"#3c3e96\";s:36:\"top_bar-soc_icon_show_round_outlines\";s:1:\"1\";s:16:\"header-soc_icons\";a:4:{i:1;a:2:{s:4:\"icon\";s:8:\"facebook\";s:3:\"url\";s:34:\"https://www.facebook.com/ledstaray\";}i:3;a:2:{s:4:\"icon\";s:6:\"google\";s:3:\"url\";s:45:\"https://plus.google.com/115027876206731527175\";}i:2;a:2:{s:4:\"icon\";s:7:\"twitter\";s:3:\"url\";s:20:\"https://twitter.com/\";}i:4;a:2:{s:4:\"icon\";s:8:\"you-tube\";s:3:\"url\";s:56:\"https://www.youtube.com/channel/UCCsYNaQ33X-cYdafDtaLzbg\";}}s:15:\"header-bg_color\";s:7:\"#ffffff\";s:15:\"header-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:27:\"header-transparent_bg_color\";s:7:\"#ffffff\";s:29:\"header-transparent_bg_opacity\";i:70;s:30:\"header-transparent_bg_ie_color\";s:7:\"#000000\";s:27:\"header-transparent_bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:16:\"header-bg_height\";i:80;s:13:\"header-layout\";s:4:\"left\";s:18:\"header-contentarea\";s:0:\"\";s:24:\"header-contentarea_color\";s:7:\"#373a41\";s:18:\"header-font_family\";s:7:\"Poppins\";s:16:\"header-font_size\";i:14;s:21:\"header-font_uppercase\";b:0;s:17:\"header-font_color\";s:7:\"#231f21\";s:12:\"header-hover\";s:7:\"default\";s:18:\"header-hover_color\";s:7:\"#15c429\";s:20:\"header-menu_bg_color\";s:7:\"#6a6e71\";s:22:\"header-menu_bg_opacity\";i:18;s:23:\"header-menu_bg_ie_color\";s:7:\"#dadee1\";s:18:\"header-hover_style\";s:9:\"underline\";s:32:\"header-hover_frame_border_radius\";i:4;s:27:\"header-next_level_indicator\";s:1:\"1\";s:17:\"header-icons_size\";a:2:{s:5:\"width\";i:14;s:6:\"height\";i:14;}s:19:\"menu-items_distance\";i:15;s:31:\"header-submenu_parent_clickable\";s:1:\"1\";s:20:\"header-submenu_color\";s:7:\"#000000\";s:23:\"header-submenu_bg_color\";s:7:\"#ffffff\";s:25:\"header-submenu_bg_opacity\";i:100;s:26:\"header-submenu_bg_ie_color\";s:7:\"#5cc7d1\";s:35:\"header-submenu_next_level_indicator\";s:1:\"1\";s:25:\"header-submenu_icons_size\";a:2:{s:5:\"width\";i:12;s:6:\"height\";i:12;}s:25:\"header-show_floating_menu\";s:1:\"1\";s:18:\"header-search_show\";s:1:\"0\";s:18:\"slideshow-bg_color\";s:7:\"#f7f7f8\";s:20:\"slideshow-bg_opacity\";i:100;s:21:\"slideshow-bg_ie_color\";s:7:\"#ffffff\";s:18:\"slideshow-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:23:\"slideshow-bg_fullscreen\";b:0;s:21:\"content-headers_color\";s:7:\"#373a41\";s:26:\"content-primary_text_color\";s:7:\"#57595b\";s:22:\"content-dividers_color\";s:7:\"#dadee1\";s:24:\"content-dividers_opacity\";i:70;s:25:\"content-dividers_ie_color\";s:7:\"#dadee1\";s:22:\"stripes-stripe_1_color\";s:7:\"#373a41\";s:24:\"stripes-stripe_1_opacity\";i:4;s:25:\"stripes-stripe_1_ie_color\";s:7:\"#f7f7f8\";s:25:\"stripes-stripe_1_bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:30:\"stripes-stripe_1_headers_color\";s:7:\"#373a41\";s:27:\"stripes-stripe_1_text_color\";s:7:\"#8d9095\";s:26:\"stripes-stripe_1_div_color\";s:7:\"#dadee1\";s:28:\"stripes-stripe_1_div_opacity\";i:75;s:29:\"stripes-stripe_1_div_ie_color\";s:7:\"#dadee1\";s:22:\"stripes-stripe_2_color\";s:7:\"#373a41\";s:24:\"stripes-stripe_2_opacity\";i:4;s:25:\"stripes-stripe_2_ie_color\";s:7:\"#f7f7f8\";s:25:\"stripes-stripe_2_bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:30:\"stripes-stripe_2_headers_color\";s:7:\"#373a41\";s:27:\"stripes-stripe_2_text_color\";s:7:\"#8d9095\";s:26:\"stripes-stripe_2_div_color\";s:7:\"#dadee1\";s:28:\"stripes-stripe_2_div_opacity\";i:77;s:29:\"stripes-stripe_2_div_ie_color\";s:7:\"#dadee1\";s:22:\"stripes-stripe_3_color\";s:7:\"#d1edfa\";s:24:\"stripes-stripe_3_opacity\";i:100;s:25:\"stripes-stripe_3_ie_color\";s:7:\"#cacaca\";s:25:\"stripes-stripe_3_bg_image\";a:4:{s:5:\"image\";s:60:\"/inc/presets/images/full/skin1.stripes-stripe-3-bg-image.jpg\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:30:\"stripes-stripe_3_headers_color\";s:7:\"#292941\";s:27:\"stripes-stripe_3_text_color\";s:7:\"#6e7a91\";s:26:\"stripes-stripe_3_div_color\";s:7:\"#292941\";s:28:\"stripes-stripe_3_div_opacity\";i:12;s:29:\"stripes-stripe_3_div_ie_color\";s:7:\"#afc5d2\";s:17:\"sidebar-bg_status\";s:6:\"all_bg\";s:16:\"sidebar-bg_color\";s:7:\"#ffffff\";s:18:\"sidebar-bg_opacity\";i:100;s:19:\"sidebar-bg_ie_color\";s:7:\"#ffffff\";s:16:\"sidebar-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:6:\"center\";}s:22:\"sidebar-dividers_color\";s:7:\"#dadee1\";s:24:\"sidebar-dividers_opacity\";i:70;s:25:\"sidebar-dividers_ie_color\";s:7:\"#dadee1\";s:21:\"sidebar-headers_color\";s:7:\"#373a41\";s:26:\"sidebar-primary_text_color\";s:7:\"#8d9095\";s:15:\"footer-bg_color\";s:6:\"26282c\";s:17:\"footer-bg_opacity\";i:100;s:18:\"footer-bg_ie_color\";s:7:\"#1B1B1B\";s:15:\"footer-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:21:\"footer-dividers_color\";s:7:\"#343538\";s:23:\"footer-dividers_opacity\";i:100;s:24:\"footer-dividers_ie_color\";s:7:\"#ffffff\";s:20:\"footer-headers_color\";s:7:\"#f4f5f8\";s:25:\"footer-primary_text_color\";s:7:\"#8d9095\";s:19:\"bottom_bar-bg_color\";s:7:\"#5cc7d1\";s:21:\"bottom_bar-bg_opacity\";i:100;s:22:\"bottom_bar-bg_ie_color\";s:7:\"#ffffff\";s:19:\"bottom_bar-bg_image\";a:4:{s:5:\"image\";s:0:\"\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"position_x\";s:6:\"center\";s:10:\"position_y\";s:3:\"top\";}s:16:\"bottom_bar-color\";s:7:\"#3c3e96\";s:25:\"bottom_bar-dividers_color\";s:7:\"#dadee1\";s:27:\"bottom_bar-dividers_opacity\";i:100;s:28:\"bottom_bar-dividers_ie_color\";s:7:\"#dadee1\";s:15:\"bottom_bar-text\";s:0:\"\";s:25:\"general-next_prev_in_blog\";s:1:\"1\";s:27:\"general-show_author_in_blog\";s:1:\"1\";s:22:\"general-show_rel_posts\";s:1:\"0\";s:28:\"general-rel_posts_head_title\";s:13:\"Related posts\";s:21:\"general-rel_posts_max\";i:6;s:20:\"general-blog_meta_on\";s:1:\"1\";s:28:\"general-blog_meta_postformat\";s:1:\"1\";s:22:\"general-blog_meta_date\";s:1:\"1\";s:24:\"general-blog_meta_author\";s:1:\"1\";s:28:\"general-blog_meta_categories\";s:1:\"1\";s:26:\"general-blog_meta_comments\";s:1:\"1\";s:22:\"general-blog_meta_tags\";s:1:\"1\";s:30:\"general-next_prev_in_portfolio\";s:1:\"1\";s:25:\"general-show_rel_projects\";s:1:\"0\";s:31:\"general-rel_projects_head_title\";s:16:\"Related projects\";s:24:\"general-rel_projects_max\";i:12;s:25:\"general-rel_projects_meta\";s:1:\"1\";s:26:\"general-rel_projects_title\";s:1:\"1\";s:28:\"general-rel_projects_excerpt\";s:1:\"1\";s:25:\"general-rel_projects_link\";s:1:\"1\";s:28:\"general-rel_projects_details\";s:1:\"1\";s:37:\"general-rel_projects_fullwidth_height\";i:210;s:42:\"general-rel_projects_fullwidth_width_style\";s:4:\"prop\";s:36:\"general-rel_projects_fullwidth_width\";i:210;s:27:\"general-rel_projects_height\";i:180;s:32:\"general-rel_projects_width_style\";s:4:\"prop\";s:26:\"general-rel_projects_width\";i:180;s:25:\"general-portfolio_meta_on\";s:1:\"1\";s:27:\"general-portfolio_meta_date\";s:1:\"1\";s:29:\"general-portfolio_meta_author\";s:1:\"1\";s:33:\"general-portfolio_meta_categories\";s:1:\"1\";s:31:\"general-portfolio_meta_comments\";s:1:\"1\";s:17:\"fonts-font_family\";s:7:\"Poppins\";s:17:\"fonts-normal_size\";i:14;s:16:\"fonts-small_size\";i:13;s:14:\"fonts-big_size\";i:15;s:17:\"fonts-line_height\";i:22;s:20:\"fonts-h1_font_family\";s:11:\"Raleway:600\";s:18:\"fonts-h1_font_size\";i:48;s:20:\"fonts-h1_line_height\";i:52;s:18:\"fonts-h1_uppercase\";b:0;s:20:\"fonts-h2_font_family\";s:11:\"Raleway:600\";s:18:\"fonts-h2_font_size\";i:36;s:20:\"fonts-h2_line_height\";i:40;s:18:\"fonts-h2_uppercase\";b:0;s:20:\"fonts-h3_font_family\";s:11:\"Raleway:600\";s:18:\"fonts-h3_font_size\";i:22;s:20:\"fonts-h3_line_height\";i:26;s:18:\"fonts-h3_uppercase\";b:0;s:20:\"fonts-h4_font_family\";s:11:\"Raleway:600\";s:18:\"fonts-h4_font_size\";i:18;s:20:\"fonts-h4_line_height\";i:22;s:18:\"fonts-h4_uppercase\";s:1:\"1\";s:20:\"fonts-h5_font_family\";s:11:\"Raleway:600\";s:18:\"fonts-h5_font_size\";i:16;s:20:\"fonts-h5_line_height\";i:22;s:18:\"fonts-h5_uppercase\";b:0;s:20:\"fonts-h6_font_family\";s:11:\"Raleway:600\";s:18:\"fonts-h6_font_size\";i:14;s:20:\"fonts-h6_line_height\";i:16;s:18:\"fonts-h6_uppercase\";b:0;s:13:\"buttons-style\";s:4:\"ios7\";s:21:\"buttons-s_font_family\";s:9:\"Open Sans\";s:19:\"buttons-s_font_size\";i:12;s:19:\"buttons-s_uppercase\";b:0;s:21:\"buttons-s_line_height\";i:27;s:23:\"buttons-s_border_radius\";i:6;s:21:\"buttons-m_font_family\";s:9:\"Open Sans\";s:19:\"buttons-m_font_size\";i:13;s:19:\"buttons-m_uppercase\";b:0;s:21:\"buttons-m_line_height\";i:32;s:23:\"buttons-m_border_radius\";i:7;s:21:\"buttons-l_font_family\";s:9:\"Open Sans\";s:19:\"buttons-l_font_size\";i:17;s:19:\"buttons-l_uppercase\";b:0;s:21:\"buttons-l_line_height\";i:43;s:23:\"buttons-l_border_radius\";i:8;s:12:\"hoover-style\";s:4:\"blur\";s:12:\"hoover-color\";s:7:\"#000000\";s:14:\"hoover-opacity\";i:30;s:19:\"social_buttons-post\";a:0:{}s:29:\"social_buttons-portfolio_post\";a:0:{}s:20:\"social_buttons-photo\";a:0:{}s:19:\"social_buttons-page\";a:0:{}s:11:\"widgetareas\";a:5:{i:1;a:2:{s:12:\"sidebar_name\";s:15:\"Default Sidebar\";s:12:\"sidebar_desc\";s:27:\"Sidebar primary widget area\";}i:2;a:2:{s:12:\"sidebar_name\";s:14:\"Default Footer\";s:12:\"sidebar_desc\";s:26:\"Footer primary widget area\";}i:3;a:2:{s:12:\"sidebar_name\";s:24:\"Industrial lighting menu\";s:12:\"sidebar_desc\";s:0:\"\";}i:4;a:2:{s:12:\"sidebar_name\";s:14:\"Outdoor Lights\";s:12:\"sidebar_desc\";s:0:\"\";}i:5;a:2:{s:12:\"sidebar_name\";s:17:\"Home Offices menu\";s:12:\"sidebar_desc\";s:0:\"\";}}s:22:\"theme_update-user_name\";s:0:\"\";s:20:\"theme_update-api_key\";s:0:\"\";}','yes'),(265,'revslider-valid-notice','false','yes'),(290,'wp_less_stylesheet_data_7a9c4585a27bbbe8d17278c1e3c1bf52','a:1:{s:10:\"target_uri\";s:99:\"http://localhost:8080/ledstaray/wp-content/uploads/wp-less/ledstaraytheme/css/custom-ea3b81a32c.css\";}','yes'),(291,'_transient_wp_less_compiled_7a9c4585a27bbbe8d17278c1e3c1bf52','a:4:{s:4:\"root\";s:70:\"C:\\wamp\\www\\ledstaray/wp-content/themes/ledstaraytheme/css/custom.less\";s:8:\"compiled\";N;s:5:\"files\";a:1:{s:70:\"C:\\wamp\\www\\ledstaray\\wp-content\\themes\\ledstaraytheme\\css\\custom.less\";i:1418647416;}s:7:\"updated\";i:1418814447;}','yes'),(292,'theme_mods_ledstaraytheme','a:2:{s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:36;s:3:\"top\";i:0;s:6:\"bottom\";i:0;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(383,'widget_tp_widget_recent_tweets','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(384,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(385,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(386,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(387,'widget_layerslider_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(388,'widget_rev-slider-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(401,'widget_dc_jqaccordion_widget','a:4:{i:2;a:14:{s:5:\"title\";s:19:\"Industrial Lighting\";s:8:\"nav_menu\";i:37;s:9:\"autoClose\";N;s:9:\"menuClose\";N;s:9:\"saveState\";N;s:10:\"autoExpand\";N;s:11:\"disableLink\";s:4:\"true\";s:12:\"classDisable\";s:0:\"\";s:9:\"classMenu\";s:0:\"\";s:9:\"showCount\";N;s:5:\"event\";s:5:\"hover\";s:4:\"skin\";s:4:\"Grey\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:1:\"0\";}i:3;a:14:{s:5:\"title\";s:16:\"Outdoor Lighting\";s:8:\"nav_menu\";i:38;s:9:\"autoClose\";N;s:9:\"menuClose\";N;s:9:\"saveState\";N;s:10:\"autoExpand\";N;s:11:\"disableLink\";s:4:\"true\";s:12:\"classDisable\";s:0:\"\";s:9:\"classMenu\";s:0:\"\";s:9:\"showCount\";N;s:5:\"event\";s:5:\"hover\";s:4:\"skin\";s:4:\"Grey\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:1:\"0\";}i:4;a:14:{s:5:\"title\";s:14:\"Home & Offices\";s:8:\"nav_menu\";i:39;s:9:\"autoClose\";N;s:9:\"menuClose\";N;s:9:\"saveState\";N;s:10:\"autoExpand\";N;s:11:\"disableLink\";s:4:\"true\";s:12:\"classDisable\";s:0:\"\";s:9:\"classMenu\";s:0:\"\";s:9:\"showCount\";N;s:5:\"event\";s:5:\"hover\";s:4:\"skin\";s:4:\"Grey\";s:5:\"speed\";s:4:\"slow\";s:10:\"hoverDelay\";s:1:\"0\";}s:12:\"_multiwidget\";i:1;}','yes'),(511,'wpb_js_templates','a:5:{s:18:\"lampstemplate_6841\";a:2:{s:4:\"name\";s:13:\"lampstemplate\";s:8:\"template\";s:12199:\"[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://localhost:8080/ledstaray/wp-content/uploads/2014/12/banner.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"LED Lamps\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"3/4\"][vc_accordion][vc_accordion_tab title=\"<B>LED GLASS BULBS</b>\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]With a look that is very similar to traditional filament bulbs, SYSKA LED Glass Bulbs are an instant replacement for them, as they fit into the same sockets and need no further reconfiguring - while giving you regular brightness at a fraction of the wattage consumed.[/vc_column_text][vc_column_text css_animation=\"appear\"]<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"tblmainlefthead\" width=\"30%\">Details</td>\n<td class=\"tblmainlefthead\" width=\"40%\">LS-LP-3W</td>\n<td class=\"tblmainlefthead\" width=\"15%\">LS-LP-5W</td>\n<td class=\"tblmainlefthead\" width=\"15%\">LS-LP-7W</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Input Voltage</td>\n<td class=\"wf-1-4\">3 W</td>\n<td class=\"wf-1-4\">5 W</td>\n<td class=\"wf-1-4\">7 W</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Input Power</td>\n<td class=\"wf-1-4\" colspan=\"3\">90~300V  AC - 50Hz</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Colour Temperature</td>\n<td class=\"wf-1-4\" colspan=\"3\">6000 K</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">CRI</td>\n<td class=\"wf-1-4\" colspan=\"3\">More than 80</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Beam Angle</td>\n<td class=\"wf-1-4\">220 deg</td>\n<td class=\"wf-1-4\">240 deg</td>\n<td class=\"wf-1-4\">240 deg</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Lumens</td>\n<td class=\"wf-1-4\">250</td>\n<td class=\"wf-1-4\">410</td>\n<td class=\"wf-1-4\">600</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Operating Temperature</td>\n<td class=\"wf-1-4\" colspan=\"2\">(-20 deg to 60 deg centigrade)</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Base</td>\n<td class=\"wf-1-4\" colspan=\"2\">B22</td>\n</tr>\n</tbody>\n</table>[/vc_column_text][vc_column_text]Available in 9W &amp; 10W also. for more information please call us.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text css_animation=\"right-to-left\" css=\".vc_custom_1418730616303{border-width: 2px !important;padding: 10px !important;background-color: #3dc6a2 !important;}\"]<div class=\"pointing-title\">Applications:</div>\n<div class=\"pointing\">Offices</div>\n<div class=\"pointing\">Showrooms</div>\n<div class=\"pointing\">Residential</div>\n<div class=\"pointing\">Malls</div>[/vc_column_text][vc_column_text css_animation=\"right-to-left\" css=\".vc_custom_1418731426199{margin-top: 20px !important;border-width: 2px !important;padding: 10px !important;background-color: #27baf4 !important;}\"]<div class=\"pointing-title\">Features:</div>\n<div class=\"pointing\">elegant and traditional look</div>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_accordion_tab][vc_accordion_tab title=\"<B>LED LAMPS</B>\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]LEDStaray LED Lamps are replacements for incandescent or compact fluorescent lamps. They are designed to illuminate your home and office spaces with their pleasing radiance and perfect hue.[/vc_column_text][vc_column_text css_animation=\"right-to-left\"]<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"tblmainlefthead\" width=\"30%\">Details</td>\n<td class=\"tblmainlefthead\" width=\"40%\">LS-LMP-3W</td>\n<td class=\"tblmainlefthead\" width=\"15%\">LS-LMP-5W</td>\n<td class=\"tblmainlefthead\" width=\"15%\">LS-LMP-7W</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Input Voltage</td>\n<td class=\"wf-1-4\">3 W</td>\n<td class=\"wf-1-4\">5 W</td>\n<td class=\"wf-1-4\">7 W</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Input Power</td>\n<td class=\"wf-1-4\" colspan=\"3\">90-300V AC - 50 Hz</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Colour Temperature</td>\n<td class=\"wf-1-4\" colspan=\"3\">3000 K - 6500 K</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Power Factor</td>\n<td class=\"wf-1-4\" colspan=\"3\">More than 0.95</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">CRI</td>\n<td class=\"wf-1-4\" colspan=\"3\">More than 85</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Beam Angle</td>\n<td class=\"wf-1-4\" colspan=\"3\">170 deg</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Lumens</td>\n<td class=\"wf-1-4\">210</td>\n<td class=\"wf-1-4\">350</td>\n<td class=\"wf-1-4\">490</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Operating Temperature</td>\n<td class=\"wf-1-4\" colspan=\"3\">(-20 deg to 60 deg centigrade)</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Base</td>\n<td class=\"wf-1-4\" colspan=\"3\">B22</td>\n</tr>\n</tbody>\n</table>[/vc_column_text][vc_column_text css_animation=\"right-to-left\"]Available in 8W, 10W, 12W, 15W and 20W also.[/vc_column_text][dt_fancy_image type=\"image\" image=\"\" image_alt=\"\" lightbox=\"\" media=\"\" style=\"1\" width=\"270\" padding=\"10\" margin_top=\"0\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"left\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1418732187651{border-width: 2px !important;padding: 10px !important;background-color: #3dc6a2 !important;}\"]<div class=\"pointing-title\">Applications:</div>\n<div class=\"pointing\">Homes</div>\n<div class=\"pointing\">Offices</div>\n<div class=\"pointing\">Restaurants</div>\n<div class=\"pointing\">Marts</div>\n<div class=\"pointing\">Galleries</div>[/vc_column_text][vc_column_text css_animation=\"right-to-left\" css=\".vc_custom_1418732327260{margin-top: 20px !important;border-width: 2px !important;padding: 10px !important;background-color: #27baf4 !important;}\"]<div class=\"pointing-title\">Features:</div>\n<div class=\"pointing\">Up to 80% energy saving</div>\n<div class=\"pointing\">Lasts long (more than 20,000 burning hours) </div>\n<div class=\"pointing\">Very low heating</div>\n<div class=\"pointing\">Wide operating voltage</div>\n<div class=\"pointing\">No mercury inside lamp</div>\n<div class=\"pointing\">Eco-friendly</div>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_accordion_tab][vc_accordion_tab title=\"<b>LED GlOBE LAMPS</b>\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text css_animation=\"appear\"]LEDStaray LED Globe Lamps are designed to meet your outdoor lighting needs. From lighting up your gates, fences, approach roads etc., these lights brighten up your walkway with impeccable light rendering and make a rather dull path brightly visible.[/vc_column_text][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1418733706313{margin-bottom: 5px !important;}\"]<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"tblmainlefthead\" width=\"30%\">Details</td>\n<td class=\"tblmainlefthead\" width=\"40%\">LS-GLMP-8W</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Input Voltage</td>\n<td class=\"wf-1-4\">8 W</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Input Power</td>\n<td class=\"wf-1-4\" colspan=\"3\">90-300V AC - 50 Hz</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Colour Temperature</td>\n<td class=\"wf-1-4\" colspan=\"3\">3000 K - 6500 K</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">CRI</td>\n<td class=\"wf-1-4\" colspan=\"3\">More than 85</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Lumens</td>\n<td class=\"wf-1-4\">520 / 560</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Operating Temperature</td>\n<td class=\"wf-1-4\" colspan=\"3\">(-20 deg to 60 deg centigrade)</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Base</td>\n<td class=\"wf-1-4\" colspan=\"3\">E27</td>\n</tr>\n</tbody>\n</table>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text css_animation=\"right-to-left\" css=\".vc_custom_1418733786456{border-width: 2px !important;padding: 10px !important;background-color: #3dc6a2 !important;}\"]<div class=\"pointing-title\">Applications:</div>\n<div class=\"pointing\">Showrooms</div>\n<div class=\"pointing\">Gate lights</div>\n<div class=\"pointing\">Fence lights</div>[/vc_column_text][vc_column_text css_animation=\"right-to-left\" css=\".vc_custom_1418733912191{margin-top: 20px !important;border-width: 2px !important;padding: 10px !important;background-color: #27baf4 !important;}\"]<div class=\"pointing-title\">Features:</div>\n<div class=\"pointing\">Lower consumption and energy saving</div>\n<div class=\"pointing\">Eco-friendly</div>\n<div class=\"pointing\">Good colour rendering</div>\n<div class=\"pointing\">No UV radiation</div>\n<div class=\"pointing\">Long life span (50,000 hrs.)</div>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_accordion_tab][vc_accordion_tab title=\"<b>LED PAR LAMPS</b>\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text css_animation=\"appear\"]LEDStaray LED PAR Lamps add glory to monuments, architectural sites, showrooms etc. Used also as facade lighting and spot lights, these high power LED\'s have unmatched colour rendering capacity and are perfect replacements for the regular halogen PAR lamps.[/vc_column_text][vc_column_text css_animation=\"appear\"]<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"tblmainlefthead\" width=\"30%\">Details</td>\n<td class=\"tblmainlefthead\" width=\"40%\">LS-PL-12W</td>\n<td class=\"tblmainlefthead\" width=\"15%\">LS-PL-20W</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Input Voltage</td>\n<td class=\"wf-1-4\">12 W</td>\n<td class=\"wf-1-4\">20 W</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Input Power</td>\n<td class=\"wf-1-4\" colspan=\"2\">90-300V AC - 50 Hz</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Colour Temperature</td>\n<td class=\"wf-1-4\" colspan=\"2\">3000 K - 5700 K</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">CRI</td>\n<td class=\"wf-1-4\" colspan=\"2\">More than 85</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Beam Angle</td>\n<td class=\"wf-1-4\" colspan=\"2\">40 deg</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Lumens</td>\n<td class=\"wf-1-4\">900 / 960</td>\n<td class=\"wf-1-4\">1500 / 1600</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Power Factor</td>\n<td class=\"wf-1-4\" colspan=\"2\">0.95</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Operating Temperature</td>\n<td class=\"wf-1-4\" colspan=\"2\">(-20 deg to 60 deg centigrade)</td>\n</tr>\n<tr>\n<td class=\"wf-1-4\">Base</td>\n<td class=\"wf-1-4\" colspan=\"2\">E27</td>\n</tr>\n</tbody>\n</table>[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text css_animation=\"right-to-left\" css=\".vc_custom_1418734429103{border-width: 2px !important;padding: 10px !important;background-color: #3dc6a2 !important;}\"]<div class=\"pointing-title\">Applications:</div>\n<div class=\"pointing\">Showrooms</div>\n<div class=\"pointing\">Spot lighting</div>\n<div class=\"pointing\">Walkways</div>\n<div class=\"pointing\">Facade lighting</div>[/vc_column_text][vc_column_text css_animation=\"right-to-left\" css=\".vc_custom_1418734572320{margin-top: 20px !important;border-width: 2px !important;padding: 10px !important;background-color: #27baf4 !important;}\"]<div class=\"pointing-title\">Features:</div>\n<div class=\"pointing\">Lower consumption and energy saving</div>\n<div class=\"pointing\">Good colour rendering</div>\n<div class=\"pointing\">No UV radiation </div>\n<div class=\"pointing\">Long life span (50,000 hrs.) </div>\n<div class=\"pointing\">Eco-friendly </div>\n<div class=\"pointing\">Replacement for halogen par lamps</div>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_accordion_tab][/vc_accordion][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"10\"][/vc_column][/vc_row]\";}s:16:\"industrial_16659\";a:2:{s:4:\"name\";s:10:\"industrial\";s:8:\"template\";s:3932:\"[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://demo.ledstaray.com/wp-content/uploads/2014/12/1-14021G42326205.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"Led Hi Bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1418386152607{padding-top: 10px !important;}\"]LEDSTARAY HI-BAY Lights are high intensity indoor/outdoor lights used at workshops, industrial sheds and factories. These lights possess the power to illuminate large areas with their wide dispersion without adversely affecting the environment.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/1\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1419335467599{margin-top: 20px !important;}\"]<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"tblmainlefthead\" width=\"30%\">Details</td>\n<td class=\"tblmainlefthead\" width=\"40%\">LS-72 W-D</td>\n<td class=\"tblmainlefthead\" width=\"15%\">LS-120W-D</td>\n<td class=\"tblmainlefthead\" width=\"15%\">LS-150W-D</td>\n</tr>\n<tr>\n<td>Input Voltage</td>\n<td>72 W</td>\n<td>120 W</td>\n<td>150 W</td>\n</tr>\n<tr>\n<td>Input Power</td>\n<td colspan=\"3\">90-300V AC - 50 HZ</td>\n</tr>\n<tr>\n<td>Colour Temperature</td>\n<td colspan=\"3\">4000 K - 6500 K</td>\n</tr>\n<tr>\n<td>CRI</td>\n<td colspan=\"3\">More than 85</td>\n</tr>\n<tr>\n<td>Beam Angle</td>\n<td colspan=\"3\">90 - 150 deg</td>\n</tr>\n<tr>\n<td>Lumens</td>\n<td>6120</td>\n<td>10200</td>\n<td>12750</td>\n</tr>\n<tr>\n<td>Finish [Reflector]</td>\n<td colspan=\"3\">Anodized</td>\n</tr>\n<tr>\n<td>Housing</td>\n<td colspan=\"3\">Pressure die cast aluminium</td>\n</tr>\n<tr>\n<td>Ingress Protection</td>\n<td colspan=\"3\">Up to IP 67</td>\n</tr>\n<tr>\n<td>Operating Temperature</td>\n<td colspan=\"3\">[-30 deg to 50 deg centigrade]</td>\n</tr>\n<tr>\n<td>LED Driver</td>\n<td colspan=\"3\">Constant Voltage and Current</td>\n</tr>\n</tbody>\n</table>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text css=\".vc_custom_1418648566051{border-width: 2px !important;padding: 10px !important;background-color: #3dc6a2 !important;}\" css_animation=\"right-to-left\"]<div class=\"pointing-title\">Applications:</div>\n<div class=\"pointing\">Industrial sheds</div>\n<div class=\"pointing\">Factories</div>\n<div class=\"pointing\">Workshops</div>[/vc_column_text][vc_column_text css=\".vc_custom_1418648625163{margin-top: 20px !important;border-width: 2px !important;padding: 10px !important;background-color: #27baf4 !important;}\" css_animation=\"right-to-left\"]<div class=\"pointing-title\">Features:</div>\n<div class=\"pointing\">Wide spread of light to cover maximum area</div>\n<div class=\"pointing\">Replacement of sodium vapour and mercury vapour high wattage lamps</div>[/vc_column_text][/vc_column][/vc_row]\";}s:22:\"streetlight3_877956008\";a:2:{s:4:\"name\";s:12:\"streetlight3\";s:8:\"template\";s:8310:\"[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\n\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\n</strong></div>\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\n</div>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"productdetail\">\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\n</strong></div>\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\n</div>\n</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\n<ul>\n	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\n	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\n	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\n	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\n	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\n	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\n	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\n	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\n</ul>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\";}s:23:\"flood-lights2_450108572\";a:2:{s:4:\"name\";s:13:\"Flood Lights2\";s:8:\"template\";s:6607:\"[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\n\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\n</strong></div>\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\n</div>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\n</strong></div>\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row]\";}s:27:\"led-surfacelights_147409266\";a:2:{s:4:\"name\";s:17:\"LED Surfacelights\";s:8:\"template\";s:2962:\"[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Surface Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><!--\n<tr>\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Surface lights</td>\n</tr>\n-->\n<tr><!--\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-surface-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\n-->\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\n<div class=\"detailrow\">Long life, low maintenance</div>\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\n<div class=\"detailrow\">Energy saving upto 80%</div>\n<div class=\"detailrow\">Repairable</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\";}}','no'),(512,'widget_presscore-custom-menu-1','a:4:{i:2;a:2:{s:5:\"title\";s:14:\"Home & Offices\";s:4:\"menu\";s:2:\"39\";}i:3;a:2:{s:5:\"title\";s:11:\"Quick Links\";s:4:\"menu\";s:2:\"41\";}i:4;a:2:{s:5:\"title\";s:14:\"Outdoor Lights\";s:4:\"menu\";s:2:\"38\";}s:12:\"_multiwidget\";i:1;}','yes'),(513,'widget_presscore-custom-menu-2','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(562,'dt_benefits_category_children','a:0:{}','yes'),(563,'auth_key','0$H*8wObQmuaA>Z*C8h,=yX_^r  %eS2wdF=AP6]9_M=mG9prt1MeNK}H<Vn>p(C','yes'),(564,'auth_salt','Xdq>bVFCo[Fs^s9q0,*P1?kk$BaAZ&p],Uz:,OO-S,^<ojF5ba:AN&,XvM[nFvsL','yes'),(566,'logged_in_key','`Y>`+ocK{Dj?1.Kb/`yjpZOtv(e53<~dTJPthK}h!]kau`D9nL%4[}KY/,VDXw{Z','yes'),(567,'logged_in_salt','3QqP3fd?{+>oe ,?`uaPz-g[~m6V: WJmkzp^6kX`!&[frpf~A:-==hAJgW9L;Pr','yes'),(576,'nonce_key','*yU-r/lbU]N~Tockyw(Kr_u#nGr[KcZ`X[AVvR*~rxu8u)uh]E7B.7t5kQBuVfp?','yes'),(577,'nonce_salt','@<:257X8Gq[E;hcSP`miazBnlR$d~Jxc-{4]a3fkhryf|^Aa`$LPy5j:YLPLr*ev','yes'),(598,'wp_less_stylesheet_data_ae081c6ea08754d0fe0ad7cc9001722b','a:1:{s:10:\"target_uri\";s:93:\"http://demo.ledstaray.com/wp-content/uploads/wp-less/ledstaraytheme/css/custom-c74cb1aceb.css\";}','yes'),(599,'_transient_wp_less_compiled_ae081c6ea08754d0fe0ad7cc9001722b','a:4:{s:4:\"root\";s:99:\"E:\\HostingSpaces\\chinar\\demo.ledstaray.com\\wwwroot/wp-content/themes/ledstaraytheme/css/custom.less\";s:8:\"compiled\";N;s:5:\"files\";a:1:{s:99:\"E:\\HostingSpaces\\chinar\\demo.ledstaray.com\\wwwroot\\wp-content\\themes\\ledstaraytheme\\css\\custom.less\";i:1418696016;}s:7:\"updated\";i:1423222425;}','yes'),(1017,'remove_bad_words','1','yes'),(1018,'captcha','0','yes'),(1019,'captcha_width','70','yes'),(1020,'captcha_height','25','yes'),(1021,'captcha_characters','4','yes'),(1022,'maximum_characters','140','yes'),(1023,'confirm_page','1','yes'),(1024,'sender_id','','yes'),(1025,'allow_without_login','0','yes'),(1026,'wpsms_api1','http://example.com/smsapi.php?username=yourusername&password=yourpassword&mobile=[Mobile]&sms=[TextMessage]&senderid=[SenderID]','yes'),(1032,'custom_response_text','','yes'),(1033,'setting_submit','f3a8d55bb8','yes'),(1035,'custom_response','0','yes'),(1266,'wp_less_stylesheet_data_91953faac58772ff619aa613e13a1690','a:1:{s:10:\"target_uri\";s:92:\"http://www.ledstaray.com/wp-content/uploads/wp-less/ledstaraytheme/css/custom-aa847de172.css\";}','yes'),(1267,'_transient_wp_less_compiled_91953faac58772ff619aa613e13a1690','a:4:{s:4:\"root\";s:94:\"E:\\HostingSpaces\\chinar\\ledstaray.com\\wwwroot/wp-content/themes/ledstaraytheme/css/custom.less\";s:8:\"compiled\";N;s:5:\"files\";a:1:{s:94:\"E:\\HostingSpaces\\chinar\\ledstaray.com\\wwwroot\\wp-content\\themes\\ledstaraytheme\\css\\custom.less\";i:1418696016;}s:7:\"updated\";i:1430132557;}','yes'),(1276,'bkup_c2c_configure_smtp','a:0:{}','yes'),(1277,'c2c_configure_smtp','a:12:{s:9:\"use_gmail\";s:0:\"\";s:4:\"host\";s:9:\"localhost\";s:4:\"port\";s:2:\"25\";s:11:\"smtp_secure\";s:0:\"\";s:9:\"smtp_auth\";s:0:\"\";s:9:\"smtp_user\";s:24:\"donotreply@ledstaray.com\";s:9:\"smtp_pass\";s:10:\"donot54321\";s:8:\"wordwrap\";s:0:\"\";s:5:\"debug\";s:0:\"\";s:10:\"from_email\";s:24:\"donotreply@ledstaray.com\";s:9:\"from_name\";s:10:\"StaRay LED\";s:8:\"_version\";s:3:\"3.1\";}','yes'),(1297,'wpseo','a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:4:\"12.8\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1479275700;s:13:\"myyoast-oauth\";b:0;}','yes'),(1299,'wpseo_titles','a:154:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:0;s:23:\"is-media-purge-relevant\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:22:\"noindex-subpages-wpseo\";b:0;s:18:\"title-dt_portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-dt_portfolio\";s:0:\"\";s:20:\"noindex-dt_portfolio\";b:0;s:21:\"showdate-dt_portfolio\";b:0;s:21:\"title-dt_testimonials\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-dt_testimonials\";s:0:\"\";s:23:\"noindex-dt_testimonials\";b:0;s:24:\"showdate-dt_testimonials\";b:0;s:13:\"title-dt_team\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-dt_team\";s:0:\"\";s:15:\"noindex-dt_team\";b:0;s:16:\"showdate-dt_team\";b:0;s:14:\"title-dt_logos\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-dt_logos\";s:0:\"\";s:16:\"noindex-dt_logos\";b:0;s:17:\"showdate-dt_logos\";b:0;s:17:\"title-dt_benefits\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-dt_benefits\";s:0:\"\";s:19:\"noindex-dt_benefits\";b:0;s:20:\"showdate-dt_benefits\";b:0;s:16:\"title-dt_gallery\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-dt_gallery\";s:0:\"\";s:18:\"noindex-dt_gallery\";b:0;s:19:\"showdate-dt_gallery\";b:0;s:18:\"title-dt_slideshow\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-dt_slideshow\";s:0:\"\";s:20:\"noindex-dt_slideshow\";b:0;s:21:\"showdate-dt_slideshow\";b:0;s:28:\"title-ptarchive-dt_portfolio\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-ptarchive-dt_portfolio\";s:0:\"\";s:30:\"bctitle-ptarchive-dt_portfolio\";s:0:\"\";s:30:\"noindex-ptarchive-dt_portfolio\";b:0;s:23:\"title-ptarchive-dt_team\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-dt_team\";s:0:\"\";s:25:\"bctitle-ptarchive-dt_team\";s:0:\"\";s:25:\"noindex-ptarchive-dt_team\";b:0;s:24:\"title-ptarchive-dt_logos\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-ptarchive-dt_logos\";s:0:\"\";s:26:\"bctitle-ptarchive-dt_logos\";s:0:\"\";s:26:\"noindex-ptarchive-dt_logos\";b:0;s:27:\"title-ptarchive-dt_benefits\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-ptarchive-dt_benefits\";s:0:\"\";s:29:\"bctitle-ptarchive-dt_benefits\";s:0:\"\";s:29:\"noindex-ptarchive-dt_benefits\";b:0;s:26:\"title-ptarchive-dt_gallery\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-ptarchive-dt_gallery\";s:0:\"\";s:28:\"bctitle-ptarchive-dt_gallery\";s:0:\"\";s:28:\"noindex-ptarchive-dt_gallery\";b:0;s:28:\"title-ptarchive-dt_slideshow\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-ptarchive-dt_slideshow\";s:0:\"\";s:30:\"bctitle-ptarchive-dt_slideshow\";s:0:\"\";s:30:\"noindex-ptarchive-dt_slideshow\";b:0;s:31:\"title-tax-dt_portfolio_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-tax-dt_portfolio_category\";s:0:\"\";s:33:\"noindex-tax-dt_portfolio_category\";b:0;s:34:\"title-tax-dt_testimonials_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:37:\"metadesc-tax-dt_testimonials_category\";s:0:\"\";s:36:\"noindex-tax-dt_testimonials_category\";b:0;s:26:\"title-tax-dt_team_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-dt_team_category\";s:0:\"\";s:28:\"noindex-tax-dt_team_category\";b:0;s:27:\"title-tax-dt_logos_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-dt_logos_category\";s:0:\"\";s:29:\"noindex-tax-dt_logos_category\";b:0;s:30:\"title-tax-dt_benefits_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:33:\"metadesc-tax-dt_benefits_category\";s:0:\"\";s:32:\"noindex-tax-dt_benefits_category\";b:0;s:29:\"title-tax-dt_gallery_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:32:\"metadesc-tax-dt_gallery_category\";s:0:\"\";s:31:\"noindex-tax-dt_gallery_category\";b:0;s:31:\"post_types-dt_portfolio-maintax\";i:0;s:34:\"post_types-dt_testimonials-maintax\";i:0;s:26:\"post_types-dt_team-maintax\";i:0;s:27:\"post_types-dt_logos-maintax\";i:0;s:30:\"post_types-dt_benefits-maintax\";i:0;s:29:\"post_types-dt_gallery-maintax\";i:0;s:39:\"taxonomy-dt_portfolio_category-ptparent\";i:0;s:42:\"taxonomy-dt_testimonials_category-ptparent\";i:0;s:34:\"taxonomy-dt_team_category-ptparent\";i:0;s:35:\"taxonomy-dt_logos_category-ptparent\";i:0;s:38:\"taxonomy-dt_benefits_category-ptparent\";i:0;s:37:\"taxonomy-dt_gallery_category-ptparent\";i:0;}','yes'),(1300,'wpseo_social','a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:0;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";i:0;}','yes'),(1312,'wp-optimize-schedule','false','no'),(1313,'wp-optimize-last-optimized','Never','no'),(1314,'wp-optimize-schedule-type','wpo_weekly','no'),(1315,'wp-optimize-retention-enabled','false','no'),(1316,'wp-optimize-retention-period','2','no'),(1317,'wp-optimize-enable-admin-menu','false','no'),(1318,'wp-optimize-total-cleaned','0','no'),(1319,'wp-optimize-auto','a:8:{s:9:\"revisions\";s:4:\"true\";s:6:\"drafts\";s:4:\"true\";s:5:\"spams\";s:4:\"true\";s:10:\"unapproved\";s:5:\"false\";s:9:\"transient\";s:5:\"false\";s:8:\"postmeta\";s:5:\"false\";s:4:\"tags\";s:5:\"false\";s:8:\"optimize\";s:4:\"true\";}','yes'),(1320,'wp-optimize-settings','a:5:{s:14:\"user-revisions\";b:1;s:11:\"user-drafts\";b:1;s:10:\"user-spams\";b:1;s:15:\"user-unapproved\";b:1;s:13:\"user-optimize\";b:0;}','yes'),(1331,'WPLANG','','yes'),(2805,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"vishdhanu@yahoo.co.in\";s:7:\"version\";s:6:\"4.7.16\";s:9:\"timestamp\";i:1578750884;}','no'),(2947,'ytc_no_redux_notice','1','yes'),(2950,'widget_youtube-channel','a:2:{i:2;a:35:{s:5:\"title\";s:15:\"Youtube channel\";s:5:\"class\";s:0:\"\";s:7:\"channel\";s:24:\"UCCsYNaQ33X-cYdafDtaLzbg\";s:6:\"vidqty\";s:1:\"1\";s:8:\"playlist\";s:0:\"\";s:7:\"use_res\";s:1:\"0\";s:10:\"cache_time\";s:1:\"0\";s:7:\"only_pl\";b:0;s:6:\"getrnd\";b:0;s:6:\"maxrnd\";s:2:\"25\";s:8:\"goto_txt\";s:0:\"\";s:8:\"showgoto\";b:0;s:10:\"popup_goto\";s:1:\"0\";s:9:\"showtitle\";b:0;s:10:\"showvidesc\";b:0;s:10:\"descappend\";s:3:\"…\";s:9:\"videsclen\";s:1:\"0\";s:5:\"width\";s:3:\"306\";s:10:\"responsive\";s:0:\"\";s:7:\"to_show\";s:9:\"thumbnail\";s:14:\"no_thumb_title\";b:0;s:8:\"autoplay\";b:0;s:13:\"autoplay_mute\";b:0;s:5:\"norel\";b:0;s:14:\"modestbranding\";b:0;s:8:\"controls\";b:0;s:9:\"fixnoitem\";s:2:\"on\";s:5:\"ratio\";s:1:\"3\";s:5:\"fixyt\";s:0:\"\";s:8:\"hideinfo\";s:0:\"\";s:8:\"hideanno\";s:0:\"\";s:10:\"themelight\";s:0:\"\";s:7:\"debugon\";s:0:\"\";s:8:\"userchan\";s:0:\"\";s:10:\"enhprivacy\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}','yes'),(2967,'db_upgraded','','yes'),(13172,'finished_splitting_shared_terms','1','yes'),(13173,'site_icon','0','yes'),(13174,'medium_large_size_w','768','yes'),(13175,'medium_large_size_h','0','yes'),(13178,'widget_presscore-blog-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13179,'widget_presscore-blog-categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13180,'widget_presscore-portfolio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13181,'widget_presscore-progress-bars-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13182,'widget_presscore-testimonials-list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13183,'widget_presscore-testimonials-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13184,'widget_presscore-team','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13185,'widget_presscore-logos','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13186,'widget_presscore-photos','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13187,'widget_presscore-contact-form-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13188,'widget_presscore-accordion-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(13193,'tp_twitter_global_notification','1','yes'),(13194,'w3tc_state','{\"common.install\":1480485300}','no'),(13197,'monsterinsights_60_beta','1','yes'),(14557,'can_compress_scripts','0','no'),(14750,'fresh_site','0','yes'),(18844,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(18845,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(18846,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(18847,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(18848,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(19456,'wp_less_stylesheet_data_9a392d0aac1a4e6b534cb3c9460d39c9','a:1:{s:10:\"target_uri\";s:92:\"http://www.ledstaray.com/wp-content/uploads/wp-less/ledstaraytheme/css/custom-6c00a84c0e.css\";}','yes'),(19457,'_transient_wp_less_compiled_9a392d0aac1a4e6b534cb3c9460d39c9','a:4:{s:4:\"root\";s:89:\"/home/chinarso/public_html/ledstaray.com/wp-content/themes/ledstaraytheme/css/custom.less\";s:8:\"compiled\";N;s:5:\"files\";a:1:{s:89:\"/home/chinarso/public_html/ledstaray.com/wp-content/themes/ledstaraytheme/css/custom.less\";i:1480120946;}s:7:\"updated\";i:1521294531;}','yes'),(19460,'wpb_js_theme_content_types','a:9:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:12:\"dt_portfolio\";i:3;s:15:\"dt_testimonials\";i:4;s:7:\"dt_team\";i:5;s:8:\"dt_logos\";i:6;s:11:\"dt_benefits\";i:7;s:10:\"dt_gallery\";i:8;s:12:\"dt_slideshow\";}','yes'),(19461,'wpb_js_groups_access_rules','a:4:{s:13:\"administrator\";a:2:{s:4:\"show\";s:3:\"all\";s:10:\"shortcodes\";a:52:{s:6:\"vc_row\";s:1:\"1\";s:14:\"vc_column_text\";s:1:\"1\";s:12:\"vc_separator\";s:1:\"1\";s:17:\"vc_text_separator\";s:1:\"1\";s:10:\"vc_message\";s:1:\"1\";s:11:\"vc_facebook\";s:1:\"1\";s:12:\"vc_tweetmeme\";s:1:\"1\";s:13:\"vc_googleplus\";s:1:\"1\";s:12:\"vc_pinterest\";s:1:\"1\";s:9:\"vc_toggle\";s:1:\"1\";s:15:\"vc_single_image\";s:1:\"1\";s:7:\"vc_tabs\";s:1:\"1\";s:7:\"vc_tour\";s:1:\"1\";s:12:\"vc_accordion\";s:1:\"1\";s:11:\"vc_carousel\";s:1:\"1\";s:15:\"vc_posts_slider\";s:1:\"1\";s:17:\"vc_widget_sidebar\";s:1:\"1\";s:10:\"vc_button2\";s:1:\"1\";s:14:\"vc_cta_button2\";s:1:\"1\";s:8:\"vc_video\";s:1:\"1\";s:8:\"vc_gmaps\";s:1:\"1\";s:11:\"vc_raw_html\";s:1:\"1\";s:9:\"vc_raw_js\";s:1:\"1\";s:9:\"vc_flickr\";s:1:\"1\";s:15:\"vc_progress_bar\";s:1:\"1\";s:6:\"vc_pie\";s:1:\"1\";s:14:\"contact-form-7\";s:1:\"1\";s:14:\"layerslider_vc\";s:1:\"1\";s:13:\"rev_slider_vc\";s:1:\"1\";s:14:\"dt_fancy_title\";s:1:\"1\";s:18:\"dt_fancy_separator\";s:1:\"1\";s:8:\"dt_quote\";s:1:\"1\";s:17:\"dt_call_to_action\";s:1:\"1\";s:9:\"dt_teaser\";s:1:\"1\";s:9:\"dt_banner\";s:1:\"1\";s:15:\"dt_contact_form\";s:1:\"1\";s:19:\"dt_blog_posts_small\";s:1:\"1\";s:13:\"dt_blog_posts\";s:1:\"1\";s:19:\"dt_portfolio_slider\";s:1:\"1\";s:12:\"dt_portfolio\";s:1:\"1\";s:18:\"dt_portfolio_jgrid\";s:1:\"1\";s:15:\"dt_small_photos\";s:1:\"1\";s:12:\"dt_slideshow\";s:1:\"1\";s:7:\"dt_team\";s:1:\"1\";s:8:\"dt_logos\";s:1:\"1\";s:15:\"dt_testimonials\";s:1:\"1\";s:6:\"dt_gap\";s:1:\"1\";s:10:\"dt_divider\";s:1:\"1\";s:14:\"dt_fancy_image\";s:1:\"1\";s:9:\"dt_button\";s:1:\"1\";s:10:\"dt_vc_list\";s:1:\"1\";s:14:\"dt_benefits_vc\";s:1:\"1\";}}s:6:\"editor\";a:2:{s:4:\"show\";s:4:\"only\";s:10:\"shortcodes\";a:52:{s:6:\"vc_row\";s:1:\"1\";s:14:\"vc_column_text\";s:1:\"1\";s:12:\"vc_separator\";s:1:\"1\";s:17:\"vc_text_separator\";s:1:\"1\";s:10:\"vc_message\";s:1:\"1\";s:11:\"vc_facebook\";s:1:\"1\";s:12:\"vc_tweetmeme\";s:1:\"1\";s:13:\"vc_googleplus\";s:1:\"1\";s:12:\"vc_pinterest\";s:1:\"1\";s:9:\"vc_toggle\";s:1:\"1\";s:15:\"vc_single_image\";s:1:\"1\";s:7:\"vc_tabs\";s:1:\"1\";s:7:\"vc_tour\";s:1:\"1\";s:12:\"vc_accordion\";s:1:\"1\";s:11:\"vc_carousel\";s:1:\"1\";s:15:\"vc_posts_slider\";s:1:\"1\";s:17:\"vc_widget_sidebar\";s:1:\"1\";s:10:\"vc_button2\";s:1:\"1\";s:14:\"vc_cta_button2\";s:1:\"1\";s:8:\"vc_video\";s:1:\"1\";s:8:\"vc_gmaps\";s:1:\"1\";s:11:\"vc_raw_html\";s:1:\"1\";s:9:\"vc_raw_js\";s:1:\"1\";s:9:\"vc_flickr\";s:1:\"1\";s:15:\"vc_progress_bar\";s:1:\"1\";s:6:\"vc_pie\";s:1:\"1\";s:14:\"contact-form-7\";s:1:\"1\";s:14:\"layerslider_vc\";s:1:\"1\";s:13:\"rev_slider_vc\";s:1:\"1\";s:14:\"dt_fancy_title\";s:1:\"1\";s:18:\"dt_fancy_separator\";s:1:\"1\";s:8:\"dt_quote\";s:1:\"1\";s:17:\"dt_call_to_action\";s:1:\"1\";s:9:\"dt_teaser\";s:1:\"1\";s:9:\"dt_banner\";s:1:\"1\";s:15:\"dt_contact_form\";s:1:\"1\";s:19:\"dt_blog_posts_small\";s:1:\"1\";s:13:\"dt_blog_posts\";s:1:\"1\";s:19:\"dt_portfolio_slider\";s:1:\"1\";s:12:\"dt_portfolio\";s:1:\"1\";s:18:\"dt_portfolio_jgrid\";s:1:\"1\";s:15:\"dt_small_photos\";s:1:\"1\";s:12:\"dt_slideshow\";s:1:\"1\";s:7:\"dt_team\";s:1:\"1\";s:8:\"dt_logos\";s:1:\"1\";s:15:\"dt_testimonials\";s:1:\"1\";s:6:\"dt_gap\";s:1:\"1\";s:10:\"dt_divider\";s:1:\"1\";s:14:\"dt_fancy_image\";s:1:\"1\";s:9:\"dt_button\";s:1:\"1\";s:10:\"dt_vc_list\";s:1:\"1\";s:14:\"dt_benefits_vc\";s:1:\"1\";}}s:6:\"author\";a:2:{s:4:\"show\";s:3:\"all\";s:10:\"shortcodes\";a:52:{s:6:\"vc_row\";s:1:\"1\";s:14:\"vc_column_text\";s:1:\"1\";s:12:\"vc_separator\";s:1:\"1\";s:17:\"vc_text_separator\";s:1:\"1\";s:10:\"vc_message\";s:1:\"1\";s:11:\"vc_facebook\";s:1:\"1\";s:12:\"vc_tweetmeme\";s:1:\"1\";s:13:\"vc_googleplus\";s:1:\"1\";s:12:\"vc_pinterest\";s:1:\"1\";s:9:\"vc_toggle\";s:1:\"1\";s:15:\"vc_single_image\";s:1:\"1\";s:7:\"vc_tabs\";s:1:\"1\";s:7:\"vc_tour\";s:1:\"1\";s:12:\"vc_accordion\";s:1:\"1\";s:11:\"vc_carousel\";s:1:\"1\";s:15:\"vc_posts_slider\";s:1:\"1\";s:17:\"vc_widget_sidebar\";s:1:\"1\";s:10:\"vc_button2\";s:1:\"1\";s:14:\"vc_cta_button2\";s:1:\"1\";s:8:\"vc_video\";s:1:\"1\";s:8:\"vc_gmaps\";s:1:\"1\";s:11:\"vc_raw_html\";s:1:\"1\";s:9:\"vc_raw_js\";s:1:\"1\";s:9:\"vc_flickr\";s:1:\"1\";s:15:\"vc_progress_bar\";s:1:\"1\";s:6:\"vc_pie\";s:1:\"1\";s:14:\"contact-form-7\";s:1:\"1\";s:14:\"layerslider_vc\";s:1:\"1\";s:13:\"rev_slider_vc\";s:1:\"1\";s:14:\"dt_fancy_title\";s:1:\"1\";s:18:\"dt_fancy_separator\";s:1:\"1\";s:8:\"dt_quote\";s:1:\"1\";s:17:\"dt_call_to_action\";s:1:\"1\";s:9:\"dt_teaser\";s:1:\"1\";s:9:\"dt_banner\";s:1:\"1\";s:15:\"dt_contact_form\";s:1:\"1\";s:19:\"dt_blog_posts_small\";s:1:\"1\";s:13:\"dt_blog_posts\";s:1:\"1\";s:19:\"dt_portfolio_slider\";s:1:\"1\";s:12:\"dt_portfolio\";s:1:\"1\";s:18:\"dt_portfolio_jgrid\";s:1:\"1\";s:15:\"dt_small_photos\";s:1:\"1\";s:12:\"dt_slideshow\";s:1:\"1\";s:7:\"dt_team\";s:1:\"1\";s:8:\"dt_logos\";s:1:\"1\";s:15:\"dt_testimonials\";s:1:\"1\";s:6:\"dt_gap\";s:1:\"1\";s:10:\"dt_divider\";s:1:\"1\";s:14:\"dt_fancy_image\";s:1:\"1\";s:9:\"dt_button\";s:1:\"1\";s:10:\"dt_vc_list\";s:1:\"1\";s:14:\"dt_benefits_vc\";s:1:\"1\";}}s:11:\"contributor\";a:2:{s:4:\"show\";s:3:\"all\";s:10:\"shortcodes\";a:52:{s:6:\"vc_row\";s:1:\"1\";s:14:\"vc_column_text\";s:1:\"1\";s:12:\"vc_separator\";s:1:\"1\";s:17:\"vc_text_separator\";s:1:\"1\";s:10:\"vc_message\";s:1:\"1\";s:11:\"vc_facebook\";s:1:\"1\";s:12:\"vc_tweetmeme\";s:1:\"1\";s:13:\"vc_googleplus\";s:1:\"1\";s:12:\"vc_pinterest\";s:1:\"1\";s:9:\"vc_toggle\";s:1:\"1\";s:15:\"vc_single_image\";s:1:\"1\";s:7:\"vc_tabs\";s:1:\"1\";s:7:\"vc_tour\";s:1:\"1\";s:12:\"vc_accordion\";s:1:\"1\";s:11:\"vc_carousel\";s:1:\"1\";s:15:\"vc_posts_slider\";s:1:\"1\";s:17:\"vc_widget_sidebar\";s:1:\"1\";s:10:\"vc_button2\";s:1:\"1\";s:14:\"vc_cta_button2\";s:1:\"1\";s:8:\"vc_video\";s:1:\"1\";s:8:\"vc_gmaps\";s:1:\"1\";s:11:\"vc_raw_html\";s:1:\"1\";s:9:\"vc_raw_js\";s:1:\"1\";s:9:\"vc_flickr\";s:1:\"1\";s:15:\"vc_progress_bar\";s:1:\"1\";s:6:\"vc_pie\";s:1:\"1\";s:14:\"contact-form-7\";s:1:\"1\";s:14:\"layerslider_vc\";s:1:\"1\";s:13:\"rev_slider_vc\";s:1:\"1\";s:14:\"dt_fancy_title\";s:1:\"1\";s:18:\"dt_fancy_separator\";s:1:\"1\";s:8:\"dt_quote\";s:1:\"1\";s:17:\"dt_call_to_action\";s:1:\"1\";s:9:\"dt_teaser\";s:1:\"1\";s:9:\"dt_banner\";s:1:\"1\";s:15:\"dt_contact_form\";s:1:\"1\";s:19:\"dt_blog_posts_small\";s:1:\"1\";s:13:\"dt_blog_posts\";s:1:\"1\";s:19:\"dt_portfolio_slider\";s:1:\"1\";s:12:\"dt_portfolio\";s:1:\"1\";s:18:\"dt_portfolio_jgrid\";s:1:\"1\";s:15:\"dt_small_photos\";s:1:\"1\";s:12:\"dt_slideshow\";s:1:\"1\";s:7:\"dt_team\";s:1:\"1\";s:8:\"dt_logos\";s:1:\"1\";s:15:\"dt_testimonials\";s:1:\"1\";s:6:\"dt_gap\";s:1:\"1\";s:10:\"dt_divider\";s:1:\"1\";s:14:\"dt_fancy_image\";s:1:\"1\";s:9:\"dt_button\";s:1:\"1\";s:10:\"dt_vc_list\";s:1:\"1\";s:14:\"dt_benefits_vc\";s:1:\"1\";}}}','yes'),(19462,'wpb_js_not_responsive_css','','yes'),(19516,'vc_version','5.1','yes'),(19520,'wpb_js_composer_license_activation_notified','yes','yes'),(20118,'loginlockdownAdminOptions','a:6:{s:17:\"max_login_retries\";s:1:\"3\";s:14:\"retries_within\";s:1:\"5\";s:14:\"lockout_length\";s:2:\"60\";s:25:\"lockout_invalid_usernames\";s:2:\"no\";s:17:\"mask_login_errors\";s:2:\"no\";s:16:\"show_credit_link\";s:3:\"yes\";}','yes'),(20119,'loginlockdown_db_version','1.0','no'),(20121,'loginlockdownmsrunonce','done','no'),(30005,'A2_Optimized_Plugin__version','2.0.10.9.4','yes'),(30006,'A2_Optimized_Plugin__installed','1','yes'),(30007,'a2_daily_cron_scheduled','1','yes'),(30008,'a2_optimized_plugin_upgrade__version','2.0.10.9.4','yes'),(30018,'w3tc_request_data','','no'),(30021,'_transient_w3tc_new_settings','a:3:{s:14:\"minify.enabled\";b:1;s:18:\"minify.html.enable\";b:1;s:18:\"common.instance_id\";i:929400003;}','yes'),(30022,'a2_block_xmlrpc','1','yes'),(30023,'a2_optimized_deny_direct','1','yes'),(30025,'ewww_image_optimizer_relative_migration_status','done','yes'),(30028,'ewww_image_optimizer_background_optimization','1','yes'),(30029,'ewww_image_optimizer_flag_attachments','','no'),(30030,'ewww_image_optimizer_ngg_attachments','','no'),(30031,'ewww_image_optimizer_noauto','','yes'),(30032,'ewww_image_optimizer_disable_editor','','yes'),(30033,'ewww_image_optimizer_debug','','yes'),(30034,'ewww_image_optimizer_metadata_remove','1','yes'),(30035,'ewww_image_optimizer_jpg_level','10','yes'),(30036,'ewww_image_optimizer_png_level','10','yes'),(30037,'ewww_image_optimizer_gif_level','10','yes'),(30038,'ewww_image_optimizer_pdf_level','0','yes'),(30039,'ewww_image_optimizer_exactdn','','yes'),(30040,'exactdn_all_the_things','1','yes'),(30041,'exactdn_lossy','1','yes'),(30042,'ewww_image_optimizer_lazy_load','','yes'),(30043,'ewww_image_optimizer_disable_pngout','1','yes'),(30044,'ewww_image_optimizer_optipng_level','2','yes'),(30045,'ewww_image_optimizer_pngout_level','2','yes'),(30046,'ewww_image_optimizer_webp_for_cdn','','yes'),(30047,'exactdn_never_been_active','1','no'),(30048,'ewww_image_optimizer_bulk_resume','','yes'),(30049,'ewww_image_optimizer_aux_resume','','yes'),(30050,'ewww_image_optimizer_version','480.0','yes'),(30055,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1578901537;s:7:\"checked\";a:5:{s:14:\"ledstaraytheme\";s:5:\"4.2.2\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(30058,'wp_less_stylesheet_data_e62c26d7da59dc07c4dd243b8420e5ec','a:1:{s:10:\"target_uri\";s:92:\"http://www.ledstaray.com/wp-content/uploads/wp-less/ledstaraytheme/css/custom-b4a11dba53.css\";}','yes'),(30059,'_transient_wp_less_compiled_e62c26d7da59dc07c4dd243b8420e5ec','a:4:{s:4:\"root\";s:85:\"/home/chinarso/public_html/ledstaray/wp-content/themes/ledstaraytheme/css/custom.less\";s:8:\"compiled\";N;s:5:\"files\";a:1:{s:85:\"/home/chinarso/public_html/ledstaray/wp-content/themes/ledstaraytheme/css/custom.less\";i:1480092146;}s:7:\"updated\";i:1560151037;}','yes'),(30064,'autoptimize_version','2.5.1','yes'),(30065,'autoptimize_service_availablity','a:2:{s:12:\"extra_imgopt\";a:3:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:26:\"https://cdn.shortpixel.ai/\";}s:16:\"launch-threshold\";s:4:\"4096\";}s:7:\"critcss\";a:2:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:24:\"https://criticalcss.com/\";}}}','yes'),(30085,'autoptimize_html','on','yes'),(30086,'autoptimize_html_keepcomments','','yes'),(30087,'autoptimize_js','','yes'),(30088,'autoptimize_js_aggregate','on','yes'),(30089,'autoptimize_js_exclude','wp-includes/js/dist/, wp-includes/js/tinymce/, js/jquery/jquery.js','yes'),(30090,'autoptimize_js_trycatch','','yes'),(30091,'autoptimize_js_justhead','','yes'),(30092,'autoptimize_js_forcehead','','yes'),(30093,'autoptimize_js_include_inline','','yes'),(30094,'autoptimize_css','','yes'),(30095,'autoptimize_css_aggregate','on','yes'),(30096,'autoptimize_css_exclude','wp-content/cache/, wp-content/uploads/, admin-bar.min.css, dashicons.min.css','yes'),(30097,'autoptimize_css_justhead','','yes'),(30098,'autoptimize_css_datauris','','yes'),(30099,'autoptimize_css_defer','','yes'),(30100,'autoptimize_css_defer_inline','','yes'),(30101,'autoptimize_css_inline','','yes'),(30102,'autoptimize_css_include_inline','on','yes'),(30103,'autoptimize_cdn_url','','yes'),(30104,'autoptimize_cache_clean','0','yes'),(30105,'autoptimize_cache_nogzip','on','yes'),(30106,'autoptimize_show_adv','1','yes'),(30107,'autoptimize_optimize_logged','on','yes'),(30108,'autoptimize_optimize_checkout','','yes'),(30109,'autoptimize_minify_excluded','on','yes'),(30126,'aj_enabled','0','yes'),(30127,'aj_method','async','yes'),(30128,'aj_enabled_logged','0','yes'),(30129,'aj_enabled_shop','0','yes'),(30130,'aj_jquery','exclude','yes'),(30131,'aj_async','','yes'),(30132,'aj_defer','','yes'),(30133,'aj_exclusions','','yes'),(30134,'aj_plugin_exclusions','','yes'),(30135,'aj_theme_exclusions','','yes'),(30136,'aj_autoptimize_enabled','0','yes'),(30137,'aj_autoptimize_method','async','yes'),(30138,'aj_version','2.18.12.10','yes'),(33660,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.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.3.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.2\";s:7:\"version\";s:5:\"5.3.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1578901534;s:15:\"version_checked\";s:5:\"5.3.2\";s:12:\"translations\";a:0:{}}','no'),(33663,'recovery_keys','a:0:{}','yes'),(33665,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1578901537;s:7:\"checked\";a:21:{s:39:\"a2-w3-total-cache/a2-w3-total-cache.php\";s:11:\"0.9.4.6.4.5\";s:32:\"a2-optimized-wp/a2-optimized.php\";s:10:\"2.0.10.9.7\";s:19:\"akismet/akismet.php\";s:5:\"4.1.3\";s:37:\"async-javascript/async-javascript.php\";s:10:\"2.19.07.14\";s:27:\"autoptimize/autoptimize.php\";s:5:\"2.6.1\";s:33:\"configure-smtp/configure-smtp.php\";s:3:\"3.1\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.1.6\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:5:\"5.1.4\";s:25:\"go_pricing/go_pricing.php\";s:5:\"2.4.2\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:6:\"7.10.3\";s:9:\"hello.php\";s:5:\"1.7.2\";s:56:\"jquery-vertical-accordion-menu/dcwp_jquery_accordion.php\";s:5:\"3.1.2\";s:27:\"LayerSlider/layerslider.php\";s:5:\"5.1.1\";s:38:\"recent-tweets-widget/recent-tweets.php\";s:5:\"1.6.8\";s:23:\"revslider/revslider.php\";s:5:\"4.5.4\";s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";s:5:\"3.2.9\";s:33:\"w3-total-cache/w3-total-cache.php\";s:6:\"0.12.0\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.4\";s:27:\"wp-optimize/wp-optimize.php\";s:6:\"3.0.15\";s:25:\"wp-sendsms/wp-sendsms.php\";s:3:\"1.1\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"12.8\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:17:{s:32:\"a2-optimized-wp/a2-optimized.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/a2-optimized-wp\";s:4:\"slug\";s:15:\"a2-optimized-wp\";s:6:\"plugin\";s:32:\"a2-optimized-wp/a2-optimized.php\";s:11:\"new_version\";s:10:\"2.0.10.9.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/a2-optimized-wp/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/a2-optimized-wp.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/a2-optimized-wp/assets/icon-256x256.png?rev=1554874\";s:2:\"1x\";s:68:\"https://ps.w.org/a2-optimized-wp/assets/icon-128x128.png?rev=1554874\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/a2-optimized-wp/assets/banner-1544x500.jpg?rev=1791498\";s:2:\"1x\";s:70:\"https://ps.w.org/a2-optimized-wp/assets/banner-772x250.jpg?rev=1791498\";}s:11:\"banners_rtl\";a:0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.3.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:37:\"async-javascript/async-javascript.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/async-javascript\";s:4:\"slug\";s:16:\"async-javascript\";s:6:\"plugin\";s:37:\"async-javascript/async-javascript.php\";s:11:\"new_version\";s:10:\"2.19.07.14\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/async-javascript/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/async-javascript.2.19.07.14.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/async-javascript/assets/icon-128x128.png?rev=1839260\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:27:\"autoptimize/autoptimize.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/autoptimize\";s:4:\"slug\";s:11:\"autoptimize\";s:6:\"plugin\";s:27:\"autoptimize/autoptimize.php\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/autoptimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/autoptimize.2.6.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-128x128.png?rev=1864142\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/autoptimize/assets/banner-772x250.jpg?rev=1315920\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"configure-smtp/configure-smtp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/configure-smtp\";s:4:\"slug\";s:14:\"configure-smtp\";s:6:\"plugin\";s:33:\"configure-smtp/configure-smtp.php\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/configure-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/configure-smtp.3.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:58:\"https://s.w.org/plugins/geopattern-icon/configure-smtp.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.6\";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.6.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:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/ewww-image-optimizer\";s:4:\"slug\";s:20:\"ewww-image-optimizer\";s:6:\"plugin\";s:45:\"ewww-image-optimizer/ewww-image-optimizer.php\";s:11:\"new_version\";s:5:\"5.1.4\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/ewww-image-optimizer/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/ewww-image-optimizer.5.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-256x256.png?rev=1582276\";s:2:\"1x\";s:73:\"https://ps.w.org/ewww-image-optimizer/assets/icon-128x128.png?rev=1582276\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/ewww-image-optimizer/assets/banner-1544x500.jpg?rev=1582276\";s:2:\"1x\";s:75:\"https://ps.w.org/ewww-image-optimizer/assets/banner-772x250.jpg?rev=1582276\";}s:11:\"banners_rtl\";a:0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:6:\"7.10.3\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.7.10.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:56:\"jquery-vertical-accordion-menu/dcwp_jquery_accordion.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:44:\"w.org/plugins/jquery-vertical-accordion-menu\";s:4:\"slug\";s:30:\"jquery-vertical-accordion-menu\";s:6:\"plugin\";s:56:\"jquery-vertical-accordion-menu/dcwp_jquery_accordion.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/jquery-vertical-accordion-menu/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/jquery-vertical-accordion-menu.3.1.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:81:\"https://s.w.org/plugins/geopattern-icon/jquery-vertical-accordion-menu_a5a7a8.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:84:\"https://ps.w.org/jquery-vertical-accordion-menu/assets/banner-772x250.png?rev=507582\";}s:11:\"banners_rtl\";a:0:{}}s:38:\"recent-tweets-widget/recent-tweets.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/recent-tweets-widget\";s:4:\"slug\";s:20:\"recent-tweets-widget\";s:6:\"plugin\";s:38:\"recent-tweets-widget/recent-tweets.php\";s:11:\"new_version\";s:5:\"1.6.8\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/recent-tweets-widget/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/recent-tweets-widget.1.6.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/recent-tweets-widget/assets/icon-256x256.png?rev=2223089\";s:2:\"1x\";s:73:\"https://ps.w.org/recent-tweets-widget/assets/icon-128x128.png?rev=2223089\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/recent-tweets-widget/assets/banner-772x250.png?rev=2223089\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/velvet-blues-update-urls\";s:4:\"slug\";s:24:\"velvet-blues-update-urls\";s:6:\"plugin\";s:53:\"velvet-blues-update-urls/velvet-blues-update-urls.php\";s:11:\"new_version\";s:5:\"3.2.9\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/velvet-blues-update-urls/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/velvet-blues-update-urls.3.2.9.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:75:\"https://s.w.org/plugins/geopattern-icon/velvet-blues-update-urls_727172.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/velvet-blues-update-urls/assets/banner-772x250.jpg?rev=486343\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:6:\"0.12.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.12.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.6.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.6.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"wp-optimize/wp-optimize.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/wp-optimize\";s:4:\"slug\";s:11:\"wp-optimize\";s:6:\"plugin\";s:27:\"wp-optimize/wp-optimize.php\";s:11:\"new_version\";s:6:\"3.0.15\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-optimize/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-optimize.3.0.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899\";s:2:\"1x\";s:64:\"https://ps.w.org/wp-optimize/assets/icon-128x128.png?rev=1552899\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-optimize/assets/banner-1544x500.png?rev=2125385\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-optimize/assets/banner-772x250.png?rev=2125385\";}s:11:\"banners_rtl\";a:0:{}}s:25:\"wp-sendsms/wp-sendsms.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:24:\"w.org/plugins/wp-sendsms\";s:4:\"slug\";s:10:\"wp-sendsms\";s:6:\"plugin\";s:25:\"wp-sendsms/wp-sendsms.php\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-sendsms/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/wp-sendsms.1.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:54:\"https://s.w.org/plugins/geopattern-icon/wp-sendsms.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"12.8\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.12.8.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1946641\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}}}}','no'),(33666,'updraft_task_manager_dbversion','1.1','yes'),(33667,'wpseo_license_server_version','2','yes'),(33669,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:5;s:4:\"hour\";i:21;s:6:\"minute\";i:55;s:6:\"second\";i:26;s:6:\"offset\";i:510926;s:8:\"initsend\";i:1579298126;}','yes'),(33670,'monsterinsights_over_time','a:3:{s:17:\"installed_version\";s:6:\"7.10.3\";s:14:\"installed_date\";i:1578751205;s:13:\"installed_pro\";b:0;}','yes'),(33671,'monsterinsights_db_version','7.4.0','yes'),(33672,'monsterinsights_current_version','7.10.3','yes'),(33673,'monsterinsights_settings','a:17:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:9:\"analytics\";}','yes'),(33674,'rewrite_rules','a:276:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$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:10:\"project/?$\";s:32:\"index.php?post_type=dt_portfolio\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=dt_portfolio&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=dt_portfolio&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=dt_portfolio&paged=$matches[1]\";s:10:\"dt_team/?$\";s:27:\"index.php?post_type=dt_team\";s:40:\"dt_team/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=dt_team&feed=$matches[1]\";s:35:\"dt_team/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=dt_team&feed=$matches[1]\";s:27:\"dt_team/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=dt_team&paged=$matches[1]\";s:11:\"dt_logos/?$\";s:28:\"index.php?post_type=dt_logos\";s:41:\"dt_logos/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=dt_logos&feed=$matches[1]\";s:36:\"dt_logos/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=dt_logos&feed=$matches[1]\";s:28:\"dt_logos/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=dt_logos&paged=$matches[1]\";s:14:\"dt_benefits/?$\";s:31:\"index.php?post_type=dt_benefits\";s:44:\"dt_benefits/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=dt_benefits&feed=$matches[1]\";s:39:\"dt_benefits/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=dt_benefits&feed=$matches[1]\";s:31:\"dt_benefits/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=dt_benefits&paged=$matches[1]\";s:13:\"dt_gallery/?$\";s:30:\"index.php?post_type=dt_gallery\";s:43:\"dt_gallery/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=dt_gallery&feed=$matches[1]\";s:38:\"dt_gallery/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=dt_gallery&feed=$matches[1]\";s:30:\"dt_gallery/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=dt_gallery&paged=$matches[1]\";s:15:\"dt_slideshow/?$\";s:32:\"index.php?post_type=dt_slideshow\";s:45:\"dt_slideshow/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=dt_slideshow&feed=$matches[1]\";s:40:\"dt_slideshow/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=dt_slideshow&feed=$matches[1]\";s:32:\"dt_slideshow/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=dt_slideshow&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:45:\"index.php?dt_portfolio=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:39:\"index.php?dt_portfolio=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?dt_portfolio=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?dt_portfolio=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?dt_portfolio=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?dt_portfolio=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?dt_portfolio=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?dt_portfolio_category=$matches[1]&feed=$matches[2]\";s:52:\"project-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?dt_portfolio_category=$matches[1]&feed=$matches[2]\";s:33:\"project-category/([^/]+)/embed/?$\";s:54:\"index.php?dt_portfolio_category=$matches[1]&embed=true\";s:45:\"project-category/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?dt_portfolio_category=$matches[1]&paged=$matches[2]\";s:27:\"project-category/([^/]+)/?$\";s:43:\"index.php?dt_portfolio_category=$matches[1]\";s:43:\"dt_testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"dt_testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"dt_testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"dt_testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"dt_testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"dt_testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"dt_testimonials/([^/]+)/embed/?$\";s:48:\"index.php?dt_testimonials=$matches[1]&embed=true\";s:36:\"dt_testimonials/([^/]+)/trackback/?$\";s:42:\"index.php?dt_testimonials=$matches[1]&tb=1\";s:44:\"dt_testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?dt_testimonials=$matches[1]&paged=$matches[2]\";s:51:\"dt_testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?dt_testimonials=$matches[1]&cpage=$matches[2]\";s:40:\"dt_testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?dt_testimonials=$matches[1]&page=$matches[2]\";s:32:\"dt_testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"dt_testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"dt_testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"dt_testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"dt_testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"dt_testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:65:\"dt_testimonials_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?dt_testimonials_category=$matches[1]&feed=$matches[2]\";s:60:\"dt_testimonials_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?dt_testimonials_category=$matches[1]&feed=$matches[2]\";s:41:\"dt_testimonials_category/([^/]+)/embed/?$\";s:57:\"index.php?dt_testimonials_category=$matches[1]&embed=true\";s:53:\"dt_testimonials_category/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?dt_testimonials_category=$matches[1]&paged=$matches[2]\";s:35:\"dt_testimonials_category/([^/]+)/?$\";s:46:\"index.php?dt_testimonials_category=$matches[1]\";s:35:\"dt_team/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"dt_team/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"dt_team/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"dt_team/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"dt_team/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"dt_team/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"dt_team/([^/]+)/embed/?$\";s:40:\"index.php?dt_team=$matches[1]&embed=true\";s:28:\"dt_team/([^/]+)/trackback/?$\";s:34:\"index.php?dt_team=$matches[1]&tb=1\";s:48:\"dt_team/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?dt_team=$matches[1]&feed=$matches[2]\";s:43:\"dt_team/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?dt_team=$matches[1]&feed=$matches[2]\";s:36:\"dt_team/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?dt_team=$matches[1]&paged=$matches[2]\";s:43:\"dt_team/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?dt_team=$matches[1]&cpage=$matches[2]\";s:32:\"dt_team/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?dt_team=$matches[1]&page=$matches[2]\";s:24:\"dt_team/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"dt_team/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"dt_team/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"dt_team/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"dt_team/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"dt_team/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"dt_team_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?dt_team_category=$matches[1]&feed=$matches[2]\";s:52:\"dt_team_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?dt_team_category=$matches[1]&feed=$matches[2]\";s:33:\"dt_team_category/([^/]+)/embed/?$\";s:49:\"index.php?dt_team_category=$matches[1]&embed=true\";s:45:\"dt_team_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?dt_team_category=$matches[1]&paged=$matches[2]\";s:27:\"dt_team_category/([^/]+)/?$\";s:38:\"index.php?dt_team_category=$matches[1]\";s:36:\"dt_logos/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"dt_logos/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"dt_logos/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"dt_logos/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"dt_logos/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"dt_logos/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"dt_logos/([^/]+)/embed/?$\";s:41:\"index.php?dt_logos=$matches[1]&embed=true\";s:29:\"dt_logos/([^/]+)/trackback/?$\";s:35:\"index.php?dt_logos=$matches[1]&tb=1\";s:49:\"dt_logos/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?dt_logos=$matches[1]&feed=$matches[2]\";s:44:\"dt_logos/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?dt_logos=$matches[1]&feed=$matches[2]\";s:37:\"dt_logos/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?dt_logos=$matches[1]&paged=$matches[2]\";s:44:\"dt_logos/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?dt_logos=$matches[1]&cpage=$matches[2]\";s:33:\"dt_logos/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?dt_logos=$matches[1]&page=$matches[2]\";s:25:\"dt_logos/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"dt_logos/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"dt_logos/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"dt_logos/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"dt_logos/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"dt_logos/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"dt_logos_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dt_logos_category=$matches[1]&feed=$matches[2]\";s:53:\"dt_logos_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?dt_logos_category=$matches[1]&feed=$matches[2]\";s:34:\"dt_logos_category/([^/]+)/embed/?$\";s:50:\"index.php?dt_logos_category=$matches[1]&embed=true\";s:46:\"dt_logos_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?dt_logos_category=$matches[1]&paged=$matches[2]\";s:28:\"dt_logos_category/([^/]+)/?$\";s:39:\"index.php?dt_logos_category=$matches[1]\";s:39:\"dt_benefits/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"dt_benefits/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"dt_benefits/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"dt_benefits/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"dt_benefits/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"dt_benefits/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"dt_benefits/([^/]+)/embed/?$\";s:44:\"index.php?dt_benefits=$matches[1]&embed=true\";s:32:\"dt_benefits/([^/]+)/trackback/?$\";s:38:\"index.php?dt_benefits=$matches[1]&tb=1\";s:52:\"dt_benefits/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?dt_benefits=$matches[1]&feed=$matches[2]\";s:47:\"dt_benefits/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?dt_benefits=$matches[1]&feed=$matches[2]\";s:40:\"dt_benefits/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?dt_benefits=$matches[1]&paged=$matches[2]\";s:47:\"dt_benefits/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?dt_benefits=$matches[1]&cpage=$matches[2]\";s:36:\"dt_benefits/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?dt_benefits=$matches[1]&page=$matches[2]\";s:28:\"dt_benefits/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"dt_benefits/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"dt_benefits/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"dt_benefits/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"dt_benefits/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"dt_benefits/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"dt_benefits_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?dt_benefits_category=$matches[1]&feed=$matches[2]\";s:56:\"dt_benefits_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?dt_benefits_category=$matches[1]&feed=$matches[2]\";s:37:\"dt_benefits_category/([^/]+)/embed/?$\";s:53:\"index.php?dt_benefits_category=$matches[1]&embed=true\";s:49:\"dt_benefits_category/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?dt_benefits_category=$matches[1]&paged=$matches[2]\";s:31:\"dt_benefits_category/([^/]+)/?$\";s:42:\"index.php?dt_benefits_category=$matches[1]\";s:38:\"dt_gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"dt_gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"dt_gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"dt_gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"dt_gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"dt_gallery/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"dt_gallery/([^/]+)/embed/?$\";s:43:\"index.php?dt_gallery=$matches[1]&embed=true\";s:31:\"dt_gallery/([^/]+)/trackback/?$\";s:37:\"index.php?dt_gallery=$matches[1]&tb=1\";s:51:\"dt_gallery/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?dt_gallery=$matches[1]&feed=$matches[2]\";s:46:\"dt_gallery/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?dt_gallery=$matches[1]&feed=$matches[2]\";s:39:\"dt_gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?dt_gallery=$matches[1]&paged=$matches[2]\";s:46:\"dt_gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?dt_gallery=$matches[1]&cpage=$matches[2]\";s:35:\"dt_gallery/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?dt_gallery=$matches[1]&page=$matches[2]\";s:27:\"dt_gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"dt_gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"dt_gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"dt_gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"dt_gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"dt_gallery/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:60:\"dt_gallery_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?dt_gallery_category=$matches[1]&feed=$matches[2]\";s:55:\"dt_gallery_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?dt_gallery_category=$matches[1]&feed=$matches[2]\";s:36:\"dt_gallery_category/([^/]+)/embed/?$\";s:52:\"index.php?dt_gallery_category=$matches[1]&embed=true\";s:48:\"dt_gallery_category/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?dt_gallery_category=$matches[1]&paged=$matches[2]\";s:30:\"dt_gallery_category/([^/]+)/?$\";s:41:\"index.php?dt_gallery_category=$matches[1]\";s:40:\"dt_slideshow/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"dt_slideshow/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"dt_slideshow/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"dt_slideshow/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"dt_slideshow/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"dt_slideshow/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"dt_slideshow/([^/]+)/embed/?$\";s:45:\"index.php?dt_slideshow=$matches[1]&embed=true\";s:33:\"dt_slideshow/([^/]+)/trackback/?$\";s:39:\"index.php?dt_slideshow=$matches[1]&tb=1\";s:53:\"dt_slideshow/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?dt_slideshow=$matches[1]&feed=$matches[2]\";s:48:\"dt_slideshow/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?dt_slideshow=$matches[1]&feed=$matches[2]\";s:41:\"dt_slideshow/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?dt_slideshow=$matches[1]&paged=$matches[2]\";s:48:\"dt_slideshow/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?dt_slideshow=$matches[1]&cpage=$matches[2]\";s:37:\"dt_slideshow/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?dt_slideshow=$matches[1]&page=$matches[2]\";s:29:\"dt_slideshow/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"dt_slideshow/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"dt_slideshow/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"dt_slideshow/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"dt_slideshow/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"dt_slideshow/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=594&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(33675,'_transient_timeout_wpseo_link_table_inaccessible','1610287227','no'),(33676,'_transient_wpseo_link_table_inaccessible','0','no'),(33677,'_transient_timeout_wpseo_meta_table_inaccessible','1610287227','no'),(33678,'_transient_wpseo_meta_table_inaccessible','0','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4926 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 (2,4,'_form','<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(3,4,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:38:\"[your-name] <donotreply@ledstaray.com>\";s:4:\"body\";s:172:\"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 LED Lights (http://www.ledstaray.com)\";s:9:\"recipient\";s:19:\"starayled@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),(4,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:34:\"LED Lights <vishdhanu@yahoo.co.in>\";s:4:\"body\";s:114:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on LED Lights (http://www.ledstaray.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:31:\"Reply-To: vishdhanu@yahoo.co.in\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5,4,'_messages','a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(6,4,'_additional_settings',''),(7,4,'_locale','en_US'),(10,38,'_edit_last','1'),(11,38,'_wpb_vc_js_status','false'),(12,38,'_wpb_vc_js_interface_version','2'),(13,38,'slide_template','default'),(14,38,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(16,38,'_dt_benefits_options_icon_code','<i class=\"fa fa-desktop\"></i>'),(17,38,'_dt_benefits_options_retina_image','a:0:{}'),(18,39,'_edit_last','1'),(19,39,'_wpb_vc_js_status','false'),(20,39,'_wpb_vc_js_interface_version','2'),(21,39,'slide_template','default'),(22,39,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(24,39,'_dt_benefits_options_icon_code','<i class=\"fa fa-code\"></i>'),(25,39,'_dt_benefits_options_retina_image','a:0:{}'),(26,40,'_edit_last','1'),(27,40,'_wpb_vc_js_status','false'),(28,40,'_wpb_vc_js_interface_version','2'),(29,40,'slide_template','default'),(30,40,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(32,40,'_dt_benefits_options_icon_code','<i class=\"fa fa-rocket\"></i>'),(33,40,'_dt_benefits_options_retina_image','a:0:{}'),(34,41,'_edit_last','1'),(35,41,'_wpb_vc_js_status','false'),(36,41,'_wpb_vc_js_interface_version','2'),(37,41,'slide_template','default'),(38,41,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(40,41,'_dt_benefits_options_icon_code','<i class=\"fa fa-pencil\"></i>'),(41,41,'_dt_benefits_options_retina_image','a:0:{}'),(42,44,'_edit_last','1'),(43,44,'_wpb_vc_js_status','false'),(44,44,'_wpb_vc_js_interface_version','2'),(45,44,'slide_template','default'),(46,44,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(48,44,'_dt_benefits_options_icon_code','<i class=\"fa fa-camera-retro\"></i>'),(49,44,'_dt_benefits_options_retina_image','a:0:{}'),(50,45,'_edit_last','1'),(51,45,'_wpb_vc_js_status','false'),(52,45,'_wpb_vc_js_interface_version','2'),(53,45,'slide_template','default'),(54,45,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(56,45,'_dt_benefits_options_icon_code','<i class=\"fa fa-bar-chart-o\"></i>'),(57,45,'_dt_benefits_options_retina_image','a:0:{}'),(58,75,'_edit_last','1'),(59,75,'_dt_logo_options_retina_logo','a:1:{i:0;i:76;}'),(60,75,'_thumbnail_id','77'),(61,75,'slide_template',''),(62,75,'_dt_logo_options_link','http://themeforest.net/item/the7-responsive-multipurpose-wordpress-theme/5556590'),(63,79,'_edit_last','1'),(64,79,'_thumbnail_id','81'),(65,79,'_dt_logo_options_retina_logo','a:1:{i:0;i:80;}'),(66,79,'slide_template',''),(67,79,'_dt_logo_options_link','http://themeforest.net/user/Dream-Theme'),(68,82,'_edit_last','1'),(69,82,'_dt_logo_options_retina_logo','a:1:{i:0;i:84;}'),(70,82,'_thumbnail_id','83'),(71,82,'slide_template',''),(72,82,'_dt_logo_options_link','http://themeforest.net/user/Dream-Theme'),(73,85,'_edit_last','1'),(74,85,'_dt_logo_options_retina_logo','a:1:{i:0;i:86;}'),(75,85,'_thumbnail_id','87'),(76,85,'slide_template',''),(77,85,'_dt_logo_options_link','http://themeforest.net/user/Dream-Theme'),(78,110,'_edit_last','1'),(79,110,'_dt_logo_options_retina_logo','a:1:{i:0;i:112;}'),(80,110,'_thumbnail_id','111'),(81,110,'slide_template',''),(82,110,'_dt_logo_options_link','http://themeforest.net/user/Dream-Theme'),(83,113,'_edit_last','1'),(84,113,'_dt_logo_options_retina_logo','a:1:{i:0;i:115;}'),(85,113,'_thumbnail_id','114'),(86,113,'slide_template',''),(87,113,'_dt_logo_options_link','http://themeforest.net/user/Dream-Theme'),(88,88,'_edit_last','1'),(89,88,'_dt_logo_options_retina_logo','a:1:{i:0;i:90;}'),(90,88,'_thumbnail_id','89'),(91,88,'slide_template',''),(92,88,'_dt_logo_options_link','http://themeforest.net/user/Dream-Theme'),(93,91,'_edit_last','1'),(94,91,'_thumbnail_id','97'),(95,91,'_dt_logo_options_retina_logo','a:1:{i:0;i:98;}'),(96,91,'slide_template',''),(97,91,'_dt_logo_options_link','http://themeforest.net/user/Dream-Theme'),(98,99,'_edit_last','1'),(99,99,'_dt_logo_options_retina_logo','a:1:{i:0;i:101;}'),(100,99,'_thumbnail_id','937'),(101,99,'slide_template','default'),(103,102,'_edit_last','1'),(104,102,'_dt_logo_options_retina_logo','a:1:{i:0;i:106;}'),(105,102,'slide_template','default'),(107,102,'_thumbnail_id','936'),(108,107,'_edit_last','1'),(109,107,'_dt_logo_options_retina_logo','a:1:{i:0;i:109;}'),(110,107,'_thumbnail_id','935'),(111,107,'slide_template','default'),(113,116,'_edit_last','1'),(114,116,'_dt_logo_options_retina_logo','a:1:{i:0;i:118;}'),(115,116,'_thumbnail_id','934'),(116,116,'slide_template','default'),(118,304,'_thumbnail_id','258'),(119,304,'_edit_last','1'),(120,304,'_wpb_vc_js_status','true'),(121,304,'_wpb_vc_js_interface_version','2'),(122,304,'slide_template',''),(123,304,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(124,304,'_dt_sidebar_position','disabled'),(125,304,'_dt_sidebar_widgetarea_id','sidebar_1'),(126,304,'_dt_footer_show','0'),(127,304,'_dt_footer_widgetarea_id','sidebar_2'),(128,304,'_dt_header_title','enabled'),(129,304,'_dt_header_background','normal'),(130,304,'_dt_slideshow_mode','porthole'),(131,304,'_dt_slideshow_3d_layout','fullscreen-content'),(132,304,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(133,304,'_dt_slideshow_layout','fullwidth'),(134,304,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(135,304,'_dt_slideshow_scaling','fill'),(136,304,'_dt_slideshow_autoplay','paused'),(137,304,'_dt_slideshow_autoslide_interval','5000'),(138,304,'_dt_slideshow_hide_captions','0'),(139,304,'_dt_slideshow_slides_in_raw','5'),(140,304,'_dt_slideshow_slides_in_column','3'),(141,304,'_dt_slideshow_revolution_slider','none'),(142,304,'_dt_slideshow_layer_slider','none'),(143,304,'_dt_slideshow_layer_show_bg_and_paddings','0'),(144,304,'_dt_fancy_header_title_aligment','left'),(145,304,'_dt_fancy_header_title_color','#000000'),(146,304,'_dt_fancy_header_subtitle_color','#000000'),(147,304,'_dt_fancy_header_bg_color','#ffffff'),(148,304,'_dt_fancy_header_bg_image','a:0:{}'),(149,304,'_dt_fancy_header_bg_repeat','no-repeat'),(150,304,'_dt_fancy_header_bg_position_x','center'),(151,304,'_dt_fancy_header_bg_position_y','center'),(152,304,'_dt_fancy_header_bg_fullscreen','1'),(153,304,'_dt_fancy_header_bg_fixed','0'),(154,304,'_dt_fancy_header_parallax_speed','0'),(155,304,'_dt_fancy_header_height','100'),(156,304,'_dt_project_media_items','a:0:{}'),(157,304,'_dt_project_media_options_layout','left'),(158,304,'_dt_project_media_options_type','slideshow'),(159,304,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(160,304,'_dt_project_media_options_gallery_columns','4'),(161,304,'_dt_project_media_options_gallery_make_first_big','1'),(162,304,'_dt_project_options_show_link','1'),(163,304,'_dt_project_options_link','http://themeforest.net/user/Dream-Theme/portfolio'),(164,304,'_dt_project_options_link_name','View online'),(165,304,'_dt_project_options_link_target','_blank'),(166,304,'_dt_project_options_hide_thumbnail','0'),(167,304,'_dt_project_options_open_thumbnail_in_lightbox','1'),(168,304,'_dt_project_options_related_mode','same'),(169,304,'_dt_project_options_related_categories',''),(170,304,'_dt_project_options_preview','normal'),(171,304,'_dt_project_options_preview_style','featured_image'),(172,304,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(173,307,'_thumbnail_id','138'),(174,307,'_edit_last','1'),(175,307,'_wpb_vc_js_status','false'),(176,307,'_wpb_vc_js_interface_version','2'),(177,307,'slide_template',''),(178,307,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(179,307,'_dt_sidebar_position','disabled'),(180,307,'_dt_sidebar_widgetarea_id','sidebar_1'),(181,307,'_dt_footer_show','0'),(182,307,'_dt_footer_widgetarea_id','sidebar_2'),(183,307,'_dt_header_title','enabled'),(184,307,'_dt_header_background','normal'),(185,307,'_dt_slideshow_mode','porthole'),(186,307,'_dt_slideshow_3d_layout','fullscreen-content'),(187,307,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(188,307,'_dt_slideshow_layout','fullwidth'),(189,307,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(190,307,'_dt_slideshow_scaling','fill'),(191,307,'_dt_slideshow_autoplay','paused'),(192,307,'_dt_slideshow_autoslide_interval','5000'),(193,307,'_dt_slideshow_hide_captions','0'),(194,307,'_dt_slideshow_slides_in_raw','5'),(195,307,'_dt_slideshow_slides_in_column','3'),(196,307,'_dt_slideshow_revolution_slider','none'),(197,307,'_dt_slideshow_layer_slider','none'),(198,307,'_dt_slideshow_layer_show_bg_and_paddings','0'),(199,307,'_dt_fancy_header_title_aligment','left'),(200,307,'_dt_fancy_header_title_color','#000000'),(201,307,'_dt_fancy_header_subtitle_color','#000000'),(202,307,'_dt_fancy_header_bg_color','#ffffff'),(203,307,'_dt_fancy_header_bg_image','a:0:{}'),(204,307,'_dt_fancy_header_bg_repeat','no-repeat'),(205,307,'_dt_fancy_header_bg_position_x','center'),(206,307,'_dt_fancy_header_bg_position_y','center'),(207,307,'_dt_fancy_header_bg_fullscreen','1'),(208,307,'_dt_fancy_header_bg_fixed','0'),(209,307,'_dt_fancy_header_parallax_speed','0'),(210,307,'_dt_fancy_header_height','100'),(211,307,'_dt_project_media_items','a:0:{}'),(212,307,'_dt_project_media_options_layout','right'),(213,307,'_dt_project_media_options_type','slideshow'),(214,307,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(215,307,'_dt_project_media_options_gallery_columns','4'),(216,307,'_dt_project_media_options_gallery_make_first_big','1'),(217,307,'_dt_project_options_show_link','0'),(218,307,'_dt_project_options_hide_thumbnail','0'),(219,307,'_dt_project_options_open_thumbnail_in_lightbox','1'),(220,307,'_dt_project_options_related_mode','custom'),(221,307,'_dt_project_options_related_categories','a:3:{i:0;s:2:\"29\";i:1;s:2:\"30\";i:2;s:2:\"28\";}'),(222,307,'_dt_project_options_preview','normal'),(223,307,'_dt_project_options_preview_style','featured_image'),(224,307,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(225,309,'_thumbnail_id','130'),(226,309,'_edit_last','1'),(227,309,'_wpb_vc_js_status','false'),(228,309,'_wpb_vc_js_interface_version','2'),(229,309,'slide_template',''),(230,309,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(231,309,'_dt_sidebar_position','disabled'),(232,309,'_dt_sidebar_widgetarea_id','sidebar_1'),(233,309,'_dt_footer_show','0'),(234,309,'_dt_footer_widgetarea_id','sidebar_2'),(235,309,'_dt_header_title','enabled'),(236,309,'_dt_header_background','normal'),(237,309,'_dt_slideshow_mode','porthole'),(238,309,'_dt_slideshow_3d_layout','fullscreen-content'),(239,309,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(240,309,'_dt_slideshow_layout','fullwidth'),(241,309,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(242,309,'_dt_slideshow_scaling','fill'),(243,309,'_dt_slideshow_autoplay','paused'),(244,309,'_dt_slideshow_autoslide_interval','5000'),(245,309,'_dt_slideshow_hide_captions','0'),(246,309,'_dt_slideshow_slides_in_raw','5'),(247,309,'_dt_slideshow_slides_in_column','3'),(248,309,'_dt_slideshow_revolution_slider','none'),(249,309,'_dt_slideshow_layer_slider','none'),(250,309,'_dt_slideshow_layer_show_bg_and_paddings','0'),(251,309,'_dt_fancy_header_title_aligment','left'),(252,309,'_dt_fancy_header_title_color','#000000'),(253,309,'_dt_fancy_header_subtitle_color','#000000'),(254,309,'_dt_fancy_header_bg_color','#ffffff'),(255,309,'_dt_fancy_header_bg_image','a:0:{}'),(256,309,'_dt_fancy_header_bg_repeat','no-repeat'),(257,309,'_dt_fancy_header_bg_position_x','center'),(258,309,'_dt_fancy_header_bg_position_y','center'),(259,309,'_dt_fancy_header_bg_fullscreen','1'),(260,309,'_dt_fancy_header_bg_fixed','0'),(261,309,'_dt_fancy_header_parallax_speed','0'),(262,309,'_dt_fancy_header_height','100'),(263,309,'_dt_project_media_items','a:0:{}'),(264,309,'_dt_project_media_options_layout','right'),(265,309,'_dt_project_media_options_type','slideshow'),(266,309,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(267,309,'_dt_project_media_options_gallery_columns','4'),(268,309,'_dt_project_media_options_gallery_make_first_big','1'),(269,309,'_dt_project_options_show_link','1'),(270,309,'_dt_project_options_hide_thumbnail','0'),(271,309,'_dt_project_options_open_thumbnail_in_lightbox','0'),(272,309,'_dt_project_options_related_mode','custom'),(273,309,'_dt_project_options_related_categories','a:4:{i:0;s:2:\"29\";i:1;s:2:\"30\";i:2;s:2:\"28\";i:3;s:2:\"31\";}'),(274,309,'_dt_project_options_preview','normal'),(275,309,'_dt_project_options_preview_style','featured_image'),(276,309,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(277,309,'_dt_project_options_link','http://themeforest.net/user/Dream-Theme'),(278,309,'_dt_project_options_link_name','View online'),(279,309,'_dt_project_options_link_target','_blank'),(280,312,'_dt_project_media_items','a:9:{i:0;i:151;i:1;i:194;i:2;i:193;i:3;i:344;i:4;i:192;i:5;i:125;i:6;i:337;i:7;i:195;i:8;i:157;}'),(281,312,'_thumbnail_id','196'),(282,312,'_wpb_vc_js_status','true'),(283,312,'_wpb_vc_js_interface_version','2'),(284,312,'slide_template',''),(285,312,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(286,312,'_dt_sidebar_position','disabled'),(287,312,'_dt_sidebar_widgetarea_id','sidebar_1'),(288,312,'_dt_footer_show','0'),(289,312,'_dt_footer_widgetarea_id','sidebar_2'),(290,312,'_edit_last','1'),(291,312,'_dt_header_title','enabled'),(292,312,'_dt_header_background','normal'),(293,312,'_dt_slideshow_mode','porthole'),(294,312,'_dt_slideshow_3d_layout','fullscreen-content'),(295,312,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(296,312,'_dt_slideshow_layout','fullwidth'),(297,312,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(298,312,'_dt_slideshow_scaling','fill'),(299,312,'_dt_slideshow_autoplay','paused'),(300,312,'_dt_slideshow_autoslide_interval','5000'),(301,312,'_dt_slideshow_hide_captions','0'),(302,312,'_dt_slideshow_slides_in_raw','5'),(303,312,'_dt_slideshow_slides_in_column','3'),(304,312,'_dt_slideshow_revolution_slider','none'),(305,312,'_dt_slideshow_layer_slider','none'),(306,312,'_dt_slideshow_layer_show_bg_and_paddings','0'),(307,312,'_dt_fancy_header_title_aligment','left'),(308,312,'_dt_fancy_header_title_color','#000000'),(309,312,'_dt_fancy_header_subtitle_color','#000000'),(310,312,'_dt_fancy_header_bg_color','#ffffff'),(311,312,'_dt_fancy_header_bg_image','a:0:{}'),(312,312,'_dt_fancy_header_bg_repeat','no-repeat'),(313,312,'_dt_fancy_header_bg_position_x','center'),(314,312,'_dt_fancy_header_bg_position_y','center'),(315,312,'_dt_fancy_header_bg_fullscreen','1'),(316,312,'_dt_fancy_header_bg_fixed','0'),(317,312,'_dt_fancy_header_parallax_speed','0'),(318,312,'_dt_fancy_header_height','100'),(319,312,'_dt_project_media_options_layout','before'),(320,312,'_dt_project_media_options_type','gallery'),(321,312,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(322,312,'_dt_project_media_options_gallery_columns','5'),(323,312,'_dt_project_media_options_gallery_make_first_big','0'),(324,312,'_dt_project_options_show_link','1'),(325,312,'_dt_project_options_hide_thumbnail','0'),(326,312,'_dt_project_options_open_thumbnail_in_lightbox','0'),(327,312,'_dt_project_options_related_mode','custom'),(328,312,'_dt_project_options_related_categories','a:3:{i:0;s:2:\"29\";i:1;s:2:\"28\";i:2;s:2:\"31\";}'),(329,312,'_dt_project_options_preview','normal'),(330,312,'_dt_project_options_preview_style','featured_image'),(331,312,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(332,312,'_dt_project_options_link','http://themeforest.net/user/Dream-Theme'),(333,312,'_dt_project_options_link_name','View online'),(334,317,'_dt_project_media_items','a:2:{i:0;i:185;i:1;i:184;}'),(335,317,'_edit_last','1'),(336,317,'_wpb_vc_js_status','false'),(337,317,'_wpb_vc_js_interface_version','0'),(338,317,'slide_template',''),(339,317,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(340,317,'_dt_sidebar_position','disabled'),(341,317,'_dt_sidebar_widgetarea_id','sidebar_1'),(342,317,'_dt_footer_show','0'),(343,317,'_dt_footer_widgetarea_id','sidebar_2'),(344,317,'_dt_header_title','enabled'),(345,317,'_dt_header_background','normal'),(346,317,'_dt_slideshow_mode','porthole'),(347,317,'_dt_slideshow_3d_layout','fullscreen-content'),(348,317,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(349,317,'_dt_slideshow_layout','fullwidth'),(350,317,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(351,317,'_dt_slideshow_scaling','fill'),(352,317,'_dt_slideshow_autoplay','paused'),(353,317,'_dt_slideshow_autoslide_interval','5000'),(354,317,'_dt_slideshow_hide_captions','0'),(355,317,'_dt_slideshow_slides_in_raw','5'),(356,317,'_dt_slideshow_slides_in_column','3'),(357,317,'_dt_slideshow_revolution_slider','none'),(358,317,'_dt_slideshow_layer_slider','none'),(359,317,'_dt_slideshow_layer_show_bg_and_paddings','0'),(360,317,'_dt_fancy_header_title_aligment','left'),(361,317,'_dt_fancy_header_title_color','#000000'),(362,317,'_dt_fancy_header_subtitle_color','#000000'),(363,317,'_dt_fancy_header_bg_color','#ffffff'),(364,317,'_dt_fancy_header_bg_image','a:0:{}'),(365,317,'_dt_fancy_header_bg_repeat','no-repeat'),(366,317,'_dt_fancy_header_bg_position_x','center'),(367,317,'_dt_fancy_header_bg_position_y','center'),(368,317,'_dt_fancy_header_bg_fullscreen','1'),(369,317,'_dt_fancy_header_bg_fixed','0'),(370,317,'_dt_fancy_header_parallax_speed','0'),(371,317,'_dt_fancy_header_height','100'),(372,317,'_dt_project_media_options_layout','left'),(373,317,'_dt_project_media_options_type','slideshow'),(374,317,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:2:\"14\";s:6:\"height\";s:1:\"8\";}'),(375,317,'_dt_project_media_options_gallery_columns','4'),(376,317,'_dt_project_media_options_gallery_make_first_big','1'),(377,317,'_dt_project_options_show_link','1'),(378,317,'_dt_project_options_hide_thumbnail','0'),(379,317,'_dt_project_options_open_thumbnail_in_lightbox','0'),(380,317,'_dt_project_options_related_mode','custom'),(381,317,'_dt_project_options_related_categories','a:2:{i:0;s:2:\"29\";i:1;s:2:\"30\";}'),(382,317,'_dt_project_options_preview','normal'),(383,317,'_dt_project_options_preview_style','featured_image'),(384,317,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(385,317,'_dt_project_options_link','http://themeforest.net/user/Dream-Theme'),(386,317,'_dt_project_options_link_name','View online'),(387,317,'_dt_project_options_link_target','_blank'),(388,317,'_thumbnail_id','591'),(389,319,'_edit_last','1'),(390,319,'_thumbnail_id','320'),(391,319,'_wpb_vc_js_status','false'),(392,319,'_wpb_vc_js_interface_version','2'),(393,319,'slide_template',''),(394,319,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(395,319,'_dt_sidebar_position','disabled'),(396,319,'_dt_sidebar_widgetarea_id','sidebar_1'),(397,319,'_dt_footer_show','0'),(398,319,'_dt_footer_widgetarea_id','sidebar_2'),(399,319,'_dt_header_title','enabled'),(400,319,'_dt_header_background','normal'),(401,319,'_dt_slideshow_mode','porthole'),(402,319,'_dt_slideshow_3d_layout','fullscreen-content'),(403,319,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(404,319,'_dt_slideshow_layout','fullwidth'),(405,319,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(406,319,'_dt_slideshow_scaling','fill'),(407,319,'_dt_slideshow_autoplay','paused'),(408,319,'_dt_slideshow_autoslide_interval','5000'),(409,319,'_dt_slideshow_hide_captions','0'),(410,319,'_dt_slideshow_slides_in_raw','5'),(411,319,'_dt_slideshow_slides_in_column','3'),(412,319,'_dt_slideshow_revolution_slider','none'),(413,319,'_dt_slideshow_layer_slider','none'),(414,319,'_dt_slideshow_layer_show_bg_and_paddings','0'),(415,319,'_dt_fancy_header_title_aligment','left'),(416,319,'_dt_fancy_header_title_color','#000000'),(417,319,'_dt_fancy_header_subtitle_color','#000000'),(418,319,'_dt_fancy_header_bg_color','#ffffff'),(419,319,'_dt_fancy_header_bg_image','a:0:{}'),(420,319,'_dt_fancy_header_bg_repeat','no-repeat'),(421,319,'_dt_fancy_header_bg_position_x','center'),(422,319,'_dt_fancy_header_bg_position_y','center'),(423,319,'_dt_fancy_header_bg_fullscreen','1'),(424,319,'_dt_fancy_header_bg_fixed','0'),(425,319,'_dt_fancy_header_parallax_speed','0'),(426,319,'_dt_fancy_header_height','100'),(427,319,'_dt_project_media_items','a:0:{}'),(428,319,'_dt_project_media_options_layout','left'),(429,319,'_dt_project_media_options_type','slideshow'),(430,319,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(431,319,'_dt_project_media_options_gallery_columns','4'),(432,319,'_dt_project_media_options_gallery_make_first_big','1'),(433,319,'_dt_project_options_show_link','0'),(434,319,'_dt_project_options_hide_thumbnail','0'),(435,319,'_dt_project_options_open_thumbnail_in_lightbox','0'),(436,319,'_dt_project_options_related_mode','custom'),(437,319,'_dt_project_options_related_categories','a:3:{i:0;s:2:\"29\";i:1;s:2:\"30\";i:2;s:2:\"28\";}'),(438,319,'_dt_project_options_preview','normal'),(439,319,'_dt_project_options_preview_style','featured_image'),(440,319,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(441,325,'_thumbnail_id','326'),(442,325,'_edit_last','1'),(443,325,'_wpb_vc_js_status','false'),(444,325,'_wpb_vc_js_interface_version','2'),(445,325,'slide_template',''),(446,325,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(447,325,'_dt_sidebar_position','disabled'),(448,325,'_dt_sidebar_widgetarea_id','sidebar_1'),(449,325,'_dt_footer_show','1'),(450,325,'_dt_footer_widgetarea_id','sidebar_2'),(451,325,'_dt_header_title','enabled'),(452,325,'_dt_header_background','normal'),(453,325,'_dt_slideshow_mode','porthole'),(454,325,'_dt_slideshow_3d_layout','fullscreen-content'),(455,325,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(456,325,'_dt_slideshow_layout','fullwidth'),(457,325,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(458,325,'_dt_slideshow_scaling','fill'),(459,325,'_dt_slideshow_autoplay','paused'),(460,325,'_dt_slideshow_autoslide_interval','5000'),(461,325,'_dt_slideshow_hide_captions','0'),(462,325,'_dt_slideshow_slides_in_raw','5'),(463,325,'_dt_slideshow_slides_in_column','3'),(464,325,'_dt_slideshow_revolution_slider','none'),(465,325,'_dt_slideshow_layer_slider','none'),(466,325,'_dt_slideshow_layer_show_bg_and_paddings','0'),(467,325,'_dt_fancy_header_title_aligment','left'),(468,325,'_dt_fancy_header_title_color','#000000'),(469,325,'_dt_fancy_header_subtitle_color','#000000'),(470,325,'_dt_fancy_header_bg_color','#ffffff'),(471,325,'_dt_fancy_header_bg_image','a:0:{}'),(472,325,'_dt_fancy_header_bg_repeat','no-repeat'),(473,325,'_dt_fancy_header_bg_position_x','center'),(474,325,'_dt_fancy_header_bg_position_y','center'),(475,325,'_dt_fancy_header_bg_fullscreen','1'),(476,325,'_dt_fancy_header_bg_fixed','0'),(477,325,'_dt_fancy_header_parallax_speed','0'),(478,325,'_dt_fancy_header_height','100'),(479,325,'_dt_project_media_items','a:2:{i:0;i:262;i:1;i:138;}'),(480,325,'_dt_project_media_options_layout','left'),(481,325,'_dt_project_media_options_type','list'),(482,325,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(483,325,'_dt_project_media_options_gallery_columns','4'),(484,325,'_dt_project_media_options_gallery_make_first_big','1'),(485,325,'_dt_project_options_show_link','0'),(486,325,'_dt_project_options_hide_thumbnail','0'),(487,325,'_dt_project_options_open_thumbnail_in_lightbox','1'),(488,325,'_dt_project_options_related_mode','custom'),(489,325,'_dt_project_options_related_categories',''),(490,325,'_dt_project_options_preview','normal'),(491,325,'_dt_project_options_preview_style','featured_image'),(492,325,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(493,328,'_thumbnail_id','157'),(494,328,'_edit_last','1'),(495,328,'_wpb_vc_js_status','true'),(496,328,'_wpb_vc_js_interface_version','2'),(497,328,'slide_template',''),(498,328,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(499,328,'_dt_sidebar_position','disabled'),(500,328,'_dt_sidebar_widgetarea_id','sidebar_1'),(501,328,'_dt_footer_show','0'),(502,328,'_dt_footer_widgetarea_id','sidebar_2'),(503,328,'_dt_header_title','enabled'),(504,328,'_dt_header_background','normal'),(505,328,'_dt_slideshow_mode','porthole'),(506,328,'_dt_slideshow_3d_layout','fullscreen-content'),(507,328,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(508,328,'_dt_slideshow_layout','fullwidth'),(509,328,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(510,328,'_dt_slideshow_scaling','fill'),(511,328,'_dt_slideshow_autoplay','paused'),(512,328,'_dt_slideshow_autoslide_interval','5000'),(513,328,'_dt_slideshow_hide_captions','0'),(514,328,'_dt_slideshow_slides_in_raw','5'),(515,328,'_dt_slideshow_slides_in_column','3'),(516,328,'_dt_slideshow_revolution_slider','none'),(517,328,'_dt_slideshow_layer_slider','none'),(518,328,'_dt_slideshow_layer_show_bg_and_paddings','0'),(519,328,'_dt_fancy_header_title_aligment','left'),(520,328,'_dt_fancy_header_title_color','#000000'),(521,328,'_dt_fancy_header_subtitle_color','#000000'),(522,328,'_dt_fancy_header_bg_color','#ffffff'),(523,328,'_dt_fancy_header_bg_image','a:0:{}'),(524,328,'_dt_fancy_header_bg_repeat','no-repeat'),(525,328,'_dt_fancy_header_bg_position_x','center'),(526,328,'_dt_fancy_header_bg_position_y','center'),(527,328,'_dt_fancy_header_bg_fullscreen','1'),(528,328,'_dt_fancy_header_bg_fixed','0'),(529,328,'_dt_fancy_header_parallax_speed','0'),(530,328,'_dt_fancy_header_height','100'),(531,328,'_dt_project_media_items','a:8:{i:0;i:257;i:1;i:258;i:2;i:192;i:3;i:178;i:4;i:160;i:5;i:172;i:6;i:130;i:7;i:163;}'),(532,328,'_dt_project_media_options_layout','after'),(533,328,'_dt_project_media_options_type','gallery'),(534,328,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(535,328,'_dt_project_media_options_gallery_columns','6'),(536,328,'_dt_project_media_options_gallery_make_first_big','1'),(537,328,'_dt_project_options_show_link','0'),(538,328,'_dt_project_options_hide_thumbnail','0'),(539,328,'_dt_project_options_open_thumbnail_in_lightbox','0'),(540,328,'_dt_project_options_related_mode','custom'),(541,328,'_dt_project_options_related_categories','a:2:{i:0;s:2:\"29\";i:1;s:2:\"31\";}'),(542,328,'_dt_project_options_preview','normal'),(543,328,'_dt_project_options_preview_style','featured_image'),(544,328,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(545,331,'_thumbnail_id','332'),(546,331,'_edit_last','1'),(547,331,'_wpb_vc_js_status','false'),(548,331,'_wpb_vc_js_interface_version','2'),(549,331,'slide_template',''),(550,331,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(551,331,'_dt_sidebar_position','disabled'),(552,331,'_dt_sidebar_widgetarea_id','sidebar_1'),(553,331,'_dt_footer_show','1'),(554,331,'_dt_footer_widgetarea_id','sidebar_2'),(555,331,'_dt_header_title','enabled'),(556,331,'_dt_header_background','normal'),(557,331,'_dt_slideshow_mode','porthole'),(558,331,'_dt_slideshow_3d_layout','fullscreen-content'),(559,331,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(560,331,'_dt_slideshow_layout','fullwidth'),(561,331,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(562,331,'_dt_slideshow_scaling','fill'),(563,331,'_dt_slideshow_autoplay','paused'),(564,331,'_dt_slideshow_autoslide_interval','5000'),(565,331,'_dt_slideshow_hide_captions','0'),(566,331,'_dt_slideshow_slides_in_raw','5'),(567,331,'_dt_slideshow_slides_in_column','3'),(568,331,'_dt_slideshow_revolution_slider','none'),(569,331,'_dt_slideshow_layer_slider','none'),(570,331,'_dt_slideshow_layer_show_bg_and_paddings','0'),(571,331,'_dt_fancy_header_title_aligment','left'),(572,331,'_dt_fancy_header_title_color','#000000'),(573,331,'_dt_fancy_header_subtitle_color','#000000'),(574,331,'_dt_fancy_header_bg_color','#ffffff'),(575,331,'_dt_fancy_header_bg_image','a:0:{}'),(576,331,'_dt_fancy_header_bg_repeat','no-repeat'),(577,331,'_dt_fancy_header_bg_position_x','center'),(578,331,'_dt_fancy_header_bg_position_y','center'),(579,331,'_dt_fancy_header_bg_fullscreen','1'),(580,331,'_dt_fancy_header_bg_fixed','0'),(581,331,'_dt_fancy_header_parallax_speed','0'),(582,331,'_dt_fancy_header_height','100'),(583,331,'_dt_project_media_items','a:0:{}'),(584,331,'_dt_project_media_options_layout','left'),(585,331,'_dt_project_media_options_type','slideshow'),(586,331,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(587,331,'_dt_project_media_options_gallery_columns','4'),(588,331,'_dt_project_media_options_gallery_make_first_big','1'),(589,331,'_dt_project_options_show_link','0'),(590,331,'_dt_project_options_hide_thumbnail','0'),(591,331,'_dt_project_options_open_thumbnail_in_lightbox','0'),(592,331,'_dt_project_options_related_mode','custom'),(593,331,'_dt_project_options_related_categories',''),(594,331,'_dt_project_options_preview','normal'),(595,331,'_dt_project_options_preview_style','featured_image'),(596,331,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(597,334,'_thumbnail_id','151'),(598,334,'_edit_last','1'),(599,334,'_wpb_vc_js_status','false'),(600,334,'_wpb_vc_js_interface_version','2'),(601,334,'slide_template',''),(602,334,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(603,334,'_dt_sidebar_position','disabled'),(604,334,'_dt_sidebar_widgetarea_id','sidebar_1'),(605,334,'_dt_footer_show','1'),(606,334,'_dt_footer_widgetarea_id','sidebar_2'),(607,334,'_dt_header_title','enabled'),(608,334,'_dt_header_background','normal'),(609,334,'_dt_slideshow_mode','porthole'),(610,334,'_dt_slideshow_3d_layout','fullscreen-content'),(611,334,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(612,334,'_dt_slideshow_layout','fullwidth'),(613,334,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(614,334,'_dt_slideshow_scaling','fill'),(615,334,'_dt_slideshow_autoplay','paused'),(616,334,'_dt_slideshow_autoslide_interval','5000'),(617,334,'_dt_slideshow_hide_captions','0'),(618,334,'_dt_slideshow_slides_in_raw','5'),(619,334,'_dt_slideshow_slides_in_column','3'),(620,334,'_dt_slideshow_revolution_slider','none'),(621,334,'_dt_slideshow_layer_slider','none'),(622,334,'_dt_slideshow_layer_show_bg_and_paddings','0'),(623,334,'_dt_fancy_header_title_aligment','left'),(624,334,'_dt_fancy_header_title_color','#000000'),(625,334,'_dt_fancy_header_subtitle_color','#000000'),(626,334,'_dt_fancy_header_bg_color','#ffffff'),(627,334,'_dt_fancy_header_bg_image','a:0:{}'),(628,334,'_dt_fancy_header_bg_repeat','no-repeat'),(629,334,'_dt_fancy_header_bg_position_x','center'),(630,334,'_dt_fancy_header_bg_position_y','center'),(631,334,'_dt_fancy_header_bg_fullscreen','1'),(632,334,'_dt_fancy_header_bg_fixed','0'),(633,334,'_dt_fancy_header_parallax_speed','0'),(634,334,'_dt_fancy_header_height','100'),(635,334,'_dt_project_media_items','a:11:{i:0;i:257;i:1;i:343;i:2;i:339;i:3;i:160;i:4;i:130;i:5;i:344;i:6;i:341;i:7;i:178;i:8;i:342;i:9;i:172;i:10;i:258;}'),(636,334,'_dt_project_media_options_layout','left'),(637,334,'_dt_project_media_options_type','gallery'),(638,334,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(639,334,'_dt_project_media_options_gallery_columns','5'),(640,334,'_dt_project_media_options_gallery_make_first_big','1'),(641,334,'_dt_project_options_show_link','0'),(642,334,'_dt_project_options_hide_thumbnail','0'),(643,334,'_dt_project_options_open_thumbnail_in_lightbox','0'),(644,334,'_dt_project_options_related_mode','same'),(645,334,'_dt_project_options_related_categories',''),(646,334,'_dt_project_options_preview','normal'),(647,334,'_dt_project_options_preview_style','featured_image'),(648,334,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(649,345,'_edit_last','1'),(650,345,'_thumbnail_id','262'),(651,345,'_wpb_vc_js_status','false'),(652,345,'_wpb_vc_js_interface_version','2'),(653,345,'slide_template',''),(654,345,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(655,345,'_dt_sidebar_position','disabled'),(656,345,'_dt_sidebar_widgetarea_id','sidebar_1'),(657,345,'_dt_footer_show','1'),(658,345,'_dt_footer_widgetarea_id','sidebar_2'),(659,345,'_dt_header_title','enabled'),(660,345,'_dt_header_background','normal'),(661,345,'_dt_slideshow_mode','porthole'),(662,345,'_dt_slideshow_3d_layout','fullscreen-content'),(663,345,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(664,345,'_dt_slideshow_layout','fullwidth'),(665,345,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(666,345,'_dt_slideshow_scaling','fill'),(667,345,'_dt_slideshow_autoplay','paused'),(668,345,'_dt_slideshow_autoslide_interval','5000'),(669,345,'_dt_slideshow_hide_captions','0'),(670,345,'_dt_slideshow_slides_in_raw','5'),(671,345,'_dt_slideshow_slides_in_column','3'),(672,345,'_dt_slideshow_revolution_slider','none'),(673,345,'_dt_slideshow_layer_slider','none'),(674,345,'_dt_slideshow_layer_show_bg_and_paddings','0'),(675,345,'_dt_fancy_header_title_aligment','left'),(676,345,'_dt_fancy_header_title_color','#000000'),(677,345,'_dt_fancy_header_subtitle_color','#000000'),(678,345,'_dt_fancy_header_bg_color','#ffffff'),(679,345,'_dt_fancy_header_bg_image','a:0:{}'),(680,345,'_dt_fancy_header_bg_repeat','no-repeat'),(681,345,'_dt_fancy_header_bg_position_x','center'),(682,345,'_dt_fancy_header_bg_position_y','center'),(683,345,'_dt_fancy_header_bg_fullscreen','1'),(684,345,'_dt_fancy_header_bg_fixed','0'),(685,345,'_dt_fancy_header_parallax_speed','0'),(686,345,'_dt_fancy_header_height','100'),(687,345,'_dt_project_media_items','a:0:{}'),(688,345,'_dt_project_media_options_layout','left'),(689,345,'_dt_project_media_options_type','slideshow'),(690,345,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(691,345,'_dt_project_media_options_gallery_columns','4'),(692,345,'_dt_project_media_options_gallery_make_first_big','1'),(693,345,'_dt_project_options_show_link','0'),(694,345,'_dt_project_options_hide_thumbnail','0'),(695,345,'_dt_project_options_open_thumbnail_in_lightbox','0'),(696,345,'_dt_project_options_related_mode','same'),(697,345,'_dt_project_options_related_categories',''),(698,345,'_dt_project_options_preview','normal'),(699,345,'_dt_project_options_preview_style','featured_image'),(700,345,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(701,351,'_thumbnail_id','352'),(702,351,'_edit_last','1'),(703,351,'_wpb_vc_js_status','false'),(704,351,'_wpb_vc_js_interface_version','2'),(705,351,'slide_template',''),(706,351,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(707,351,'_dt_sidebar_position','disabled'),(708,351,'_dt_sidebar_widgetarea_id','sidebar_1'),(709,351,'_dt_footer_show','1'),(710,351,'_dt_footer_widgetarea_id','sidebar_2'),(711,351,'_dt_header_title','enabled'),(712,351,'_dt_header_background','normal'),(713,351,'_dt_slideshow_mode','porthole'),(714,351,'_dt_slideshow_3d_layout','fullscreen-content'),(715,351,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(716,351,'_dt_slideshow_layout','fullwidth'),(717,351,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(718,351,'_dt_slideshow_scaling','fill'),(719,351,'_dt_slideshow_autoplay','paused'),(720,351,'_dt_slideshow_autoslide_interval','5000'),(721,351,'_dt_slideshow_hide_captions','0'),(722,351,'_dt_slideshow_slides_in_raw','5'),(723,351,'_dt_slideshow_slides_in_column','3'),(724,351,'_dt_slideshow_revolution_slider','none'),(725,351,'_dt_slideshow_layer_slider','none'),(726,351,'_dt_slideshow_layer_show_bg_and_paddings','0'),(727,351,'_dt_fancy_header_title_aligment','left'),(728,351,'_dt_fancy_header_title_color','#000000'),(729,351,'_dt_fancy_header_subtitle_color','#000000'),(730,351,'_dt_fancy_header_bg_color','#ffffff'),(731,351,'_dt_fancy_header_bg_image','a:0:{}'),(732,351,'_dt_fancy_header_bg_repeat','no-repeat'),(733,351,'_dt_fancy_header_bg_position_x','center'),(734,351,'_dt_fancy_header_bg_position_y','center'),(735,351,'_dt_fancy_header_bg_fullscreen','1'),(736,351,'_dt_fancy_header_bg_fixed','0'),(737,351,'_dt_fancy_header_parallax_speed','0'),(738,351,'_dt_fancy_header_height','100'),(739,351,'_dt_project_media_items','a:0:{}'),(740,351,'_dt_project_media_options_layout','right'),(741,351,'_dt_project_media_options_type','slideshow'),(742,351,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(743,351,'_dt_project_media_options_gallery_columns','4'),(744,351,'_dt_project_media_options_gallery_make_first_big','1'),(745,351,'_dt_project_options_show_link','0'),(746,351,'_dt_project_options_hide_thumbnail','0'),(747,351,'_dt_project_options_open_thumbnail_in_lightbox','1'),(748,351,'_dt_project_options_related_mode','custom'),(749,351,'_dt_project_options_related_categories','a:2:{i:0;s:2:\"29\";i:1;s:2:\"30\";}'),(750,351,'_dt_project_options_preview','normal'),(751,351,'_dt_project_options_preview_style','featured_image'),(752,351,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(753,354,'_thumbnail_id','195'),(754,354,'_edit_last','1'),(755,354,'_wpb_vc_js_status','false'),(756,354,'_wpb_vc_js_interface_version','2'),(757,354,'slide_template',''),(758,354,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(759,354,'_dt_sidebar_position','disabled'),(760,354,'_dt_sidebar_widgetarea_id','sidebar_1'),(761,354,'_dt_footer_show','1'),(762,354,'_dt_footer_widgetarea_id','sidebar_2'),(763,354,'_dt_header_title','enabled'),(764,354,'_dt_header_background','normal'),(765,354,'_dt_slideshow_mode','porthole'),(766,354,'_dt_slideshow_3d_layout','fullscreen-content'),(767,354,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(768,354,'_dt_slideshow_layout','fullwidth'),(769,354,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(770,354,'_dt_slideshow_scaling','fill'),(771,354,'_dt_slideshow_autoplay','paused'),(772,354,'_dt_slideshow_autoslide_interval','5000'),(773,354,'_dt_slideshow_hide_captions','0'),(774,354,'_dt_slideshow_slides_in_raw','5'),(775,354,'_dt_slideshow_slides_in_column','3'),(776,354,'_dt_slideshow_revolution_slider','none'),(777,354,'_dt_slideshow_layer_slider','none'),(778,354,'_dt_slideshow_layer_show_bg_and_paddings','0'),(779,354,'_dt_fancy_header_title_aligment','left'),(780,354,'_dt_fancy_header_title_color','#000000'),(781,354,'_dt_fancy_header_subtitle_color','#000000'),(782,354,'_dt_fancy_header_bg_color','#ffffff'),(783,354,'_dt_fancy_header_bg_image','a:0:{}'),(784,354,'_dt_fancy_header_bg_repeat','no-repeat'),(785,354,'_dt_fancy_header_bg_position_x','center'),(786,354,'_dt_fancy_header_bg_position_y','center'),(787,354,'_dt_fancy_header_bg_fullscreen','1'),(788,354,'_dt_fancy_header_bg_fixed','0'),(789,354,'_dt_fancy_header_parallax_speed','0'),(790,354,'_dt_fancy_header_height','100'),(791,354,'_dt_project_media_items','a:0:{}'),(792,354,'_dt_project_media_options_layout','right'),(793,354,'_dt_project_media_options_type','slideshow'),(794,354,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(795,354,'_dt_project_media_options_gallery_columns','4'),(796,354,'_dt_project_media_options_gallery_make_first_big','1'),(797,354,'_dt_project_options_show_link','0'),(798,354,'_dt_project_options_hide_thumbnail','0'),(799,354,'_dt_project_options_open_thumbnail_in_lightbox','1'),(800,354,'_dt_project_options_related_mode','same'),(801,354,'_dt_project_options_related_categories',''),(802,354,'_dt_project_options_preview','normal'),(803,354,'_dt_project_options_preview_style','featured_image'),(804,354,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(805,361,'_thumbnail_id','193'),(806,361,'_edit_last','1'),(807,361,'_dt_project_media_items','a:3:{i:0;i:194;i:1;i:196;i:2;i:192;}'),(808,361,'_wpb_vc_js_status','false'),(809,361,'_wpb_vc_js_interface_version','2'),(810,361,'slide_template',''),(811,361,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(812,361,'_dt_sidebar_position','disabled'),(813,361,'_dt_sidebar_widgetarea_id','sidebar_1'),(814,361,'_dt_footer_show','0'),(815,361,'_dt_footer_widgetarea_id','sidebar_2'),(816,361,'_dt_header_title','enabled'),(817,361,'_dt_header_background','normal'),(818,361,'_dt_slideshow_mode','porthole'),(819,361,'_dt_slideshow_3d_layout','fullscreen-content'),(820,361,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(821,361,'_dt_slideshow_layout','fullwidth'),(822,361,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(823,361,'_dt_slideshow_scaling','fill'),(824,361,'_dt_slideshow_autoplay','paused'),(825,361,'_dt_slideshow_autoslide_interval','5000'),(826,361,'_dt_slideshow_hide_captions','0'),(827,361,'_dt_slideshow_slides_in_raw','5'),(828,361,'_dt_slideshow_slides_in_column','3'),(829,361,'_dt_slideshow_revolution_slider','none'),(830,361,'_dt_slideshow_layer_slider','none'),(831,361,'_dt_slideshow_layer_show_bg_and_paddings','0'),(832,361,'_dt_fancy_header_title_aligment','left'),(833,361,'_dt_fancy_header_title_color','#000000'),(834,361,'_dt_fancy_header_subtitle_color','#000000'),(835,361,'_dt_fancy_header_bg_color','#ffffff'),(836,361,'_dt_fancy_header_bg_image','a:0:{}'),(837,361,'_dt_fancy_header_bg_repeat','no-repeat'),(838,361,'_dt_fancy_header_bg_position_x','center'),(839,361,'_dt_fancy_header_bg_position_y','center'),(840,361,'_dt_fancy_header_bg_fullscreen','1'),(841,361,'_dt_fancy_header_bg_fixed','0'),(842,361,'_dt_fancy_header_parallax_speed','0'),(843,361,'_dt_fancy_header_height','100'),(844,361,'_dt_project_media_options_layout','left'),(845,361,'_dt_project_media_options_type','list'),(846,361,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(847,361,'_dt_project_media_options_gallery_columns','4'),(848,361,'_dt_project_media_options_gallery_make_first_big','1'),(849,361,'_dt_project_options_show_link','0'),(850,361,'_dt_project_options_hide_thumbnail','0'),(851,361,'_dt_project_options_open_thumbnail_in_lightbox','0'),(852,361,'_dt_project_options_related_mode','same'),(853,361,'_dt_project_options_related_categories',''),(854,361,'_dt_project_options_preview','normal'),(855,361,'_dt_project_options_preview_style','featured_image'),(856,361,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(857,60,'_edit_last','1'),(858,60,'_thumbnail_id','69'),(859,60,'_wpb_vc_js_status','false'),(860,60,'_wpb_vc_js_interface_version','2'),(861,60,'slide_template',''),(862,60,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(863,60,'_dt_testimonial_options_position','creative director'),(864,71,'_edit_last','1'),(865,71,'_thumbnail_id','64'),(866,71,'_wpb_vc_js_status','false'),(867,71,'_wpb_vc_js_interface_version','2'),(868,71,'slide_template',''),(869,71,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(870,71,'_dt_testimonial_options_position','photographer'),(871,72,'_edit_last','1'),(872,72,'_thumbnail_id','62'),(873,72,'_wpb_vc_js_status','false'),(874,72,'_wpb_vc_js_interface_version','2'),(875,72,'slide_template',''),(876,72,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(877,72,'_dt_testimonial_options_position','account manager'),(878,73,'_edit_last','1'),(879,73,'_thumbnail_id','61'),(880,73,'_wpb_vc_js_status','false'),(881,73,'_wpb_vc_js_interface_version','2'),(882,73,'slide_template',''),(883,73,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(884,73,'_dt_testimonial_options_position','web developer'),(885,74,'_edit_last','1'),(886,74,'_thumbnail_id','67'),(887,74,'_wpb_vc_js_status','false'),(888,74,'_wpb_vc_js_interface_version','2'),(889,74,'slide_template',''),(890,74,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(891,74,'_dt_testimonial_options_position','writer & journalist'),(892,228,'_edit_last','1'),(893,228,'_wpb_vc_js_status','false'),(894,228,'_wpb_vc_js_interface_version','2'),(895,228,'slide_template',''),(896,228,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(897,228,'_dt_testimonial_options_position','photographer'),(898,229,'_edit_last','1'),(899,229,'_thumbnail_id','66'),(900,229,'_wpb_vc_js_status','false'),(901,229,'_wpb_vc_js_interface_version','2'),(902,229,'slide_template',''),(903,229,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(904,229,'_dt_testimonial_options_position','web producer'),(905,230,'_edit_last','1'),(906,230,'_thumbnail_id','68'),(907,230,'_wpb_vc_js_status','false'),(908,230,'_wpb_vc_js_interface_version','2'),(909,230,'slide_template',''),(910,230,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(911,230,'_dt_testimonial_options_position','account manager'),(912,231,'_edit_last','1'),(913,231,'_wpb_vc_js_status','false'),(914,231,'_wpb_vc_js_interface_version','2'),(915,231,'slide_template',''),(916,231,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(917,231,'_dt_testimonial_options_position','freelancer'),(918,232,'_edit_last','1'),(919,232,'_thumbnail_id','65'),(920,232,'_wpb_vc_js_status','false'),(921,232,'_wpb_vc_js_interface_version','2'),(922,232,'slide_template',''),(923,232,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(924,232,'_dt_testimonial_options_position','designer & artist'),(925,233,'_edit_last','1'),(926,233,'_wpb_vc_js_status','false'),(927,233,'_wpb_vc_js_interface_version','2'),(928,233,'slide_template',''),(929,233,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(930,233,'_dt_testimonial_options_position','programmer'),(931,234,'_thumbnail_id','63'),(932,234,'_wpb_vc_js_status','false'),(933,234,'_wpb_vc_js_interface_version','2'),(934,234,'slide_template',''),(935,234,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(936,234,'_dt_testimonial_options_position','account manager'),(937,234,'_edit_last','1'),(938,322,'_thumbnail_id','125'),(939,322,'_edit_last','1'),(940,322,'_dt_project_media_items','a:5:{i:0;i:195;i:1;i:342;i:2;i:151;i:3;i:337;i:4;i:194;}'),(941,322,'_wpb_vc_js_status','false'),(942,322,'_wpb_vc_js_interface_version','2'),(943,322,'slide_template',''),(944,322,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(945,322,'_dt_sidebar_position','disabled'),(946,322,'_dt_sidebar_widgetarea_id','sidebar_1'),(947,322,'_dt_footer_show','0'),(948,322,'_dt_footer_widgetarea_id','sidebar_2'),(949,322,'_dt_header_title','enabled'),(950,322,'_dt_header_background','normal'),(951,322,'_dt_slideshow_mode','porthole'),(952,322,'_dt_slideshow_3d_layout','fullscreen-content'),(953,322,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(954,322,'_dt_slideshow_layout','fullwidth'),(955,322,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(956,322,'_dt_slideshow_scaling','fill'),(957,322,'_dt_slideshow_autoplay','paused'),(958,322,'_dt_slideshow_autoslide_interval','5000'),(959,322,'_dt_slideshow_hide_captions','0'),(960,322,'_dt_slideshow_slides_in_raw','5'),(961,322,'_dt_slideshow_slides_in_column','3'),(962,322,'_dt_slideshow_revolution_slider','none'),(963,322,'_dt_slideshow_layer_slider','none'),(964,322,'_dt_slideshow_layer_show_bg_and_paddings','0'),(965,322,'_dt_fancy_header_title_aligment','left'),(966,322,'_dt_fancy_header_title_color','#000000'),(967,322,'_dt_fancy_header_subtitle_color','#000000'),(968,322,'_dt_fancy_header_bg_color','#ffffff'),(969,322,'_dt_fancy_header_bg_image','a:0:{}'),(970,322,'_dt_fancy_header_bg_repeat','no-repeat'),(971,322,'_dt_fancy_header_bg_position_x','center'),(972,322,'_dt_fancy_header_bg_position_y','center'),(973,322,'_dt_fancy_header_bg_fullscreen','1'),(974,322,'_dt_fancy_header_bg_fixed','0'),(975,322,'_dt_fancy_header_parallax_speed','0'),(976,322,'_dt_fancy_header_height','100'),(977,322,'_dt_project_media_options_layout','right'),(978,322,'_dt_project_media_options_type','slideshow'),(979,322,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:2:\"12\";s:6:\"height\";s:1:\"8\";}'),(980,322,'_dt_project_media_options_gallery_columns','4'),(981,322,'_dt_project_media_options_gallery_make_first_big','1'),(982,322,'_dt_project_options_show_link','1'),(983,322,'_dt_project_options_hide_thumbnail','0'),(984,322,'_dt_project_options_open_thumbnail_in_lightbox','1'),(985,322,'_dt_project_options_related_mode','custom'),(986,322,'_dt_project_options_related_categories','a:2:{i:0;s:2:\"30\";i:1;s:2:\"31\";}'),(987,322,'_dt_project_options_preview','normal'),(988,322,'_dt_project_options_preview_style','slideshow'),(989,322,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:2:\"12\";s:6:\"height\";s:1:\"8\";}'),(990,322,'_dt_project_options_link','http://themeforest.net/user/Dream-Theme/portfolio'),(991,322,'_dt_project_options_link_name','View online'),(992,322,'_dt_project_options_link_target','_blank'),(993,347,'_dt_header_title','enabled'),(994,347,'_dt_project_media_items','a:3:{i:0;i:160;i:1;i:157;i:2;i:163;}'),(995,347,'_thumbnail_id','257'),(996,347,'_wpb_vc_js_status','true'),(997,347,'_wpb_vc_js_interface_version','2'),(998,347,'slide_template',''),(999,347,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1000,347,'_dt_sidebar_position','disabled'),(1001,347,'_dt_sidebar_widgetarea_id','sidebar_1'),(1002,347,'_dt_footer_show','1'),(1003,347,'_dt_footer_widgetarea_id','sidebar_2'),(1004,347,'_edit_last','1'),(1005,347,'_dt_header_background','normal'),(1006,347,'_dt_slideshow_mode','porthole'),(1007,347,'_dt_slideshow_3d_layout','fullscreen-content'),(1008,347,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(1009,347,'_dt_slideshow_layout','fullwidth'),(1010,347,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(1011,347,'_dt_slideshow_scaling','fill'),(1012,347,'_dt_slideshow_autoplay','paused'),(1013,347,'_dt_slideshow_autoslide_interval','5000'),(1014,347,'_dt_slideshow_hide_captions','0'),(1015,347,'_dt_slideshow_slides_in_raw','5'),(1016,347,'_dt_slideshow_slides_in_column','3'),(1017,347,'_dt_slideshow_revolution_slider','none'),(1018,347,'_dt_slideshow_layer_slider','none'),(1019,347,'_dt_slideshow_layer_show_bg_and_paddings','0'),(1020,347,'_dt_fancy_header_title_aligment','left'),(1021,347,'_dt_fancy_header_title_color','#000000'),(1022,347,'_dt_fancy_header_subtitle_color','#000000'),(1023,347,'_dt_fancy_header_bg_color','#ffffff'),(1024,347,'_dt_fancy_header_bg_image','a:0:{}'),(1025,347,'_dt_fancy_header_bg_repeat','no-repeat'),(1026,347,'_dt_fancy_header_bg_position_x','center'),(1027,347,'_dt_fancy_header_bg_position_y','center'),(1028,347,'_dt_fancy_header_bg_fullscreen','1'),(1029,347,'_dt_fancy_header_bg_fixed','0'),(1030,347,'_dt_fancy_header_parallax_speed','0'),(1031,347,'_dt_fancy_header_height','100'),(1032,347,'_dt_project_media_options_layout','left'),(1033,347,'_dt_project_media_options_type','gallery'),(1034,347,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(1035,347,'_dt_project_media_options_gallery_columns','2'),(1036,347,'_dt_project_media_options_gallery_make_first_big','0'),(1037,347,'_dt_project_options_show_link','1'),(1038,347,'_dt_project_options_hide_thumbnail','0'),(1039,347,'_dt_project_options_open_thumbnail_in_lightbox','0'),(1040,347,'_dt_project_options_related_mode','same'),(1041,347,'_dt_project_options_related_categories',''),(1042,347,'_dt_project_options_preview','normal'),(1043,347,'_dt_project_options_preview_style','featured_image'),(1044,347,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(1045,347,'_dt_project_options_link','http://themeforest.net/user/Dream-Theme/portfolio'),(1046,347,'_dt_project_options_link_name','View online'),(1047,347,'_dt_project_options_link_target','_blank'),(1048,356,'_thumbnail_id','260'),(1049,356,'_edit_last','1'),(1050,356,'_dt_project_media_items','a:6:{i:0;i:68;i:1;i:341;i:2;i:65;i:3;i:192;i:4;i:172;i:5;i:62;}'),(1051,356,'_wpb_vc_js_status','true'),(1052,356,'_wpb_vc_js_interface_version','2'),(1053,356,'slide_template',''),(1054,356,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1055,356,'_dt_sidebar_position','disabled'),(1056,356,'_dt_sidebar_widgetarea_id','sidebar_1'),(1057,356,'_dt_footer_show','0'),(1058,356,'_dt_footer_widgetarea_id','sidebar_2'),(1059,356,'_dt_header_title','enabled'),(1060,356,'_dt_header_background','normal'),(1061,356,'_dt_slideshow_mode','porthole'),(1062,356,'_dt_slideshow_3d_layout','fullscreen-content'),(1063,356,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(1064,356,'_dt_slideshow_layout','fullwidth'),(1065,356,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(1066,356,'_dt_slideshow_scaling','fill'),(1067,356,'_dt_slideshow_autoplay','paused'),(1068,356,'_dt_slideshow_autoslide_interval','5000'),(1069,356,'_dt_slideshow_hide_captions','0'),(1070,356,'_dt_slideshow_slides_in_raw','5'),(1071,356,'_dt_slideshow_slides_in_column','3'),(1072,356,'_dt_slideshow_revolution_slider','none'),(1073,356,'_dt_slideshow_layer_slider','none'),(1074,356,'_dt_slideshow_layer_show_bg_and_paddings','0'),(1075,356,'_dt_fancy_header_title_aligment','left'),(1076,356,'_dt_fancy_header_title_color','#000000'),(1077,356,'_dt_fancy_header_subtitle_color','#000000'),(1078,356,'_dt_fancy_header_bg_color','#ffffff'),(1079,356,'_dt_fancy_header_bg_image','a:0:{}'),(1080,356,'_dt_fancy_header_bg_repeat','no-repeat'),(1081,356,'_dt_fancy_header_bg_position_x','center'),(1082,356,'_dt_fancy_header_bg_position_y','center'),(1083,356,'_dt_fancy_header_bg_fullscreen','1'),(1084,356,'_dt_fancy_header_bg_fixed','0'),(1085,356,'_dt_fancy_header_parallax_speed','0'),(1086,356,'_dt_fancy_header_height','100'),(1087,356,'_dt_project_media_options_layout','after'),(1088,356,'_dt_project_media_options_type','gallery'),(1089,356,'_dt_project_media_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(1090,356,'_dt_project_media_options_gallery_columns','5'),(1091,356,'_dt_project_media_options_gallery_make_first_big','1'),(1092,356,'_dt_project_options_show_link','1'),(1093,356,'_dt_project_options_hide_thumbnail','0'),(1094,356,'_dt_project_options_open_thumbnail_in_lightbox','0'),(1095,356,'_dt_project_options_related_mode','custom'),(1096,356,'_dt_project_options_related_categories','a:3:{i:0;s:2:\"29\";i:1;s:2:\"30\";i:2;s:2:\"31\";}'),(1097,356,'_dt_project_options_preview','normal'),(1098,356,'_dt_project_options_preview_style','featured_image'),(1099,356,'_dt_project_options_slider_proportions','a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}'),(1100,356,'_dt_project_options_link','http://themeforest.net/user/Dream-Theme/portfolio'),(1101,356,'_dt_project_options_link_name','View online'),(1102,356,'_dt_project_options_link_target','_blank'),(1103,497,'_edit_last','1'),(1104,497,'_thumbnail_id','65'),(1105,497,'_wpb_vc_js_status','false'),(1106,497,'_wpb_vc_js_interface_version','2'),(1107,497,'slide_template',''),(1108,497,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1109,497,'_dt_teammate_options_position','web designer'),(1110,497,'_dt_teammate_options_mail','/'),(1111,497,'_dt_teammate_options_twitter','/'),(1112,497,'_dt_teammate_options_google','/'),(1113,497,'_dt_teammate_options_dribbble','/'),(1114,497,'_dt_teammate_options_delicious','/'),(1115,497,'_dt_teammate_options_flickr','/'),(1116,498,'_edit_last','1'),(1117,498,'_thumbnail_id','68'),(1118,498,'_wpb_vc_js_status','false'),(1119,498,'_wpb_vc_js_interface_version','2'),(1120,498,'slide_template',''),(1121,498,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1122,498,'_dt_teammate_options_position','account manager'),(1123,498,'_dt_teammate_options_linkedin','/'),(1124,498,'_dt_teammate_options_pinterest','/'),(1125,498,'_dt_teammate_options_instagram','/'),(1126,498,'_dt_teammate_options_stumbleupon','/'),(1127,499,'_edit_last','1'),(1128,499,'_thumbnail_id','64'),(1129,499,'_wpb_vc_js_status','false'),(1130,499,'_wpb_vc_js_interface_version','2'),(1131,499,'slide_template',''),(1132,499,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1133,499,'_dt_teammate_options_position','photographer'),(1134,499,'_dt_teammate_options_mail','/'),(1135,499,'_dt_teammate_options_facebook','/'),(1136,499,'_dt_teammate_options_twitter','/'),(1137,499,'_dt_teammate_options_dribbble','/'),(1138,499,'_dt_teammate_options_pinterest','/'),(1139,500,'_edit_last','1'),(1140,500,'_thumbnail_id','66'),(1141,500,'_wpb_vc_js_status','false'),(1142,500,'_wpb_vc_js_interface_version','2'),(1143,500,'slide_template',''),(1144,500,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1145,500,'_dt_teammate_options_position','creative director'),(1146,500,'_dt_teammate_options_twitter','/'),(1147,500,'_dt_teammate_options_px-500','/'),(1148,500,'_dt_teammate_options_tripedvisor','/'),(1149,500,'_dt_teammate_options_foursquare','/'),(1150,500,'_dt_teammate_options_xing','/'),(1151,501,'_edit_last','1'),(1152,501,'_thumbnail_id','62'),(1153,501,'_wpb_vc_js_status','false'),(1154,501,'_wpb_vc_js_interface_version','2'),(1155,501,'slide_template',''),(1156,501,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1157,501,'_dt_teammate_options_position','programmer'),(1158,501,'_dt_teammate_options_website','/'),(1159,501,'_dt_teammate_options_mail','/'),(1160,501,'_dt_teammate_options_facebook','/'),(1161,501,'_dt_teammate_options_twitter','/'),(1207,503,'_wp_page_template','default'),(1208,503,'_edit_last','1'),(1209,503,'_wpb_vc_js_status','true'),(1210,503,'_wpb_vc_js_interface_version','0'),(1211,503,'slide_template','default'),(1212,503,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1213,503,'_dt_sidebar_position','disabled'),(1214,503,'_dt_sidebar_widgetarea_id','sidebar_1'),(1215,503,'_dt_footer_show','1'),(1216,503,'_dt_footer_widgetarea_id','sidebar_2'),(1217,503,'_dt_header_title','slideshow'),(1218,503,'_dt_header_background','normal'),(1219,503,'_dt_slideshow_mode','revolution'),(1220,503,'_dt_slideshow_3d_layout','fullscreen-content'),(1221,503,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(1222,503,'_dt_slideshow_layout','fullwidth'),(1223,503,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(1224,503,'_dt_slideshow_scaling','fill'),(1225,503,'_dt_slideshow_autoplay','paused'),(1226,503,'_dt_slideshow_autoslide_interval','5000'),(1227,503,'_dt_slideshow_hide_captions','0'),(1228,503,'_dt_slideshow_slides_in_raw','5'),(1229,503,'_dt_slideshow_slides_in_column','3'),(1230,503,'_dt_slideshow_revolution_slider','none'),(1231,503,'_dt_slideshow_layer_slider','none'),(1232,503,'_dt_slideshow_layer_show_bg_and_paddings','0'),(1233,503,'_dt_fancy_header_title_aligment','left'),(1234,503,'_dt_fancy_header_title_color','#000000'),(1235,503,'_dt_fancy_header_subtitle_color','#000000'),(1236,503,'_dt_fancy_header_bg_color','#ffffff'),(1237,503,'_dt_fancy_header_bg_image','a:0:{}'),(1238,503,'_dt_fancy_header_bg_repeat','no-repeat'),(1239,503,'_dt_fancy_header_bg_position_x','center'),(1240,503,'_dt_fancy_header_bg_position_y','center'),(1241,503,'_dt_fancy_header_bg_fullscreen','1'),(1242,503,'_dt_fancy_header_bg_fixed','0'),(1243,503,'_dt_fancy_header_parallax_speed','0'),(1244,503,'_dt_fancy_header_height','100'),(1245,504,'_edit_last','1'),(1246,504,'_wp_page_template','default'),(1247,504,'_wpb_vc_js_status','true'),(1248,504,'_wpb_vc_js_interface_version','2'),(1249,504,'slide_template',''),(1250,504,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1251,504,'_dt_sidebar_position','disabled'),(1252,504,'_dt_sidebar_widgetarea_id','sidebar_1'),(1253,504,'_dt_footer_show','1'),(1254,504,'_dt_footer_widgetarea_id','sidebar_2'),(1255,504,'_dt_header_title','disabled'),(1256,504,'_dt_header_background','normal'),(1257,504,'_dt_slideshow_mode','porthole'),(1258,504,'_dt_slideshow_3d_layout','fullscreen-content'),(1259,504,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(1260,504,'_dt_slideshow_layout','fullwidth'),(1261,504,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(1262,504,'_dt_slideshow_scaling','fill'),(1263,504,'_dt_slideshow_autoplay','paused'),(1264,504,'_dt_slideshow_autoslide_interval','5000'),(1265,504,'_dt_slideshow_hide_captions','0'),(1266,504,'_dt_slideshow_slides_in_raw','5'),(1267,504,'_dt_slideshow_slides_in_column','3'),(1268,504,'_dt_slideshow_revolution_slider','none'),(1269,504,'_dt_slideshow_layer_slider','none'),(1270,504,'_dt_slideshow_layer_show_bg_and_paddings','0'),(1271,504,'_dt_fancy_header_title_aligment','left'),(1272,504,'_dt_fancy_header_title_color','#000000'),(1273,504,'_dt_fancy_header_subtitle_color','#000000'),(1274,504,'_dt_fancy_header_bg_color','#ffffff'),(1275,504,'_dt_fancy_header_bg_image','a:0:{}'),(1276,504,'_dt_fancy_header_bg_repeat','no-repeat'),(1277,504,'_dt_fancy_header_bg_position_x','center'),(1278,504,'_dt_fancy_header_bg_position_y','center'),(1279,504,'_dt_fancy_header_bg_fullscreen','1'),(1280,504,'_dt_fancy_header_bg_fixed','0'),(1281,504,'_dt_fancy_header_parallax_speed','0'),(1282,504,'_dt_fancy_header_height','100'),(1395,11,'_edit_last','1'),(1396,11,'_wp_page_template','default'),(1397,11,'_wpb_vc_js_status','false'),(1398,11,'_wpb_vc_js_interface_version','2'),(1399,11,'slide_template','default'),(1400,11,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1401,11,'_dt_sidebar_position','disabled'),(1402,11,'_dt_sidebar_widgetarea_id','sidebar_1'),(1403,11,'_dt_footer_show','1'),(1404,11,'_dt_footer_widgetarea_id','sidebar_2'),(1405,11,'_dt_header_title','disabled'),(1406,11,'_dt_header_background','normal'),(1407,11,'_dt_slideshow_mode','porthole'),(1408,11,'_dt_slideshow_3d_layout','fullscreen-content'),(1409,11,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(1410,11,'_dt_slideshow_layout','fullwidth'),(1411,11,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(1412,11,'_dt_slideshow_scaling','fill'),(1413,11,'_dt_slideshow_autoplay','paused'),(1414,11,'_dt_slideshow_autoslide_interval','5000'),(1415,11,'_dt_slideshow_hide_captions','0'),(1416,11,'_dt_slideshow_slides_in_raw','5'),(1417,11,'_dt_slideshow_slides_in_column','3'),(1418,11,'_dt_slideshow_revolution_slider','none'),(1419,11,'_dt_slideshow_layer_slider','none'),(1420,11,'_dt_slideshow_layer_show_bg_and_paddings','0'),(1421,11,'_dt_fancy_header_title_aligment','left'),(1422,11,'_dt_fancy_header_title_color','#000000'),(1423,11,'_dt_fancy_header_subtitle_color','#000000'),(1424,11,'_dt_fancy_header_bg_color','#ffffff'),(1425,11,'_dt_fancy_header_bg_image','a:0:{}'),(1426,11,'_dt_fancy_header_bg_repeat','no-repeat'),(1427,11,'_dt_fancy_header_bg_position_x','center'),(1428,11,'_dt_fancy_header_bg_position_y','center'),(1429,11,'_dt_fancy_header_bg_fullscreen','1'),(1430,11,'_dt_fancy_header_bg_fixed','0'),(1431,11,'_dt_fancy_header_parallax_speed','0'),(1432,11,'_dt_fancy_header_height','100'),(1703,573,'_menu_item_type','custom'),(1704,573,'_menu_item_menu_item_parent','0'),(1705,573,'_menu_item_object_id','573'),(1706,573,'_menu_item_object','custom'),(1707,573,'_menu_item_target',''),(1708,573,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1709,573,'_menu_item_xfn',''),(1710,573,'_menu_item_url','http://themeforest.net/user/Dream-Theme/portfolio'),(1711,573,'_menu_item_dt_mega_menu_enabled',''),(1712,573,'_menu_item_dt_mega_menu_fullwidth',''),(1713,573,'_menu_item_dt_mega_menu_hide_title',''),(1714,573,'_menu_item_dt_mega_menu_remove_link',''),(1715,573,'_menu_item_dt_mega_menu_new_row',''),(1716,573,'_menu_item_dt_mega_menu_new_column',''),(1717,574,'_menu_item_type','custom'),(1718,574,'_menu_item_menu_item_parent','0'),(1719,574,'_menu_item_object_id','574'),(1720,574,'_menu_item_object','custom'),(1721,574,'_menu_item_target',''),(1722,574,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1723,574,'_menu_item_xfn',''),(1724,574,'_menu_item_url','http://support.dream-theme.com'),(1725,574,'_menu_item_dt_mega_menu_enabled',''),(1726,574,'_menu_item_dt_mega_menu_fullwidth',''),(1727,574,'_menu_item_dt_mega_menu_hide_title',''),(1728,574,'_menu_item_dt_mega_menu_remove_link',''),(1729,574,'_menu_item_dt_mega_menu_new_row',''),(1730,574,'_menu_item_dt_mega_menu_new_column',''),(1731,575,'_menu_item_type','custom'),(1732,575,'_menu_item_menu_item_parent','0'),(1733,575,'_menu_item_object_id','575'),(1734,575,'_menu_item_object','custom'),(1735,575,'_menu_item_target',''),(1736,575,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1737,575,'_menu_item_xfn',''),(1738,575,'_menu_item_url','http://themeforest.net/user/Dream-Theme'),(1739,575,'_menu_item_dt_mega_menu_enabled',''),(1740,575,'_menu_item_dt_mega_menu_fullwidth',''),(1741,575,'_menu_item_dt_mega_menu_hide_title',''),(1742,575,'_menu_item_dt_mega_menu_remove_link',''),(1743,575,'_menu_item_dt_mega_menu_new_row',''),(1744,575,'_menu_item_dt_mega_menu_new_column',''),(1745,576,'_menu_item_type','custom'),(1746,576,'_menu_item_menu_item_parent','0'),(1747,576,'_menu_item_object_id','576'),(1748,576,'_menu_item_object','custom'),(1749,576,'_menu_item_target',''),(1750,576,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1751,576,'_menu_item_xfn',''),(1752,576,'_menu_item_url','http://guide.dream-theme.com/gen2/'),(1753,576,'_menu_item_dt_mega_menu_enabled',''),(1754,576,'_menu_item_dt_mega_menu_fullwidth',''),(1755,576,'_menu_item_dt_mega_menu_hide_title',''),(1756,576,'_menu_item_dt_mega_menu_remove_link',''),(1757,576,'_menu_item_dt_mega_menu_new_row',''),(1758,576,'_menu_item_dt_mega_menu_new_column',''),(1797,594,'_edit_last','1'),(1798,594,'_wp_page_template','default'),(1799,594,'_wpb_vc_js_status','false'),(1800,594,'_wpb_vc_js_interface_version','2'),(1801,594,'slide_template','default'),(1802,594,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(1803,594,'_dt_sidebar_position','disabled'),(1804,594,'_dt_sidebar_widgetarea_id','sidebar_1'),(1805,594,'_dt_footer_show','1'),(1806,594,'_dt_footer_widgetarea_id','sidebar_2'),(1807,594,'_dt_header_title','slideshow'),(1808,594,'_dt_header_background','normal'),(1809,594,'_dt_slideshow_mode','revolution'),(1810,594,'_dt_slideshow_3d_layout','fullscreen-content'),(1811,594,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(1812,594,'_dt_slideshow_layout','fullwidth'),(1813,594,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(1814,594,'_dt_slideshow_scaling','fill'),(1815,594,'_dt_slideshow_autoplay','paused'),(1816,594,'_dt_slideshow_autoslide_interval','5000'),(1817,594,'_dt_slideshow_hide_captions','0'),(1818,594,'_dt_slideshow_slides_in_raw','5'),(1819,594,'_dt_slideshow_slides_in_column','3'),(1820,594,'_dt_slideshow_revolution_slider','sliderpreview'),(1821,594,'_dt_slideshow_layer_slider','none'),(1822,594,'_dt_slideshow_layer_show_bg_and_paddings','0'),(1823,594,'_dt_fancy_header_title_aligment','left'),(1824,594,'_dt_fancy_header_title_color','#000000'),(1825,594,'_dt_fancy_header_subtitle_color','#000000'),(1826,594,'_dt_fancy_header_bg_color','#ffffff'),(1827,594,'_dt_fancy_header_bg_image','a:0:{}'),(1828,594,'_dt_fancy_header_bg_repeat','no-repeat'),(1829,594,'_dt_fancy_header_bg_position_x','center'),(1830,594,'_dt_fancy_header_bg_position_y','center'),(1831,594,'_dt_fancy_header_bg_fullscreen','1'),(1832,594,'_dt_fancy_header_bg_fixed','0'),(1833,594,'_dt_fancy_header_parallax_speed','0'),(1834,594,'_dt_fancy_header_height','100'),(2228,599,'_wp_attached_file','revslider/big-fancy-header/rev-business-bg.jpg'),(2229,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1827;s:6:\"height\";i:550;s:4:\"file\";s:46:\"revslider/big-fancy-header/rev-business-bg.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"rev-business-bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"rev-business-bg-300x90.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"rev-business-bg-1024x308.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2230,600,'_wp_attached_file','revslider/big-fancy-header/rev-business-logo.png'),(2231,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:68;s:6:\"height\";i:108;s:4:\"file\";s:48:\"revslider/big-fancy-header/rev-business-logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2232,601,'_wp_attached_file','revslider/big-fancy-header/rev-person-img.png'),(2233,601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:287;s:6:\"height\";i:371;s:4:\"file\";s:45:\"revslider/big-fancy-header/rev-person-img.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"rev-person-img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"rev-person-img-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2234,602,'_wp_attached_file','revslider/happy-people/slidebg1.jpg'),(2235,602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1170;s:6:\"height\";i:500;s:4:\"file\";s:35:\"revslider/happy-people/slidebg1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slidebg1-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:\"slidebg1-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slidebg1-1024x437.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2236,603,'_wp_attached_file','revslider/happy-people/bg-art-slider-white-black.png'),(2237,603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:551;s:6:\"height\";i:435;s:4:\"file\";s:52:\"revslider/happy-people/bg-art-slider-white-black.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"bg-art-slider-white-black-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:37:\"bg-art-slider-white-black-300x236.png\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2238,604,'_wp_attached_file','revslider/happy-people/bg-art-slider-white.png'),(2239,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:551;s:6:\"height\";i:435;s:4:\"file\";s:46:\"revslider/happy-people/bg-art-slider-white.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"bg-art-slider-white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"bg-art-slider-white-300x236.png\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2240,605,'_wp_attached_file','revslider/happy-people/happy-people.png'),(2241,605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:459;s:6:\"height\";i:486;s:4:\"file\";s:39:\"revslider/happy-people/happy-people.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"happy-people-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"happy-people-283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2242,606,'_wp_attached_file','revslider/happy-people/sl-mult.png'),(2243,606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:50;s:4:\"file\";s:34:\"revslider/happy-people/sl-mult.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sl-mult-150x50.png\";s:5:\"width\";i:150;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2244,607,'_wp_attached_file','revslider/happy-people/7-v4.png'),(2245,607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:106;s:4:\"file\";s:31:\"revslider/happy-people/7-v4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2246,608,'_wp_attached_file','revslider/happy-people/sl-woo.png'),(2247,608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:109;s:6:\"height\";i:56;s:4:\"file\";s:33:\"revslider/happy-people/sl-woo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2248,609,'_wp_attached_file','revslider/happy-people/sl-vc.png'),(2249,609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:157;s:6:\"height\";i:47;s:4:\"file\";s:32:\"revslider/happy-people/sl-vc.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sl-vc-150x47.png\";s:5:\"width\";i:150;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2250,610,'_wp_attached_file','revslider/happy-people/sl-seo.png'),(2251,610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:101;s:6:\"height\";i:72;s:4:\"file\";s:33:\"revslider/happy-people/sl-seo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2252,504,'_edit_lock','1423219350:1'),(2253,594,'_edit_lock','1521297423:1'),(2254,611,'_menu_item_type','post_type'),(2255,611,'_menu_item_menu_item_parent','0'),(2256,611,'_menu_item_object_id','594'),(2257,611,'_menu_item_object','page'),(2258,611,'_menu_item_target',''),(2259,611,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2260,611,'_menu_item_xfn',''),(2261,611,'_menu_item_url',''),(2263,611,'_menu_item_dt_mega_menu_enabled',''),(2264,611,'_menu_item_dt_mega_menu_fullwidth',''),(2265,611,'_menu_item_dt_mega_menu_hide_title',''),(2266,611,'_menu_item_dt_mega_menu_remove_link',''),(2267,611,'_menu_item_dt_mega_menu_new_row',''),(2268,611,'_menu_item_dt_mega_menu_new_column',''),(2269,612,'_menu_item_type','post_type'),(2270,612,'_menu_item_menu_item_parent','0'),(2271,612,'_menu_item_object_id','504'),(2272,612,'_menu_item_object','page'),(2273,612,'_menu_item_target',''),(2274,612,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2275,612,'_menu_item_xfn',''),(2276,612,'_menu_item_url',''),(2278,612,'_menu_item_dt_mega_menu_enabled',''),(2279,612,'_menu_item_dt_mega_menu_fullwidth',''),(2280,612,'_menu_item_dt_mega_menu_hide_title',''),(2281,612,'_menu_item_dt_mega_menu_remove_link',''),(2282,612,'_menu_item_dt_mega_menu_new_row',''),(2283,612,'_menu_item_dt_mega_menu_new_column',''),(2299,611,'_menu_item_dt_mega_menu_icon','none'),(2300,611,'_menu_item_dt_mega_menu_iconfont',''),(2301,611,'_menu_item_dt_mega_menu_image',''),(2302,611,'_menu_item_dt_mega_menu_image_width','0'),(2303,611,'_menu_item_dt_mega_menu_image_height','0'),(2304,611,'_menu_item_dt_mega_menu_columns','3'),(2305,612,'_menu_item_dt_mega_menu_icon','none'),(2306,612,'_menu_item_dt_mega_menu_iconfont',''),(2307,612,'_menu_item_dt_mega_menu_image',''),(2308,612,'_menu_item_dt_mega_menu_image_width','0'),(2309,612,'_menu_item_dt_mega_menu_image_height','0'),(2310,612,'_menu_item_dt_mega_menu_columns','3'),(2327,614,'_menu_item_dt_mega_menu_fullwidth',''),(2328,614,'_menu_item_dt_mega_menu_hide_title',''),(2329,614,'_menu_item_dt_mega_menu_remove_link',''),(2330,614,'_menu_item_dt_mega_menu_new_row',''),(2331,614,'_menu_item_dt_mega_menu_new_column',''),(2332,615,'_menu_item_type','post_type'),(2333,615,'_menu_item_menu_item_parent','0'),(2334,615,'_menu_item_object_id','11'),(2335,615,'_menu_item_object','page'),(2336,615,'_menu_item_target',''),(2337,615,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2338,615,'_menu_item_xfn',''),(2339,615,'_menu_item_url',''),(2341,615,'_menu_item_dt_mega_menu_enabled',''),(2342,615,'_menu_item_dt_mega_menu_fullwidth',''),(2343,615,'_menu_item_dt_mega_menu_hide_title',''),(2344,615,'_menu_item_dt_mega_menu_remove_link',''),(2345,615,'_menu_item_dt_mega_menu_new_row',''),(2346,615,'_menu_item_dt_mega_menu_new_column',''),(2347,616,'_menu_item_type','custom'),(2348,616,'_menu_item_menu_item_parent','0'),(2349,616,'_menu_item_object_id','616'),(2350,616,'_menu_item_object','custom'),(2351,616,'_menu_item_target',''),(2352,616,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2353,616,'_menu_item_xfn',''),(2354,616,'_menu_item_url','#'),(2356,616,'_menu_item_dt_mega_menu_enabled',''),(2357,616,'_menu_item_dt_mega_menu_fullwidth',''),(2358,616,'_menu_item_dt_mega_menu_hide_title',''),(2359,616,'_menu_item_dt_mega_menu_remove_link',''),(2360,616,'_menu_item_dt_mega_menu_new_row',''),(2361,616,'_menu_item_dt_mega_menu_new_column',''),(2362,614,'_menu_item_dt_mega_menu_icon','none'),(2363,614,'_menu_item_dt_mega_menu_iconfont',''),(2364,614,'_menu_item_dt_mega_menu_image',''),(2365,614,'_menu_item_dt_mega_menu_image_width','0'),(2366,614,'_menu_item_dt_mega_menu_image_height','0'),(2367,614,'_menu_item_dt_mega_menu_columns','3'),(2368,616,'_menu_item_dt_mega_menu_icon','none'),(2369,616,'_menu_item_dt_mega_menu_iconfont',''),(2370,616,'_menu_item_dt_mega_menu_image',''),(2371,616,'_menu_item_dt_mega_menu_image_width','0'),(2372,616,'_menu_item_dt_mega_menu_image_height','0'),(2373,616,'_menu_item_dt_mega_menu_columns','3'),(2374,615,'_menu_item_dt_mega_menu_icon','none'),(2375,615,'_menu_item_dt_mega_menu_iconfont',''),(2376,615,'_menu_item_dt_mega_menu_image',''),(2377,615,'_menu_item_dt_mega_menu_image_width','0'),(2378,615,'_menu_item_dt_mega_menu_image_height','0'),(2379,615,'_menu_item_dt_mega_menu_columns','3'),(2380,503,'_edit_lock','1521297343:1'),(2405,629,'_edit_last','1'),(2406,629,'_edit_lock','1519288718:1'),(2407,630,'_wp_attached_file','2014/12/about-us-banner11.jpg'),(2408,630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1916;s:6:\"height\";i:520;s:4:\"file\";s:29:\"2014/12/about-us-banner11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"about-us-banner11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"about-us-banner11-300x81.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"about-us-banner11-1024x277.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2409,631,'_wp_attached_file','2014/12/banner_blogs.jpg'),(2410,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2014/12/banner_blogs.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"banner_blogs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"banner_blogs-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"banner_blogs-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2411,629,'_dt_fancy_header_bg_image','a:1:{i:0;i:631;}'),(2412,629,'_wp_page_template','default'),(2413,629,'_wpb_vc_js_status','false'),(2414,629,'_wpb_vc_js_interface_version','2'),(2415,629,'slide_template',''),(2416,629,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2417,629,'_dt_sidebar_position','disabled'),(2418,629,'_dt_sidebar_widgetarea_id','sidebar_1'),(2419,629,'_dt_footer_show','1'),(2420,629,'_dt_footer_widgetarea_id','sidebar_2'),(2421,629,'_dt_header_title','disabled'),(2422,629,'_dt_header_background','normal'),(2423,629,'_dt_slideshow_mode','porthole'),(2424,629,'_dt_slideshow_3d_layout','fullscreen-content'),(2425,629,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2426,629,'_dt_slideshow_layout','fullwidth'),(2427,629,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2428,629,'_dt_slideshow_scaling','fill'),(2429,629,'_dt_slideshow_autoplay','paused'),(2430,629,'_dt_slideshow_autoslide_interval','5000'),(2431,629,'_dt_slideshow_hide_captions','0'),(2432,629,'_dt_slideshow_slides_in_raw','5'),(2433,629,'_dt_slideshow_slides_in_column','3'),(2434,629,'_dt_slideshow_revolution_slider','none'),(2435,629,'_dt_slideshow_layer_slider','none'),(2436,629,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2437,629,'_dt_fancy_header_title_aligment','left'),(2438,629,'_dt_fancy_header_bg_color','#ffffff'),(2439,629,'_dt_fancy_header_bg_repeat','no-repeat'),(2440,629,'_dt_fancy_header_bg_position_x','center'),(2441,629,'_dt_fancy_header_bg_position_y','top'),(2442,629,'_dt_fancy_header_bg_fullscreen','1'),(2443,629,'_dt_fancy_header_bg_fixed','0'),(2444,629,'_dt_fancy_header_parallax_speed','0'),(2445,629,'_dt_fancy_header_height','200'),(2446,629,'_dt_fancy_header_title_color','#ffffff'),(2447,629,'_dt_fancy_header_subtitle_color','#ffffff'),(2448,629,'_dt_content_display','no'),(2449,629,'_dt_content_position','before_items'),(2450,629,'_dt_team_display','a:2:{s:4:\"type\";s:8:\"category\";s:6:\"select\";s:3:\"all\";}'),(2451,629,'_dt_team_options_masonry_layout','masonry'),(2452,629,'_dt_team_options_item_padding','20'),(2453,629,'_dt_team_options_target_width','370'),(2454,629,'_dt_team_options_full_width','0'),(2455,633,'_edit_last','1'),(2456,633,'_edit_lock','1543323769:1'),(2457,633,'_wp_page_template','default'),(2458,633,'_wpb_vc_js_status','false'),(2459,633,'_wpb_vc_js_interface_version','2'),(2460,633,'slide_template','default'),(2461,633,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2462,633,'_dt_sidebar_position','disabled'),(2463,633,'_dt_sidebar_widgetarea_id','sidebar_1'),(2464,633,'_dt_footer_show','1'),(2465,633,'_dt_footer_widgetarea_id','sidebar_2'),(2466,633,'_dt_header_title','disabled'),(2467,633,'_dt_header_background','normal'),(2468,633,'_dt_slideshow_mode','porthole'),(2469,633,'_dt_slideshow_3d_layout','fullscreen-content'),(2470,633,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2471,633,'_dt_slideshow_layout','fullwidth'),(2472,633,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2473,633,'_dt_slideshow_scaling','fill'),(2474,633,'_dt_slideshow_autoplay','paused'),(2475,633,'_dt_slideshow_autoslide_interval','5000'),(2476,633,'_dt_slideshow_hide_captions','0'),(2477,633,'_dt_slideshow_slides_in_raw','5'),(2478,633,'_dt_slideshow_slides_in_column','3'),(2479,633,'_dt_slideshow_revolution_slider','none'),(2480,633,'_dt_slideshow_layer_slider','none'),(2481,633,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2482,633,'_dt_fancy_header_title_aligment','left'),(2483,633,'_dt_fancy_header_title_color','#000000'),(2484,633,'_dt_fancy_header_subtitle_color','#000000'),(2485,633,'_dt_fancy_header_bg_color','#ffffff'),(2486,633,'_dt_fancy_header_bg_image','a:1:{i:0;i:630;}'),(2487,633,'_dt_fancy_header_bg_repeat','no-repeat'),(2488,633,'_dt_fancy_header_bg_position_x','center'),(2489,633,'_dt_fancy_header_bg_position_y','top'),(2490,633,'_dt_fancy_header_bg_fullscreen','1'),(2491,633,'_dt_fancy_header_bg_fixed','0'),(2492,633,'_dt_fancy_header_parallax_speed','0'),(2493,633,'_dt_fancy_header_height','300'),(2494,633,'_dt_fancy_header_title','  '),(2495,633,'_dt_fancy_header_subtitle','   '),(2499,633,'_wpb_shortcodes_custom_css','.vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521288336356{margin-top: 20px !important;}.vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521288336356{margin-top: 20px !important;}.vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521293194836{margin-top: 20px !important;}.vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521293194836{margin-top: 20px !important;}.vc_custom_1521293194836{margin-top: 20px !important;}'),(2500,656,'_edit_last','1'),(2501,656,'_wp_page_template','default'),(2502,656,'_wpb_vc_js_status','false'),(2503,656,'_wpb_vc_js_interface_version','2'),(2504,656,'slide_template','default'),(2505,656,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2506,656,'_dt_sidebar_position','disabled'),(2507,656,'_dt_sidebar_widgetarea_id','sidebar_1'),(2508,656,'_dt_footer_show','1'),(2509,656,'_dt_footer_widgetarea_id','sidebar_2'),(2510,656,'_dt_header_title','disabled'),(2511,656,'_dt_header_background','normal'),(2512,656,'_dt_slideshow_mode','porthole'),(2513,656,'_dt_slideshow_3d_layout','fullscreen-content'),(2514,656,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2515,656,'_dt_slideshow_layout','fullwidth'),(2516,656,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2517,656,'_dt_slideshow_scaling','fill'),(2518,656,'_dt_slideshow_autoplay','paused'),(2519,656,'_dt_slideshow_autoslide_interval','5000'),(2520,656,'_dt_slideshow_hide_captions','0'),(2521,656,'_dt_slideshow_slides_in_raw','5'),(2522,656,'_dt_slideshow_slides_in_column','3'),(2523,656,'_dt_slideshow_revolution_slider','none'),(2524,656,'_dt_slideshow_layer_slider','none'),(2525,656,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2526,656,'_dt_fancy_header_title_aligment','left'),(2527,656,'_dt_fancy_header_title_color','#000000'),(2528,656,'_dt_fancy_header_subtitle_color','#000000'),(2529,656,'_dt_fancy_header_bg_color','#ffffff'),(2530,656,'_dt_fancy_header_bg_image','a:0:{}'),(2531,656,'_dt_fancy_header_bg_repeat','no-repeat'),(2532,656,'_dt_fancy_header_bg_position_x','center'),(2533,656,'_dt_fancy_header_bg_position_y','center'),(2534,656,'_dt_fancy_header_bg_fullscreen','1'),(2535,656,'_dt_fancy_header_bg_fixed','0'),(2536,656,'_dt_fancy_header_parallax_speed','0'),(2537,656,'_dt_fancy_header_height','100'),(2538,656,'_edit_lock','1521465167:1'),(2539,658,'_edit_last','1'),(2540,658,'_wp_page_template','default'),(2541,658,'_wpb_vc_js_status','false'),(2542,658,'_wpb_vc_js_interface_version','2'),(2543,658,'slide_template','default'),(2544,658,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2545,658,'_dt_sidebar_position','disabled'),(2546,658,'_dt_sidebar_widgetarea_id','sidebar_1'),(2547,658,'_dt_footer_show','1'),(2548,658,'_dt_footer_widgetarea_id','sidebar_2'),(2549,658,'_dt_header_title','disabled'),(2550,658,'_dt_header_background','normal'),(2551,658,'_dt_slideshow_mode','porthole'),(2552,658,'_dt_slideshow_3d_layout','fullscreen-content'),(2553,658,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2554,658,'_dt_slideshow_layout','fullwidth'),(2555,658,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2556,658,'_dt_slideshow_scaling','fill'),(2557,658,'_dt_slideshow_autoplay','paused'),(2558,658,'_dt_slideshow_autoslide_interval','5000'),(2559,658,'_dt_slideshow_hide_captions','0'),(2560,658,'_dt_slideshow_slides_in_raw','5'),(2561,658,'_dt_slideshow_slides_in_column','3'),(2562,658,'_dt_slideshow_revolution_slider','none'),(2563,658,'_dt_slideshow_layer_slider','none'),(2564,658,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2565,658,'_dt_fancy_header_title_aligment','left'),(2566,658,'_dt_fancy_header_title_color','#000000'),(2567,658,'_dt_fancy_header_subtitle_color','#000000'),(2568,658,'_dt_fancy_header_bg_color','#ffffff'),(2569,658,'_dt_fancy_header_bg_image','a:0:{}'),(2570,658,'_dt_fancy_header_bg_repeat','no-repeat'),(2571,658,'_dt_fancy_header_bg_position_x','center'),(2572,658,'_dt_fancy_header_bg_position_y','center'),(2573,658,'_dt_fancy_header_bg_fullscreen','1'),(2574,658,'_dt_fancy_header_bg_fixed','0'),(2575,658,'_dt_fancy_header_parallax_speed','0'),(2576,658,'_dt_fancy_header_height','100'),(2577,658,'_edit_lock','1543328708:1'),(2578,660,'_edit_last','1'),(2579,660,'_wp_page_template','default'),(2580,660,'_wpb_vc_js_status','false'),(2581,660,'_wpb_vc_js_interface_version','2'),(2582,660,'slide_template','default'),(2583,660,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2584,660,'_dt_sidebar_position','disabled'),(2585,660,'_dt_sidebar_widgetarea_id','sidebar_1'),(2586,660,'_dt_footer_show','1'),(2587,660,'_dt_footer_widgetarea_id','sidebar_2'),(2588,660,'_dt_header_title','disabled'),(2589,660,'_dt_header_background','normal'),(2590,660,'_dt_slideshow_mode','porthole'),(2591,660,'_dt_slideshow_3d_layout','fullscreen-content'),(2592,660,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2593,660,'_dt_slideshow_layout','fullwidth'),(2594,660,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2595,660,'_dt_slideshow_scaling','fill'),(2596,660,'_dt_slideshow_autoplay','paused'),(2597,660,'_dt_slideshow_autoslide_interval','5000'),(2598,660,'_dt_slideshow_hide_captions','0'),(2599,660,'_dt_slideshow_slides_in_raw','5'),(2600,660,'_dt_slideshow_slides_in_column','3'),(2601,660,'_dt_slideshow_revolution_slider','none'),(2602,660,'_dt_slideshow_layer_slider','none'),(2603,660,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2604,660,'_dt_fancy_header_title_aligment','left'),(2605,660,'_dt_fancy_header_title_color','#000000'),(2606,660,'_dt_fancy_header_subtitle_color','#000000'),(2607,660,'_dt_fancy_header_bg_color','#ffffff'),(2608,660,'_dt_fancy_header_bg_image','a:0:{}'),(2609,660,'_dt_fancy_header_bg_repeat','no-repeat'),(2610,660,'_dt_fancy_header_bg_position_x','center'),(2611,660,'_dt_fancy_header_bg_position_y','center'),(2612,660,'_dt_fancy_header_bg_fullscreen','1'),(2613,660,'_dt_fancy_header_bg_fixed','0'),(2614,660,'_dt_fancy_header_parallax_speed','0'),(2615,660,'_dt_fancy_header_height','100'),(2616,660,'_edit_lock','1521465170:1'),(2617,662,'_edit_last','1'),(2618,662,'_edit_lock','1521465271:1'),(2619,662,'_wp_page_template','default'),(2620,662,'_wpb_vc_js_status','false'),(2621,662,'_wpb_vc_js_interface_version','2'),(2622,662,'slide_template','default'),(2623,662,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2624,662,'_dt_sidebar_position','disabled'),(2625,662,'_dt_sidebar_widgetarea_id','sidebar_1'),(2626,662,'_dt_footer_show','1'),(2627,662,'_dt_footer_widgetarea_id','sidebar_2'),(2628,662,'_dt_header_title','disabled'),(2629,662,'_dt_header_background','normal'),(2630,662,'_dt_slideshow_mode','porthole'),(2631,662,'_dt_slideshow_3d_layout','fullscreen-content'),(2632,662,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2633,662,'_dt_slideshow_layout','fullwidth'),(2634,662,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2635,662,'_dt_slideshow_scaling','fill'),(2636,662,'_dt_slideshow_autoplay','paused'),(2637,662,'_dt_slideshow_autoslide_interval','5000'),(2638,662,'_dt_slideshow_hide_captions','0'),(2639,662,'_dt_slideshow_slides_in_raw','5'),(2640,662,'_dt_slideshow_slides_in_column','3'),(2641,662,'_dt_slideshow_revolution_slider','none'),(2642,662,'_dt_slideshow_layer_slider','none'),(2643,662,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2644,662,'_dt_fancy_header_title_aligment','left'),(2645,662,'_dt_fancy_header_title_color','#000000'),(2646,662,'_dt_fancy_header_subtitle_color','#000000'),(2647,662,'_dt_fancy_header_bg_color','#ffffff'),(2648,662,'_dt_fancy_header_bg_image','a:0:{}'),(2649,662,'_dt_fancy_header_bg_repeat','no-repeat'),(2650,662,'_dt_fancy_header_bg_position_x','center'),(2651,662,'_dt_fancy_header_bg_position_y','center'),(2652,662,'_dt_fancy_header_bg_fullscreen','1'),(2653,662,'_dt_fancy_header_bg_fixed','0'),(2654,662,'_dt_fancy_header_parallax_speed','0'),(2655,662,'_dt_fancy_header_height','100'),(2656,663,'_edit_last','1'),(2657,663,'_wp_page_template','default'),(2658,663,'_wpb_vc_js_status','false'),(2659,663,'_wpb_vc_js_interface_version','2'),(2660,663,'slide_template','default'),(2661,663,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2662,663,'_dt_sidebar_position','disabled'),(2663,663,'_dt_sidebar_widgetarea_id','sidebar_1'),(2664,663,'_dt_footer_show','1'),(2665,663,'_dt_footer_widgetarea_id','sidebar_2'),(2666,663,'_dt_header_title','disabled'),(2667,663,'_dt_header_background','normal'),(2668,663,'_dt_slideshow_mode','porthole'),(2669,663,'_dt_slideshow_3d_layout','fullscreen-content'),(2670,663,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2671,663,'_dt_slideshow_layout','fullwidth'),(2672,663,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2673,663,'_dt_slideshow_scaling','fill'),(2674,663,'_dt_slideshow_autoplay','paused'),(2675,663,'_dt_slideshow_autoslide_interval','5000'),(2676,663,'_dt_slideshow_hide_captions','0'),(2677,663,'_dt_slideshow_slides_in_raw','5'),(2678,663,'_dt_slideshow_slides_in_column','3'),(2679,663,'_dt_slideshow_revolution_slider','none'),(2680,663,'_dt_slideshow_layer_slider','none'),(2681,663,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2682,663,'_dt_fancy_header_title_aligment','left'),(2683,663,'_dt_fancy_header_title_color','#000000'),(2684,663,'_dt_fancy_header_subtitle_color','#000000'),(2685,663,'_dt_fancy_header_bg_color','#ffffff'),(2686,663,'_dt_fancy_header_bg_image','a:0:{}'),(2687,663,'_dt_fancy_header_bg_repeat','no-repeat'),(2688,663,'_dt_fancy_header_bg_position_x','center'),(2689,663,'_dt_fancy_header_bg_position_y','center'),(2690,663,'_dt_fancy_header_bg_fullscreen','1'),(2691,663,'_dt_fancy_header_bg_fixed','0'),(2692,663,'_dt_fancy_header_parallax_speed','0'),(2693,663,'_dt_fancy_header_height','100'),(2694,663,'_edit_lock','1521465181:1'),(2695,666,'_edit_last','1'),(2696,666,'_wp_page_template','default'),(2697,666,'_wpb_vc_js_status','false'),(2698,666,'_wpb_vc_js_interface_version','2'),(2699,666,'slide_template','default'),(2700,666,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(2701,666,'_dt_sidebar_position','disabled'),(2702,666,'_dt_sidebar_widgetarea_id','sidebar_1'),(2703,666,'_dt_footer_show','1'),(2704,666,'_dt_footer_widgetarea_id','sidebar_2'),(2705,666,'_dt_header_title','disabled'),(2706,666,'_dt_header_background','normal'),(2707,666,'_dt_slideshow_mode','porthole'),(2708,666,'_dt_slideshow_3d_layout','fullscreen-content'),(2709,666,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(2710,666,'_dt_slideshow_layout','fullwidth'),(2711,666,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(2712,666,'_dt_slideshow_scaling','fill'),(2713,666,'_dt_slideshow_autoplay','paused'),(2714,666,'_dt_slideshow_autoslide_interval','5000'),(2715,666,'_dt_slideshow_hide_captions','0'),(2716,666,'_dt_slideshow_slides_in_raw','5'),(2717,666,'_dt_slideshow_slides_in_column','3'),(2718,666,'_dt_slideshow_revolution_slider','none'),(2719,666,'_dt_slideshow_layer_slider','none'),(2720,666,'_dt_slideshow_layer_show_bg_and_paddings','0'),(2721,666,'_dt_fancy_header_title_aligment','left'),(2722,666,'_dt_fancy_header_title_color','#000000'),(2723,666,'_dt_fancy_header_subtitle_color','#000000'),(2724,666,'_dt_fancy_header_bg_color','#ffffff'),(2725,666,'_dt_fancy_header_bg_image','a:0:{}'),(2726,666,'_dt_fancy_header_bg_repeat','no-repeat'),(2727,666,'_dt_fancy_header_bg_position_x','center'),(2728,666,'_dt_fancy_header_bg_position_y','center'),(2729,666,'_dt_fancy_header_bg_fullscreen','1'),(2730,666,'_dt_fancy_header_bg_fixed','0'),(2731,666,'_dt_fancy_header_parallax_speed','0'),(2732,666,'_dt_fancy_header_height','100'),(2733,666,'_edit_lock','1521465270:1'),(2734,668,'_menu_item_type','post_type'),(2735,668,'_menu_item_menu_item_parent','0'),(2736,668,'_menu_item_object_id','629'),(2737,668,'_menu_item_object','page'),(2738,668,'_menu_item_target',''),(2739,668,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2740,668,'_menu_item_xfn',''),(2741,668,'_menu_item_url',''),(2743,668,'_menu_item_dt_mega_menu_enabled',''),(2744,668,'_menu_item_dt_mega_menu_fullwidth',''),(2745,668,'_menu_item_dt_mega_menu_hide_title',''),(2746,668,'_menu_item_dt_mega_menu_remove_link',''),(2747,668,'_menu_item_dt_mega_menu_new_row',''),(2748,668,'_menu_item_dt_mega_menu_new_column',''),(2794,672,'_menu_item_type','post_type'),(2795,672,'_menu_item_menu_item_parent','668'),(2796,672,'_menu_item_object_id','660'),(2797,672,'_menu_item_object','page'),(2798,672,'_menu_item_target',''),(2799,672,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2800,672,'_menu_item_xfn',''),(2801,672,'_menu_item_url',''),(2803,672,'_menu_item_dt_mega_menu_enabled','1'),(2804,672,'_menu_item_dt_mega_menu_fullwidth',''),(2805,672,'_menu_item_dt_mega_menu_hide_title',''),(2806,672,'_menu_item_dt_mega_menu_remove_link',''),(2807,672,'_menu_item_dt_mega_menu_new_row',''),(2808,672,'_menu_item_dt_mega_menu_new_column',''),(2809,673,'_menu_item_type','post_type'),(2810,673,'_menu_item_menu_item_parent','668'),(2811,673,'_menu_item_object_id','658'),(2812,673,'_menu_item_object','page'),(2813,673,'_menu_item_target',''),(2814,673,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2815,673,'_menu_item_xfn',''),(2816,673,'_menu_item_url',''),(2818,673,'_menu_item_dt_mega_menu_enabled','1'),(2819,673,'_menu_item_dt_mega_menu_fullwidth',''),(2820,673,'_menu_item_dt_mega_menu_hide_title',''),(2821,673,'_menu_item_dt_mega_menu_remove_link',''),(2822,673,'_menu_item_dt_mega_menu_new_row',''),(2823,673,'_menu_item_dt_mega_menu_new_column',''),(2854,668,'_menu_item_dt_mega_menu_icon','none'),(2855,668,'_menu_item_dt_mega_menu_iconfont',''),(2856,668,'_menu_item_dt_mega_menu_image',''),(2857,668,'_menu_item_dt_mega_menu_image_width','0'),(2858,668,'_menu_item_dt_mega_menu_image_height','0'),(2859,668,'_menu_item_dt_mega_menu_columns','3'),(2872,673,'_menu_item_dt_mega_menu_icon','none'),(2873,673,'_menu_item_dt_mega_menu_iconfont',''),(2874,673,'_menu_item_dt_mega_menu_image',''),(2875,673,'_menu_item_dt_mega_menu_image_width','0'),(2876,673,'_menu_item_dt_mega_menu_image_height','0'),(2877,673,'_menu_item_dt_mega_menu_columns','3'),(2878,672,'_menu_item_dt_mega_menu_icon','none'),(2879,672,'_menu_item_dt_mega_menu_iconfont',''),(2880,672,'_menu_item_dt_mega_menu_image',''),(2881,672,'_menu_item_dt_mega_menu_image_width','0'),(2882,672,'_menu_item_dt_mega_menu_image_height','0'),(2883,672,'_menu_item_dt_mega_menu_columns','3'),(2902,678,'_wp_attached_file','2014/12/white-floral-tisue-paper-texture-hd.jpg'),(2903,678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:47:\"2014/12/white-floral-tisue-paper-texture-hd.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"white-floral-tisue-paper-texture-hd-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:47:\"white-floral-tisue-paper-texture-hd-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"white-floral-tisue-paper-texture-hd-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(2908,660,'_dt_content_display','no'),(2909,660,'_dt_content_position','before_items'),(2910,660,'_dt_microsite_page_loading','1'),(2911,660,'_dt_microsite_header_logo_regular','a:0:{}'),(2912,660,'_dt_microsite_header_logo_hd','a:0:{}'),(2913,660,'_dt_microsite_bottom_logo_regular','a:0:{}'),(2914,660,'_dt_microsite_bottom_logo_hd','a:0:{}'),(2915,660,'_dt_microsite_floating_logo_regular','a:0:{}'),(2916,660,'_dt_microsite_floating_logo_hd','a:0:{}'),(2917,660,'_dt_microsite_favicon','a:0:{}'),(2918,660,'_dt_microsite_primary_menu','0'),(2919,695,'_menu_item_type','post_type'),(2920,695,'_menu_item_menu_item_parent','0'),(2921,695,'_menu_item_object_id','633'),(2922,695,'_menu_item_object','page'),(2923,695,'_menu_item_target',''),(2924,695,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2925,695,'_menu_item_xfn',''),(2926,695,'_menu_item_url',''),(2928,695,'_menu_item_dt_mega_menu_enabled',''),(2929,695,'_menu_item_dt_mega_menu_fullwidth',''),(2930,695,'_menu_item_dt_mega_menu_hide_title',''),(2931,695,'_menu_item_dt_mega_menu_remove_link',''),(2932,695,'_menu_item_dt_mega_menu_new_row',''),(2933,695,'_menu_item_dt_mega_menu_new_column',''),(2934,696,'_menu_item_type','post_type'),(2935,696,'_menu_item_menu_item_parent','0'),(2936,696,'_menu_item_object_id','656'),(2937,696,'_menu_item_object','page'),(2938,696,'_menu_item_target',''),(2939,696,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2940,696,'_menu_item_xfn',''),(2941,696,'_menu_item_url',''),(2943,696,'_menu_item_dt_mega_menu_enabled','1'),(2944,696,'_menu_item_dt_mega_menu_fullwidth',''),(2945,696,'_menu_item_dt_mega_menu_hide_title',''),(2946,696,'_menu_item_dt_mega_menu_remove_link',''),(2947,696,'_menu_item_dt_mega_menu_new_row',''),(2948,696,'_menu_item_dt_mega_menu_new_column',''),(2949,697,'_menu_item_type','post_type'),(2950,697,'_menu_item_menu_item_parent','0'),(2951,697,'_menu_item_object_id','660'),(2952,697,'_menu_item_object','page'),(2953,697,'_menu_item_target',''),(2954,697,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2955,697,'_menu_item_xfn',''),(2956,697,'_menu_item_url',''),(2958,697,'_menu_item_dt_mega_menu_enabled','1'),(2959,697,'_menu_item_dt_mega_menu_fullwidth',''),(2960,697,'_menu_item_dt_mega_menu_hide_title',''),(2961,697,'_menu_item_dt_mega_menu_remove_link',''),(2962,697,'_menu_item_dt_mega_menu_new_row',''),(2963,697,'_menu_item_dt_mega_menu_new_column',''),(2964,698,'_menu_item_type','post_type'),(2965,698,'_menu_item_menu_item_parent','0'),(2966,698,'_menu_item_object_id','658'),(2967,698,'_menu_item_object','page'),(2968,698,'_menu_item_target',''),(2969,698,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2970,698,'_menu_item_xfn',''),(2971,698,'_menu_item_url',''),(2973,698,'_menu_item_dt_mega_menu_enabled','1'),(2974,698,'_menu_item_dt_mega_menu_fullwidth',''),(2975,698,'_menu_item_dt_mega_menu_hide_title',''),(2976,698,'_menu_item_dt_mega_menu_remove_link',''),(2977,698,'_menu_item_dt_mega_menu_new_row',''),(2978,698,'_menu_item_dt_mega_menu_new_column',''),(3024,695,'_menu_item_dt_mega_menu_icon','none'),(3025,695,'_menu_item_dt_mega_menu_iconfont',''),(3026,695,'_menu_item_dt_mega_menu_iconfont',''),(3027,695,'_menu_item_dt_mega_menu_image',''),(3028,695,'_menu_item_dt_mega_menu_image',''),(3029,695,'_menu_item_dt_mega_menu_image_width','0'),(3030,695,'_menu_item_dt_mega_menu_image_width','0'),(3031,695,'_menu_item_dt_mega_menu_image_height','0'),(3032,695,'_menu_item_dt_mega_menu_image_height','0'),(3033,695,'_menu_item_dt_mega_menu_columns','3'),(3034,696,'_menu_item_dt_mega_menu_icon','none'),(3035,696,'_menu_item_dt_mega_menu_iconfont',''),(3036,696,'_menu_item_dt_mega_menu_iconfont',''),(3037,696,'_menu_item_dt_mega_menu_image',''),(3038,696,'_menu_item_dt_mega_menu_image',''),(3039,696,'_menu_item_dt_mega_menu_image_width','0'),(3040,696,'_menu_item_dt_mega_menu_image_width','0'),(3041,696,'_menu_item_dt_mega_menu_image_height','0'),(3042,696,'_menu_item_dt_mega_menu_image_height','0'),(3043,696,'_menu_item_dt_mega_menu_columns','3'),(3044,698,'_menu_item_dt_mega_menu_icon','none'),(3045,698,'_menu_item_dt_mega_menu_iconfont',''),(3046,698,'_menu_item_dt_mega_menu_iconfont',''),(3047,698,'_menu_item_dt_mega_menu_image',''),(3048,698,'_menu_item_dt_mega_menu_image',''),(3049,698,'_menu_item_dt_mega_menu_image_width','0'),(3050,698,'_menu_item_dt_mega_menu_image_width','0'),(3051,698,'_menu_item_dt_mega_menu_image_height','0'),(3052,698,'_menu_item_dt_mega_menu_image_height','0'),(3053,698,'_menu_item_dt_mega_menu_columns','3'),(3054,697,'_menu_item_dt_mega_menu_icon','none'),(3055,697,'_menu_item_dt_mega_menu_iconfont',''),(3056,697,'_menu_item_dt_mega_menu_iconfont',''),(3057,697,'_menu_item_dt_mega_menu_image',''),(3058,697,'_menu_item_dt_mega_menu_image',''),(3059,697,'_menu_item_dt_mega_menu_image_width','0'),(3060,697,'_menu_item_dt_mega_menu_image_width','0'),(3061,697,'_menu_item_dt_mega_menu_image_height','0'),(3062,697,'_menu_item_dt_mega_menu_image_height','0'),(3063,697,'_menu_item_dt_mega_menu_columns','3'),(3090,658,'_wpb_shortcodes_custom_css','.vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521287450596{margin-top: 20px !important;}.vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521287450596{margin-top: 20px !important;}.vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521287450596{margin-top: 20px !important;}.vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521287450596{margin-top: 20px !important;}.vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521287450596{margin-top: 20px !important;}.vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}.vc_custom_1521287450596{margin-top: 20px !important;}.vc_custom_1521287544312{margin-top: 20px !important;}'),(3092,717,'_wp_attached_file','2014/12/titleborder.png'),(3093,717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:466;s:6:\"height\";i:8;s:4:\"file\";s:23:\"2014/12/titleborder.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"titleborder-150x8.png\";s:5:\"width\";i:150;s:6:\"height\";i:8;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"titleborder-300x5.png\";s:5:\"width\";i:300;s:6:\"height\";i:5;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3094,662,'_wpb_shortcodes_custom_css','.vc_custom_1423208365142{margin-top: 5px !important;}'),(3096,666,'_wpb_shortcodes_custom_css','.vc_custom_1423210987018{margin-top: 5px !important;}'),(3097,722,'_edit_last','1'),(3098,722,'_edit_lock','1521465173:1'),(3099,722,'_wp_page_template','default'),(3100,722,'_wpb_vc_js_status','false'),(3101,722,'_wpb_vc_js_interface_version','2'),(3102,722,'slide_template','default'),(3103,722,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3104,722,'_dt_sidebar_position','disabled'),(3105,722,'_dt_sidebar_widgetarea_id','sidebar_1'),(3106,722,'_dt_footer_show','1'),(3107,722,'_dt_footer_widgetarea_id','sidebar_2'),(3108,722,'_dt_header_title','disabled'),(3109,722,'_dt_header_background','normal'),(3110,722,'_dt_slideshow_mode','porthole'),(3111,722,'_dt_slideshow_3d_layout','fullscreen-content'),(3112,722,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(3113,722,'_dt_slideshow_layout','fullwidth'),(3114,722,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3115,722,'_dt_slideshow_scaling','fill'),(3116,722,'_dt_slideshow_autoplay','paused'),(3117,722,'_dt_slideshow_autoslide_interval','5000'),(3118,722,'_dt_slideshow_hide_captions','0'),(3119,722,'_dt_slideshow_slides_in_raw','5'),(3120,722,'_dt_slideshow_slides_in_column','3'),(3121,722,'_dt_slideshow_revolution_slider','none'),(3122,722,'_dt_slideshow_layer_slider','none'),(3123,722,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3124,722,'_dt_fancy_header_title_aligment','left'),(3125,722,'_dt_fancy_header_title_color','#000000'),(3126,722,'_dt_fancy_header_subtitle_color','#000000'),(3127,722,'_dt_fancy_header_bg_color','#ffffff'),(3128,722,'_dt_fancy_header_bg_image','a:0:{}'),(3129,722,'_dt_fancy_header_bg_repeat','no-repeat'),(3130,722,'_dt_fancy_header_bg_position_x','center'),(3131,722,'_dt_fancy_header_bg_position_y','center'),(3132,722,'_dt_fancy_header_bg_fullscreen','1'),(3133,722,'_dt_fancy_header_bg_fixed','0'),(3134,722,'_dt_fancy_header_parallax_speed','0'),(3135,722,'_dt_fancy_header_height','100'),(3136,725,'_edit_last','1'),(3137,725,'_edit_lock','1521465179:1'),(3138,724,'_edit_last','1'),(3139,724,'_edit_lock','1521465171:1'),(3140,724,'_wp_page_template','default'),(3141,724,'_wpb_vc_js_status','false'),(3142,724,'_wpb_vc_js_interface_version','2'),(3143,724,'slide_template','default'),(3144,724,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3145,724,'_dt_sidebar_position','disabled'),(3146,724,'_dt_sidebar_widgetarea_id','sidebar_1'),(3147,724,'_dt_footer_show','1'),(3148,724,'_dt_footer_widgetarea_id','sidebar_2'),(3149,724,'_dt_header_title','disabled'),(3150,724,'_dt_header_background','normal'),(3151,724,'_dt_slideshow_mode','porthole'),(3152,724,'_dt_slideshow_3d_layout','fullscreen-content'),(3153,724,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(3154,724,'_dt_slideshow_layout','fullwidth'),(3155,724,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3156,724,'_dt_slideshow_scaling','fill'),(3157,724,'_dt_slideshow_autoplay','paused'),(3158,724,'_dt_slideshow_autoslide_interval','5000'),(3159,724,'_dt_slideshow_hide_captions','0'),(3160,724,'_dt_slideshow_slides_in_raw','5'),(3161,724,'_dt_slideshow_slides_in_column','3'),(3162,724,'_dt_slideshow_revolution_slider','none'),(3163,724,'_dt_slideshow_layer_slider','none'),(3164,724,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3165,724,'_dt_fancy_header_title_aligment','left'),(3166,724,'_dt_fancy_header_title_color','#000000'),(3167,724,'_dt_fancy_header_subtitle_color','#000000'),(3168,724,'_dt_fancy_header_bg_color','#ffffff'),(3169,724,'_dt_fancy_header_bg_image','a:0:{}'),(3170,724,'_dt_fancy_header_bg_repeat','no-repeat'),(3171,724,'_dt_fancy_header_bg_position_x','center'),(3172,724,'_dt_fancy_header_bg_position_y','center'),(3173,724,'_dt_fancy_header_bg_fullscreen','1'),(3174,724,'_dt_fancy_header_bg_fixed','0'),(3175,724,'_dt_fancy_header_parallax_speed','0'),(3176,724,'_dt_fancy_header_height','100'),(3177,725,'_wp_page_template','default'),(3178,725,'_wpb_vc_js_status','false'),(3179,725,'_wpb_vc_js_interface_version','2'),(3180,725,'slide_template','default'),(3181,725,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3182,725,'_dt_sidebar_position','disabled'),(3183,725,'_dt_sidebar_widgetarea_id','sidebar_1'),(3184,725,'_dt_footer_show','1'),(3185,725,'_dt_footer_widgetarea_id','sidebar_2'),(3186,725,'_dt_header_title','disabled'),(3187,725,'_dt_header_background','normal'),(3188,725,'_dt_slideshow_mode','porthole'),(3189,725,'_dt_slideshow_3d_layout','fullscreen-content'),(3190,725,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(3191,725,'_dt_slideshow_layout','fullwidth'),(3192,725,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3193,725,'_dt_slideshow_scaling','fill'),(3194,725,'_dt_slideshow_autoplay','paused'),(3195,725,'_dt_slideshow_autoslide_interval','5000'),(3196,725,'_dt_slideshow_hide_captions','0'),(3197,725,'_dt_slideshow_slides_in_raw','5'),(3198,725,'_dt_slideshow_slides_in_column','3'),(3199,725,'_dt_slideshow_revolution_slider','none'),(3200,725,'_dt_slideshow_layer_slider','none'),(3201,725,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3202,725,'_dt_fancy_header_title_aligment','left'),(3203,725,'_dt_fancy_header_title_color','#000000'),(3204,725,'_dt_fancy_header_subtitle_color','#000000'),(3205,725,'_dt_fancy_header_bg_color','#ffffff'),(3206,725,'_dt_fancy_header_bg_image','a:0:{}'),(3207,725,'_dt_fancy_header_bg_repeat','no-repeat'),(3208,725,'_dt_fancy_header_bg_position_x','center'),(3209,725,'_dt_fancy_header_bg_position_y','center'),(3210,725,'_dt_fancy_header_bg_fullscreen','1'),(3211,725,'_dt_fancy_header_bg_fixed','0'),(3212,725,'_dt_fancy_header_parallax_speed','0'),(3213,725,'_dt_fancy_header_height','100'),(3214,727,'_edit_last','1'),(3215,727,'_edit_lock','1543323030:1'),(3216,727,'_wp_page_template','default'),(3217,727,'_wpb_vc_js_status','true'),(3218,727,'_wpb_vc_js_interface_version','2'),(3219,727,'slide_template','default'),(3220,727,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3221,727,'_dt_sidebar_position','disabled'),(3222,727,'_dt_sidebar_widgetarea_id','sidebar_1'),(3223,727,'_dt_footer_show','1'),(3224,727,'_dt_footer_widgetarea_id','sidebar_2'),(3225,727,'_dt_header_title','disabled'),(3226,727,'_dt_header_background','normal'),(3227,727,'_dt_slideshow_mode','porthole'),(3228,727,'_dt_slideshow_3d_layout','fullscreen-content'),(3229,727,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(3230,727,'_dt_slideshow_layout','fullwidth'),(3231,727,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3232,727,'_dt_slideshow_scaling','fill'),(3233,727,'_dt_slideshow_autoplay','paused'),(3234,727,'_dt_slideshow_autoslide_interval','5000'),(3235,727,'_dt_slideshow_hide_captions','0'),(3236,727,'_dt_slideshow_slides_in_raw','5'),(3237,727,'_dt_slideshow_slides_in_column','3'),(3238,727,'_dt_slideshow_revolution_slider','none'),(3239,727,'_dt_slideshow_layer_slider','none'),(3240,727,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3241,727,'_dt_fancy_header_title_aligment','left'),(3242,727,'_dt_fancy_header_title_color','#000000'),(3243,727,'_dt_fancy_header_subtitle_color','#000000'),(3244,727,'_dt_fancy_header_bg_color','#ffffff'),(3245,727,'_dt_fancy_header_bg_image','a:0:{}'),(3246,727,'_dt_fancy_header_bg_repeat','no-repeat'),(3247,727,'_dt_fancy_header_bg_position_x','center'),(3248,727,'_dt_fancy_header_bg_position_y','center'),(3249,727,'_dt_fancy_header_bg_fullscreen','1'),(3250,727,'_dt_fancy_header_bg_fixed','0'),(3251,727,'_dt_fancy_header_parallax_speed','0'),(3252,727,'_dt_fancy_header_height','100'),(3253,729,'_edit_last','1'),(3254,729,'_edit_lock','1471695607:1'),(3255,729,'_wp_page_template','default'),(3256,729,'_wpb_vc_js_status','false'),(3257,729,'_wpb_vc_js_interface_version','2'),(3258,729,'slide_template','default'),(3259,729,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3260,729,'_dt_sidebar_position','disabled'),(3261,729,'_dt_sidebar_widgetarea_id','sidebar_1'),(3262,729,'_dt_footer_show','1'),(3263,729,'_dt_footer_widgetarea_id','sidebar_2'),(3264,729,'_dt_header_title','disabled'),(3265,729,'_dt_header_background','normal'),(3266,729,'_dt_slideshow_mode','porthole'),(3267,729,'_dt_slideshow_3d_layout','fullscreen-content'),(3268,729,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(3269,729,'_dt_slideshow_layout','fullwidth'),(3270,729,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3271,729,'_dt_slideshow_scaling','fill'),(3272,729,'_dt_slideshow_autoplay','paused'),(3273,729,'_dt_slideshow_autoslide_interval','5000'),(3274,729,'_dt_slideshow_hide_captions','0'),(3275,729,'_dt_slideshow_slides_in_raw','5'),(3276,729,'_dt_slideshow_slides_in_column','3'),(3277,729,'_dt_slideshow_revolution_slider','none'),(3278,729,'_dt_slideshow_layer_slider','none'),(3279,729,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3280,729,'_dt_fancy_header_title_aligment','left'),(3281,729,'_dt_fancy_header_title_color','#000000'),(3282,729,'_dt_fancy_header_subtitle_color','#000000'),(3283,729,'_dt_fancy_header_bg_color','#ffffff'),(3284,729,'_dt_fancy_header_bg_image','a:0:{}'),(3285,729,'_dt_fancy_header_bg_repeat','no-repeat'),(3286,729,'_dt_fancy_header_bg_position_x','center'),(3287,729,'_dt_fancy_header_bg_position_y','center'),(3288,729,'_dt_fancy_header_bg_fullscreen','1'),(3289,729,'_dt_fancy_header_bg_fixed','0'),(3290,729,'_dt_fancy_header_parallax_speed','0'),(3291,729,'_dt_fancy_header_height','100'),(3292,732,'_edit_last','1'),(3293,732,'_edit_lock','1443697692:1'),(3294,732,'_wp_page_template','default'),(3295,732,'_wpb_vc_js_status','true'),(3296,732,'_wpb_vc_js_interface_version','2'),(3297,732,'slide_template','default'),(3298,732,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3299,732,'_dt_sidebar_position','disabled'),(3300,732,'_dt_sidebar_widgetarea_id','sidebar_1'),(3301,732,'_dt_footer_show','1'),(3302,732,'_dt_footer_widgetarea_id','sidebar_2'),(3303,732,'_dt_header_title','disabled'),(3304,732,'_dt_header_background','normal'),(3305,732,'_dt_slideshow_mode','porthole'),(3306,732,'_dt_slideshow_3d_layout','fullscreen-content'),(3307,732,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(3308,732,'_dt_slideshow_layout','fullwidth'),(3309,732,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3310,732,'_dt_slideshow_scaling','fill'),(3311,732,'_dt_slideshow_autoplay','paused'),(3312,732,'_dt_slideshow_autoslide_interval','5000'),(3313,732,'_dt_slideshow_hide_captions','0'),(3314,732,'_dt_slideshow_slides_in_raw','5'),(3315,732,'_dt_slideshow_slides_in_column','3'),(3316,732,'_dt_slideshow_revolution_slider','none'),(3317,732,'_dt_slideshow_layer_slider','none'),(3318,732,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3319,732,'_dt_fancy_header_title_aligment','left'),(3320,732,'_dt_fancy_header_title_color','#000000'),(3321,732,'_dt_fancy_header_subtitle_color','#000000'),(3322,732,'_dt_fancy_header_bg_color','#ffffff'),(3323,732,'_dt_fancy_header_bg_image','a:0:{}'),(3324,732,'_dt_fancy_header_bg_repeat','no-repeat'),(3325,732,'_dt_fancy_header_bg_position_x','center'),(3326,732,'_dt_fancy_header_bg_position_y','center'),(3327,732,'_dt_fancy_header_bg_fullscreen','1'),(3328,732,'_dt_fancy_header_bg_fixed','0'),(3329,732,'_dt_fancy_header_parallax_speed','0'),(3330,732,'_dt_fancy_header_height','100'),(3331,732,'_oembed_1de78a4c4779eed4a1ab3c86e681ab28','<iframe src=\"//player.vimeo.com/video/23237102\" width=\"1200\" height=\"675\" frameborder=\"0\" title=\"The City Limits\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(3332,732,'_oembed_time_1de78a4c4779eed4a1ab3c86e681ab28','1418473607'),(3363,741,'_menu_item_type','post_type'),(3364,741,'_menu_item_menu_item_parent','0'),(3365,741,'_menu_item_object_id','727'),(3366,741,'_menu_item_object','page'),(3367,741,'_menu_item_target',''),(3368,741,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3369,741,'_menu_item_xfn',''),(3370,741,'_menu_item_url',''),(3372,741,'_menu_item_dt_mega_menu_enabled',''),(3373,741,'_menu_item_dt_mega_menu_fullwidth',''),(3374,741,'_menu_item_dt_mega_menu_hide_title',''),(3375,741,'_menu_item_dt_mega_menu_remove_link',''),(3376,741,'_menu_item_dt_mega_menu_new_row',''),(3377,741,'_menu_item_dt_mega_menu_new_column',''),(3378,742,'_menu_item_type','post_type'),(3379,742,'_menu_item_menu_item_parent','0'),(3380,742,'_menu_item_object_id','725'),(3381,742,'_menu_item_object','page'),(3382,742,'_menu_item_target',''),(3383,742,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3384,742,'_menu_item_xfn',''),(3385,742,'_menu_item_url',''),(3387,742,'_menu_item_dt_mega_menu_enabled',''),(3388,742,'_menu_item_dt_mega_menu_fullwidth',''),(3389,742,'_menu_item_dt_mega_menu_hide_title',''),(3390,742,'_menu_item_dt_mega_menu_remove_link',''),(3391,742,'_menu_item_dt_mega_menu_new_row',''),(3392,742,'_menu_item_dt_mega_menu_new_column',''),(3393,743,'_menu_item_type','post_type'),(3394,743,'_menu_item_menu_item_parent','0'),(3395,743,'_menu_item_object_id','724'),(3396,743,'_menu_item_object','page'),(3397,743,'_menu_item_target',''),(3398,743,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3399,743,'_menu_item_xfn',''),(3400,743,'_menu_item_url',''),(3402,743,'_menu_item_dt_mega_menu_enabled',''),(3403,743,'_menu_item_dt_mega_menu_fullwidth',''),(3404,743,'_menu_item_dt_mega_menu_hide_title',''),(3405,743,'_menu_item_dt_mega_menu_remove_link',''),(3406,743,'_menu_item_dt_mega_menu_new_row',''),(3407,743,'_menu_item_dt_mega_menu_new_column',''),(3408,744,'_menu_item_type','post_type'),(3409,744,'_menu_item_menu_item_parent','0'),(3410,744,'_menu_item_object_id','722'),(3411,744,'_menu_item_object','page'),(3412,744,'_menu_item_target',''),(3413,744,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3414,744,'_menu_item_xfn',''),(3415,744,'_menu_item_url',''),(3417,744,'_menu_item_dt_mega_menu_enabled',''),(3418,744,'_menu_item_dt_mega_menu_fullwidth',''),(3419,744,'_menu_item_dt_mega_menu_hide_title',''),(3420,744,'_menu_item_dt_mega_menu_remove_link',''),(3421,744,'_menu_item_dt_mega_menu_new_row',''),(3422,744,'_menu_item_dt_mega_menu_new_column',''),(3423,744,'_menu_item_dt_mega_menu_icon','none'),(3424,744,'_menu_item_dt_mega_menu_iconfont',''),(3425,744,'_menu_item_dt_mega_menu_image',''),(3426,744,'_menu_item_dt_mega_menu_image_width','0'),(3427,744,'_menu_item_dt_mega_menu_image_height','0'),(3428,744,'_menu_item_dt_mega_menu_columns','3'),(3429,743,'_menu_item_dt_mega_menu_icon','none'),(3430,743,'_menu_item_dt_mega_menu_iconfont',''),(3431,743,'_menu_item_dt_mega_menu_image',''),(3432,743,'_menu_item_dt_mega_menu_image_width','0'),(3433,743,'_menu_item_dt_mega_menu_image_height','0'),(3434,743,'_menu_item_dt_mega_menu_columns','3'),(3435,742,'_menu_item_dt_mega_menu_icon','none'),(3436,742,'_menu_item_dt_mega_menu_iconfont',''),(3437,742,'_menu_item_dt_mega_menu_image',''),(3438,742,'_menu_item_dt_mega_menu_image_width','0'),(3439,742,'_menu_item_dt_mega_menu_image_height','0'),(3440,742,'_menu_item_dt_mega_menu_columns','3'),(3441,741,'_menu_item_dt_mega_menu_icon','none'),(3442,741,'_menu_item_dt_mega_menu_iconfont',''),(3443,741,'_menu_item_dt_mega_menu_image',''),(3444,741,'_menu_item_dt_mega_menu_image_width','0'),(3445,741,'_menu_item_dt_mega_menu_image_height','0'),(3446,741,'_menu_item_dt_mega_menu_columns','3'),(3459,732,'_wpb_shortcodes_custom_css','.vc_custom_1418805526035{margin-top: 10px !important;margin-bottom: 20px !important;padding-left: 5px !important;}.vc_custom_1443742738603{margin-top: 10px !important;margin-bottom: 20px !important;padding-left: 5px !important;}'),(3460,754,'_menu_item_type','post_type'),(3461,754,'_menu_item_menu_item_parent','0'),(3462,754,'_menu_item_object_id','732'),(3463,754,'_menu_item_object','page'),(3464,754,'_menu_item_target',''),(3465,754,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3466,754,'_menu_item_xfn',''),(3467,754,'_menu_item_url',''),(3469,754,'_menu_item_dt_mega_menu_enabled',''),(3470,754,'_menu_item_dt_mega_menu_fullwidth',''),(3471,754,'_menu_item_dt_mega_menu_hide_title',''),(3472,754,'_menu_item_dt_mega_menu_remove_link',''),(3473,754,'_menu_item_dt_mega_menu_new_row',''),(3474,754,'_menu_item_dt_mega_menu_new_column',''),(3475,754,'_menu_item_dt_mega_menu_icon','none'),(3476,754,'_menu_item_dt_mega_menu_iconfont',''),(3477,754,'_menu_item_dt_mega_menu_image',''),(3478,754,'_menu_item_dt_mega_menu_image_width','0'),(3479,754,'_menu_item_dt_mega_menu_image_height','0'),(3480,754,'_menu_item_dt_mega_menu_columns','3'),(3506,762,'_menu_item_type','post_type'),(3507,762,'_menu_item_menu_item_parent','0'),(3508,762,'_menu_item_object_id','729'),(3509,762,'_menu_item_object','page'),(3510,762,'_menu_item_target',''),(3511,762,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3512,762,'_menu_item_xfn',''),(3513,762,'_menu_item_url',''),(3515,762,'_menu_item_dt_mega_menu_enabled',''),(3516,762,'_menu_item_dt_mega_menu_fullwidth',''),(3517,762,'_menu_item_dt_mega_menu_hide_title',''),(3518,762,'_menu_item_dt_mega_menu_remove_link',''),(3519,762,'_menu_item_dt_mega_menu_new_row',''),(3520,762,'_menu_item_dt_mega_menu_new_column',''),(3536,764,'_menu_item_type','post_type'),(3537,764,'_menu_item_menu_item_parent','762'),(3538,764,'_menu_item_object_id','722'),(3539,764,'_menu_item_object','page'),(3540,764,'_menu_item_target',''),(3541,764,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3542,764,'_menu_item_xfn',''),(3543,764,'_menu_item_url',''),(3545,764,'_menu_item_dt_mega_menu_enabled','1'),(3546,764,'_menu_item_dt_mega_menu_fullwidth',''),(3547,764,'_menu_item_dt_mega_menu_hide_title',''),(3548,764,'_menu_item_dt_mega_menu_remove_link',''),(3549,764,'_menu_item_dt_mega_menu_new_row',''),(3550,764,'_menu_item_dt_mega_menu_new_column',''),(3551,765,'_menu_item_type','post_type'),(3552,765,'_menu_item_menu_item_parent','762'),(3553,765,'_menu_item_object_id','725'),(3554,765,'_menu_item_object','page'),(3555,765,'_menu_item_target',''),(3556,765,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3557,765,'_menu_item_xfn',''),(3558,765,'_menu_item_url',''),(3560,765,'_menu_item_dt_mega_menu_enabled','1'),(3561,765,'_menu_item_dt_mega_menu_fullwidth',''),(3562,765,'_menu_item_dt_mega_menu_hide_title',''),(3563,765,'_menu_item_dt_mega_menu_remove_link',''),(3564,765,'_menu_item_dt_mega_menu_new_row',''),(3565,765,'_menu_item_dt_mega_menu_new_column',''),(3566,766,'_menu_item_type','post_type'),(3567,766,'_menu_item_menu_item_parent','762'),(3568,766,'_menu_item_object_id','724'),(3569,766,'_menu_item_object','page'),(3570,766,'_menu_item_target',''),(3571,766,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3572,766,'_menu_item_xfn',''),(3573,766,'_menu_item_url',''),(3575,766,'_menu_item_dt_mega_menu_enabled','1'),(3576,766,'_menu_item_dt_mega_menu_fullwidth',''),(3577,766,'_menu_item_dt_mega_menu_hide_title',''),(3578,766,'_menu_item_dt_mega_menu_remove_link',''),(3579,766,'_menu_item_dt_mega_menu_new_row',''),(3580,766,'_menu_item_dt_mega_menu_new_column',''),(3581,762,'_menu_item_dt_mega_menu_icon','none'),(3582,762,'_menu_item_dt_mega_menu_iconfont',''),(3583,762,'_menu_item_dt_mega_menu_image',''),(3584,762,'_menu_item_dt_mega_menu_image_width','0'),(3585,762,'_menu_item_dt_mega_menu_image_height','0'),(3586,762,'_menu_item_dt_mega_menu_columns','3'),(3593,764,'_menu_item_dt_mega_menu_icon','none'),(3594,764,'_menu_item_dt_mega_menu_iconfont',''),(3595,764,'_menu_item_dt_mega_menu_image',''),(3596,764,'_menu_item_dt_mega_menu_image_width','0'),(3597,764,'_menu_item_dt_mega_menu_image_height','0'),(3598,764,'_menu_item_dt_mega_menu_columns','3'),(3599,765,'_menu_item_dt_mega_menu_icon','none'),(3600,765,'_menu_item_dt_mega_menu_iconfont',''),(3601,765,'_menu_item_dt_mega_menu_image',''),(3602,765,'_menu_item_dt_mega_menu_image_width','0'),(3603,765,'_menu_item_dt_mega_menu_image_height','0'),(3604,765,'_menu_item_dt_mega_menu_columns','3'),(3605,766,'_menu_item_dt_mega_menu_icon','none'),(3606,766,'_menu_item_dt_mega_menu_iconfont',''),(3607,766,'_menu_item_dt_mega_menu_image',''),(3608,766,'_menu_item_dt_mega_menu_image_width','0'),(3609,766,'_menu_item_dt_mega_menu_image_height','0'),(3610,766,'_menu_item_dt_mega_menu_columns','3'),(3611,11,'_edit_lock','1543318685:1'),(3612,780,'_wp_attached_file','2014/12/1-14021G42326205.jpg'),(3613,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3399;s:6:\"height\";i:1869;s:4:\"file\";s:28:\"2014/12/1-14021G42326205.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"1-14021G42326205-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"1-14021G42326205-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"1-14021G42326205-1024x563.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3614,780,'_wp_attachment_image_alt','LED hi bay'),(3615,780,'dt-img-hide-title','0'),(3616,795,'_wp_attached_file','2014/12/banner-31.jpg'),(3617,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2014/12/banner-31.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-31-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"banner-31-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3618,795,'_wp_attachment_image_alt','led flood light'),(3619,795,'dt-img-hide-title','0'),(3620,801,'_wp_attached_file','2014/12/tunnel-e1410722071562.jpg'),(3621,801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2755;s:6:\"height\";i:1552;s:4:\"file\";s:33:\"2014/12/tunnel-e1410722071562.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"tunnel-e1410722071562-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:\"tunnel-e1410722071562-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"tunnel-e1410722071562-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3622,804,'_wp_attached_file','2014/12/TL1B_TUNNEL_LIGHT_example.jpg'),(3623,804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1356;s:6:\"height\";i:921;s:4:\"file\";s:37:\"2014/12/TL1B_TUNNEL_LIGHT_example.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"TL1B_TUNNEL_LIGHT_example-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:37:\"TL1B_TUNNEL_LIGHT_example-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"TL1B_TUNNEL_LIGHT_example-1024x695.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3624,804,'_wp_attachment_image_alt','led tunnel light'),(3625,804,'dt-img-hide-title','0'),(3628,809,'_wp_attached_file','2014/12/1500X335_Highbay_Large-Banner.png'),(3629,809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:335;s:4:\"file\";s:41:\"2014/12/1500X335_Highbay_Large-Banner.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"1500X335_Highbay_Large-Banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"1500X335_Highbay_Large-Banner-300x67.png\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"1500X335_Highbay_Large-Banner-1024x228.png\";s:5:\"width\";i:1024;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3632,822,'_wp_attached_file','2014/12/porable.jpg'),(3633,822,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3008;s:6:\"height\";i:2000;s:4:\"file\";s:19:\"2014/12/porable.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"porable-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:\"porable-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"porable-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3634,822,'_wp_attachment_image_alt','portable led lights'),(3635,822,'dt-img-hide-title','0'),(3636,824,'_wp_attached_file','2014/12/portable-led.jpg'),(3637,824,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:590;s:4:\"file\";s:24:\"2014/12/portable-led.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"portable-led-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:\"portable-led-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portable-led-1024x472.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3638,833,'_wp_attached_file','2014/12/led-corn-lights.jpg'),(3639,833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2014/12/led-corn-lights.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"led-corn-lights-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"led-corn-lights-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"led-corn-lights-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3640,833,'_wp_attachment_image_alt','led corn lights'),(3641,833,'dt-img-hide-title','0'),(3642,835,'_wp_attached_file','2014/12/banner_street_light.jpg'),(3643,835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:964;s:6:\"height\";i:281;s:4:\"file\";s:31:\"2014/12/banner_street_light.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"banner_street_light-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"banner_street_light-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3645,842,'_wp_attached_file','2014/12/led-garden-light.jpg'),(3646,842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:28:\"2014/12/led-garden-light.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"led-garden-light-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"led-garden-light-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"led-garden-light-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3647,722,'_wpb_shortcodes_custom_css','.vc_custom_1423098850975{margin-bottom: 20px !important;}'),(3648,851,'_wp_attached_file','2014/12/vancouver-banner-4.jpg'),(3649,851,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:460;s:4:\"file\";s:30:\"2014/12/vancouver-banner-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"vancouver-banner-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"vancouver-banner-4-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"vancouver-banner-4-1024x245.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3651,855,'_wp_attached_file','2014/12/banner-smarteye-3.jpg'),(3652,855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2014/12/banner-smarteye-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"banner-smarteye-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:28:\"banner-smarteye-3-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"banner-smarteye-3-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3654,862,'_edit_last','1'),(3655,862,'_edit_lock','1521465270:1'),(3656,862,'_wp_page_template','default'),(3657,862,'_wpb_vc_js_status','false'),(3658,862,'_wpb_vc_js_interface_version','2'),(3659,862,'slide_template','default'),(3660,862,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3661,862,'_dt_sidebar_position','disabled'),(3662,862,'_dt_sidebar_widgetarea_id','sidebar_1'),(3663,862,'_dt_footer_show','1'),(3664,862,'_dt_footer_widgetarea_id','sidebar_2'),(3665,862,'_dt_header_title','disabled'),(3666,862,'_dt_header_background','normal'),(3667,862,'_dt_slideshow_mode','porthole'),(3668,862,'_dt_slideshow_3d_layout','fullscreen-content'),(3669,862,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(3670,862,'_dt_slideshow_layout','fullwidth'),(3671,862,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3672,862,'_dt_slideshow_scaling','fill'),(3673,862,'_dt_slideshow_autoplay','paused'),(3674,862,'_dt_slideshow_autoslide_interval','5000'),(3675,862,'_dt_slideshow_hide_captions','0'),(3676,862,'_dt_slideshow_slides_in_raw','5'),(3677,862,'_dt_slideshow_slides_in_column','3'),(3678,862,'_dt_slideshow_revolution_slider','none'),(3679,862,'_dt_slideshow_layer_slider','none'),(3680,862,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3681,862,'_dt_fancy_header_title_aligment','left'),(3682,862,'_dt_fancy_header_title_color','#000000'),(3683,862,'_dt_fancy_header_subtitle_color','#000000'),(3684,862,'_dt_fancy_header_bg_color','#ffffff'),(3685,862,'_dt_fancy_header_bg_image','a:0:{}'),(3686,862,'_dt_fancy_header_bg_repeat','no-repeat'),(3687,862,'_dt_fancy_header_bg_position_x','center'),(3688,862,'_dt_fancy_header_bg_position_y','center'),(3689,862,'_dt_fancy_header_bg_fullscreen','1'),(3690,862,'_dt_fancy_header_bg_fixed','0'),(3691,862,'_dt_fancy_header_parallax_speed','0'),(3692,862,'_dt_fancy_header_height','100'),(3693,864,'_wp_attached_file','2014/12/banner.jpg'),(3694,864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:455;s:4:\"file\";s:18:\"2014/12/banner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"banner-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"banner-1024x323.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3695,862,'_wpb_shortcodes_custom_css','.vc_custom_1423099935562{padding-top: 10px !important;}.vc_custom_1423208719491{margin-top: 20px !important;}'),(3696,870,'_wp_attached_file','2014/12/flimlux_led_lampe_e27_8Watt_bk.png'),(3697,870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:660;s:4:\"file\";s:42:\"2014/12/flimlux_led_lampe_e27_8Watt_bk.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"flimlux_led_lampe_e27_8Watt_bk-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:42:\"flimlux_led_lampe_e27_8Watt_bk-227x300.png\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3698,881,'_edit_last','1'),(3699,881,'_wp_page_template','default'),(3700,881,'_wpb_vc_js_status','false'),(3701,881,'_wpb_vc_js_interface_version','2'),(3702,881,'slide_template','default'),(3703,881,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3704,881,'_dt_sidebar_position','disabled'),(3705,881,'_dt_sidebar_widgetarea_id','sidebar_1'),(3706,881,'_dt_footer_show','1'),(3707,881,'_dt_footer_widgetarea_id','sidebar_2'),(3708,881,'_dt_header_title','disabled'),(3709,881,'_dt_header_background','normal'),(3710,881,'_dt_slideshow_mode','porthole'),(3711,881,'_dt_slideshow_3d_layout','fullscreen-content'),(3712,881,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(3713,881,'_dt_slideshow_layout','fullwidth'),(3714,881,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3715,881,'_dt_slideshow_scaling','fill'),(3716,881,'_dt_slideshow_autoplay','paused'),(3717,881,'_dt_slideshow_autoslide_interval','5000'),(3718,881,'_dt_slideshow_hide_captions','0'),(3719,881,'_dt_slideshow_slides_in_raw','5'),(3720,881,'_dt_slideshow_slides_in_column','3'),(3721,881,'_dt_slideshow_revolution_slider','none'),(3722,881,'_dt_slideshow_layer_slider','none'),(3723,881,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3724,881,'_dt_fancy_header_title_aligment','left'),(3725,881,'_dt_fancy_header_title_color','#000000'),(3726,881,'_dt_fancy_header_subtitle_color','#000000'),(3727,881,'_dt_fancy_header_bg_color','#ffffff'),(3728,881,'_dt_fancy_header_bg_image','a:0:{}'),(3729,881,'_dt_fancy_header_bg_repeat','no-repeat'),(3730,881,'_dt_fancy_header_bg_position_x','center'),(3731,881,'_dt_fancy_header_bg_position_y','center'),(3732,881,'_dt_fancy_header_bg_fullscreen','1'),(3733,881,'_dt_fancy_header_bg_fixed','0'),(3734,881,'_dt_fancy_header_parallax_speed','0'),(3735,881,'_dt_fancy_header_height','100'),(3736,881,'_edit_lock','1521465180:1'),(3738,881,'_wpb_shortcodes_custom_css','.vc_custom_1422102741474{padding-top: 10px !important;}.vc_custom_1423208123768{margin-top: 20px !important;}'),(3739,895,'_wp_attached_file','2014/12/banner2.jpeg'),(3740,895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2014/12/banner2.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner2-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:20:\"banner2-300x125.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner2-1024x426.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3741,899,'_edit_last','1'),(3742,899,'_edit_lock','1521464275:1'),(3743,899,'_wp_page_template','default'),(3744,899,'_wpb_vc_js_status','false'),(3745,899,'_wpb_vc_js_interface_version','2'),(3746,899,'slide_template','default'),(3747,899,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3748,899,'_dt_sidebar_position','disabled'),(3749,899,'_dt_sidebar_widgetarea_id','sidebar_1'),(3750,899,'_dt_footer_show','1'),(3751,899,'_dt_footer_widgetarea_id','sidebar_2'),(3752,899,'_dt_header_title','disabled'),(3753,899,'_dt_header_background','normal'),(3754,899,'_dt_slideshow_mode','porthole'),(3755,899,'_dt_slideshow_3d_layout','fullscreen-content'),(3756,899,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(3757,899,'_dt_slideshow_layout','fullwidth'),(3758,899,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3759,899,'_dt_slideshow_scaling','fill'),(3760,899,'_dt_slideshow_autoplay','paused'),(3761,899,'_dt_slideshow_autoslide_interval','5000'),(3762,899,'_dt_slideshow_hide_captions','0'),(3763,899,'_dt_slideshow_slides_in_raw','5'),(3764,899,'_dt_slideshow_slides_in_column','3'),(3765,899,'_dt_slideshow_revolution_slider','none'),(3766,899,'_dt_slideshow_layer_slider','none'),(3767,899,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3768,899,'_dt_fancy_header_title_aligment','left'),(3769,899,'_dt_fancy_header_title_color','#000000'),(3770,899,'_dt_fancy_header_subtitle_color','#000000'),(3771,899,'_dt_fancy_header_bg_color','#ffffff'),(3772,899,'_dt_fancy_header_bg_image','a:0:{}'),(3773,899,'_dt_fancy_header_bg_repeat','no-repeat'),(3774,899,'_dt_fancy_header_bg_position_x','center'),(3775,899,'_dt_fancy_header_bg_position_y','center'),(3776,899,'_dt_fancy_header_bg_fullscreen','1'),(3777,899,'_dt_fancy_header_bg_fixed','0'),(3778,899,'_dt_fancy_header_parallax_speed','0'),(3779,899,'_dt_fancy_header_height','100'),(3780,901,'_wp_attached_file','2014/12/2013352035855564.jpg'),(3781,901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1772;s:6:\"height\";i:1181;s:4:\"file\";s:28:\"2014/12/2013352035855564.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"2013352035855564-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"2013352035855564-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"2013352035855564-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3783,907,'_edit_last','1'),(3784,907,'_edit_lock','1521465184:1'),(3785,907,'_wp_page_template','default'),(3786,907,'_wpb_vc_js_status','false'),(3787,907,'_wpb_vc_js_interface_version','2'),(3788,907,'slide_template','default'),(3789,907,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(3790,907,'_dt_sidebar_position','disabled'),(3791,907,'_dt_sidebar_widgetarea_id','sidebar_1'),(3792,907,'_dt_footer_show','1'),(3793,907,'_dt_footer_widgetarea_id','sidebar_2'),(3794,907,'_dt_header_title','disabled'),(3795,907,'_dt_header_background','normal'),(3796,907,'_dt_slideshow_mode','porthole'),(3797,907,'_dt_slideshow_3d_layout','fullscreen-content'),(3798,907,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(3799,907,'_dt_slideshow_layout','fullwidth'),(3800,907,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(3801,907,'_dt_slideshow_scaling','fill'),(3802,907,'_dt_slideshow_autoplay','paused'),(3803,907,'_dt_slideshow_autoslide_interval','5000'),(3804,907,'_dt_slideshow_hide_captions','0'),(3805,907,'_dt_slideshow_slides_in_raw','5'),(3806,907,'_dt_slideshow_slides_in_column','3'),(3807,907,'_dt_slideshow_revolution_slider','none'),(3808,907,'_dt_slideshow_layer_slider','none'),(3809,907,'_dt_slideshow_layer_show_bg_and_paddings','0'),(3810,907,'_dt_fancy_header_title_aligment','left'),(3811,907,'_dt_fancy_header_title_color','#000000'),(3812,907,'_dt_fancy_header_subtitle_color','#000000'),(3813,907,'_dt_fancy_header_bg_color','#ffffff'),(3814,907,'_dt_fancy_header_bg_image','a:0:{}'),(3815,907,'_dt_fancy_header_bg_repeat','no-repeat'),(3816,907,'_dt_fancy_header_bg_position_x','center'),(3817,907,'_dt_fancy_header_bg_position_y','center'),(3818,907,'_dt_fancy_header_bg_fullscreen','1'),(3819,907,'_dt_fancy_header_bg_fixed','0'),(3820,907,'_dt_fancy_header_parallax_speed','0'),(3821,907,'_dt_fancy_header_height','100'),(3822,909,'_wp_attached_file','2014/12/multibox-led.jpg'),(3823,909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2014/12/multibox-led.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"multibox-led-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:\"multibox-led-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"multibox-led-1024x493.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(3825,911,'_menu_item_type','post_type'),(3826,911,'_menu_item_menu_item_parent','0'),(3827,911,'_menu_item_object_id','862'),(3828,911,'_menu_item_object','page'),(3829,911,'_menu_item_target',''),(3830,911,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3831,911,'_menu_item_xfn',''),(3832,911,'_menu_item_url',''),(3834,911,'_menu_item_dt_mega_menu_enabled',''),(3835,911,'_menu_item_dt_mega_menu_fullwidth',''),(3836,911,'_menu_item_dt_mega_menu_hide_title',''),(3837,911,'_menu_item_dt_mega_menu_remove_link',''),(3838,911,'_menu_item_dt_mega_menu_new_row',''),(3839,911,'_menu_item_dt_mega_menu_new_column',''),(3840,912,'_menu_item_type','post_type'),(3841,912,'_menu_item_menu_item_parent','0'),(3842,912,'_menu_item_object_id','907'),(3843,912,'_menu_item_object','page'),(3844,912,'_menu_item_target',''),(3845,912,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3846,912,'_menu_item_xfn',''),(3847,912,'_menu_item_url',''),(3849,912,'_menu_item_dt_mega_menu_enabled',''),(3850,912,'_menu_item_dt_mega_menu_fullwidth',''),(3851,912,'_menu_item_dt_mega_menu_hide_title',''),(3852,912,'_menu_item_dt_mega_menu_remove_link',''),(3853,912,'_menu_item_dt_mega_menu_new_row',''),(3854,912,'_menu_item_dt_mega_menu_new_column',''),(3855,913,'_menu_item_type','post_type'),(3856,913,'_menu_item_menu_item_parent','0'),(3857,913,'_menu_item_object_id','899'),(3858,913,'_menu_item_object','page'),(3859,913,'_menu_item_target',''),(3860,913,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3861,913,'_menu_item_xfn',''),(3862,913,'_menu_item_url',''),(3864,913,'_menu_item_dt_mega_menu_enabled',''),(3865,913,'_menu_item_dt_mega_menu_fullwidth',''),(3866,913,'_menu_item_dt_mega_menu_hide_title',''),(3867,913,'_menu_item_dt_mega_menu_remove_link',''),(3868,913,'_menu_item_dt_mega_menu_new_row',''),(3869,913,'_menu_item_dt_mega_menu_new_column',''),(3870,914,'_menu_item_type','post_type'),(3871,914,'_menu_item_menu_item_parent','0'),(3872,914,'_menu_item_object_id','881'),(3873,914,'_menu_item_object','page'),(3874,914,'_menu_item_target',''),(3875,914,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3876,914,'_menu_item_xfn',''),(3877,914,'_menu_item_url',''),(3879,914,'_menu_item_dt_mega_menu_enabled',''),(3880,914,'_menu_item_dt_mega_menu_fullwidth',''),(3881,914,'_menu_item_dt_mega_menu_hide_title',''),(3882,914,'_menu_item_dt_mega_menu_remove_link',''),(3883,914,'_menu_item_dt_mega_menu_new_row',''),(3884,914,'_menu_item_dt_mega_menu_new_column',''),(3885,911,'_menu_item_dt_mega_menu_icon','none'),(3886,911,'_menu_item_dt_mega_menu_iconfont',''),(3887,911,'_menu_item_dt_mega_menu_image',''),(3888,911,'_menu_item_dt_mega_menu_image_width','0'),(3889,911,'_menu_item_dt_mega_menu_image_height','0'),(3890,911,'_menu_item_dt_mega_menu_columns','3'),(3891,914,'_menu_item_dt_mega_menu_icon','none'),(3892,914,'_menu_item_dt_mega_menu_iconfont',''),(3893,914,'_menu_item_dt_mega_menu_image',''),(3894,914,'_menu_item_dt_mega_menu_image_width','0'),(3895,914,'_menu_item_dt_mega_menu_image_height','0'),(3896,914,'_menu_item_dt_mega_menu_columns','3'),(3897,913,'_menu_item_dt_mega_menu_icon','none'),(3898,913,'_menu_item_dt_mega_menu_iconfont',''),(3899,913,'_menu_item_dt_mega_menu_image',''),(3900,913,'_menu_item_dt_mega_menu_image_width','0'),(3901,913,'_menu_item_dt_mega_menu_image_height','0'),(3902,913,'_menu_item_dt_mega_menu_columns','3'),(3903,912,'_menu_item_dt_mega_menu_icon','none'),(3904,912,'_menu_item_dt_mega_menu_iconfont',''),(3905,912,'_menu_item_dt_mega_menu_image',''),(3906,912,'_menu_item_dt_mega_menu_image_width','0'),(3907,912,'_menu_item_dt_mega_menu_image_height','0'),(3908,912,'_menu_item_dt_mega_menu_columns','3'),(3909,915,'_menu_item_type','post_type'),(3910,915,'_menu_item_menu_item_parent','616'),(3911,915,'_menu_item_object_id','907'),(3912,915,'_menu_item_object','page'),(3913,915,'_menu_item_target',''),(3914,915,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3915,915,'_menu_item_xfn',''),(3916,915,'_menu_item_url',''),(3918,915,'_menu_item_dt_mega_menu_enabled','1'),(3919,915,'_menu_item_dt_mega_menu_fullwidth',''),(3920,915,'_menu_item_dt_mega_menu_hide_title',''),(3921,915,'_menu_item_dt_mega_menu_remove_link',''),(3922,915,'_menu_item_dt_mega_menu_new_row',''),(3923,915,'_menu_item_dt_mega_menu_new_column',''),(3924,916,'_menu_item_type','post_type'),(3925,916,'_menu_item_menu_item_parent','616'),(3926,916,'_menu_item_object_id','899'),(3927,916,'_menu_item_object','page'),(3928,916,'_menu_item_target',''),(3929,916,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3930,916,'_menu_item_xfn',''),(3931,916,'_menu_item_url',''),(3933,916,'_menu_item_dt_mega_menu_enabled','1'),(3934,916,'_menu_item_dt_mega_menu_fullwidth',''),(3935,916,'_menu_item_dt_mega_menu_hide_title',''),(3936,916,'_menu_item_dt_mega_menu_remove_link',''),(3937,916,'_menu_item_dt_mega_menu_new_row',''),(3938,916,'_menu_item_dt_mega_menu_new_column',''),(3939,917,'_menu_item_type','post_type'),(3940,917,'_menu_item_menu_item_parent','616'),(3941,917,'_menu_item_object_id','881'),(3942,917,'_menu_item_object','page'),(3943,917,'_menu_item_target',''),(3944,917,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3945,917,'_menu_item_xfn',''),(3946,917,'_menu_item_url',''),(3948,917,'_menu_item_dt_mega_menu_enabled','1'),(3949,917,'_menu_item_dt_mega_menu_fullwidth',''),(3950,917,'_menu_item_dt_mega_menu_hide_title',''),(3951,917,'_menu_item_dt_mega_menu_remove_link',''),(3952,917,'_menu_item_dt_mega_menu_new_row',''),(3953,917,'_menu_item_dt_mega_menu_new_column',''),(3954,918,'_menu_item_type','post_type'),(3955,918,'_menu_item_menu_item_parent','616'),(3956,918,'_menu_item_object_id','862'),(3957,918,'_menu_item_object','page'),(3958,918,'_menu_item_target',''),(3959,918,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3960,918,'_menu_item_xfn',''),(3961,918,'_menu_item_url',''),(3963,918,'_menu_item_dt_mega_menu_enabled','1'),(3964,918,'_menu_item_dt_mega_menu_fullwidth',''),(3965,918,'_menu_item_dt_mega_menu_hide_title',''),(3966,918,'_menu_item_dt_mega_menu_remove_link',''),(3967,918,'_menu_item_dt_mega_menu_new_row',''),(3968,918,'_menu_item_dt_mega_menu_new_column',''),(3969,918,'_menu_item_dt_mega_menu_icon','none'),(3970,918,'_menu_item_dt_mega_menu_iconfont',''),(3971,918,'_menu_item_dt_mega_menu_image',''),(3972,918,'_menu_item_dt_mega_menu_image_width','0'),(3973,918,'_menu_item_dt_mega_menu_image_height','0'),(3974,918,'_menu_item_dt_mega_menu_columns','3'),(3975,917,'_menu_item_dt_mega_menu_icon','none'),(3976,917,'_menu_item_dt_mega_menu_iconfont',''),(3977,917,'_menu_item_dt_mega_menu_image',''),(3978,917,'_menu_item_dt_mega_menu_image_width','0'),(3979,917,'_menu_item_dt_mega_menu_image_height','0'),(3980,917,'_menu_item_dt_mega_menu_columns','3'),(3981,916,'_menu_item_dt_mega_menu_icon','none'),(3982,916,'_menu_item_dt_mega_menu_iconfont',''),(3983,916,'_menu_item_dt_mega_menu_image',''),(3984,916,'_menu_item_dt_mega_menu_image_width','0'),(3985,916,'_menu_item_dt_mega_menu_image_height','0'),(3986,916,'_menu_item_dt_mega_menu_columns','3'),(3987,915,'_menu_item_dt_mega_menu_icon','none'),(3988,915,'_menu_item_dt_mega_menu_iconfont',''),(3989,915,'_menu_item_dt_mega_menu_image',''),(3990,915,'_menu_item_dt_mega_menu_image_width','0'),(3991,915,'_menu_item_dt_mega_menu_image_height','0'),(3992,915,'_menu_item_dt_mega_menu_columns','3'),(3993,919,'_edit_last','1'),(3994,919,'_edit_lock','1521459745:1'),(3995,919,'_wp_page_template','default'),(3996,919,'_wpb_vc_js_status','false'),(3997,919,'_wpb_vc_js_interface_version','2'),(3998,919,'slide_template','default'),(3999,919,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4000,919,'_dt_sidebar_position','disabled'),(4001,919,'_dt_sidebar_widgetarea_id','sidebar_1'),(4002,919,'_dt_footer_show','1'),(4003,919,'_dt_footer_widgetarea_id','sidebar_2'),(4004,919,'_dt_header_title','disabled'),(4005,919,'_dt_header_background','normal'),(4006,919,'_dt_slideshow_mode','porthole'),(4007,919,'_dt_slideshow_3d_layout','fullscreen-content'),(4008,919,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(4009,919,'_dt_slideshow_layout','fullwidth'),(4010,919,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(4011,919,'_dt_slideshow_scaling','fill'),(4012,919,'_dt_slideshow_autoplay','paused'),(4013,919,'_dt_slideshow_autoslide_interval','5000'),(4014,919,'_dt_slideshow_hide_captions','0'),(4015,919,'_dt_slideshow_slides_in_raw','5'),(4016,919,'_dt_slideshow_slides_in_column','3'),(4017,919,'_dt_slideshow_revolution_slider','none'),(4018,919,'_dt_slideshow_layer_slider','none'),(4019,919,'_dt_slideshow_layer_show_bg_and_paddings','0'),(4020,919,'_dt_fancy_header_title_aligment','left'),(4021,919,'_dt_fancy_header_title_color','#000000'),(4022,919,'_dt_fancy_header_subtitle_color','#000000'),(4023,919,'_dt_fancy_header_bg_color','#ffffff'),(4024,919,'_dt_fancy_header_bg_image','a:0:{}'),(4025,919,'_dt_fancy_header_bg_repeat','no-repeat'),(4026,919,'_dt_fancy_header_bg_position_x','center'),(4027,919,'_dt_fancy_header_bg_position_y','center'),(4028,919,'_dt_fancy_header_bg_fullscreen','1'),(4029,919,'_dt_fancy_header_bg_fixed','0'),(4030,919,'_dt_fancy_header_parallax_speed','0'),(4031,919,'_dt_fancy_header_height','100'),(4032,921,'_wp_attached_file','2014/12/LED-LIGHTING_2.jpg'),(4033,921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:460;s:4:\"file\";s:26:\"2014/12/LED-LIGHTING_2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"LED-LIGHTING_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:25:\"LED-LIGHTING_2-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"LED-LIGHTING_2-1024x245.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4034,44,'_edit_lock','1418797209:1'),(4035,41,'_edit_lock','1418797234:1'),(4036,40,'_edit_lock','1418797261:1'),(4037,38,'_edit_lock','1418797286:1'),(4038,39,'_edit_lock','1418797315:1'),(4039,45,'_edit_lock','1418797478:1'),(4040,926,'_menu_item_type','post_type'),(4041,926,'_menu_item_menu_item_parent','0'),(4042,926,'_menu_item_object_id','919'),(4043,926,'_menu_item_object','page'),(4044,926,'_menu_item_target',''),(4045,926,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4046,926,'_menu_item_xfn',''),(4047,926,'_menu_item_url',''),(4049,926,'_menu_item_dt_mega_menu_enabled',''),(4050,926,'_menu_item_dt_mega_menu_fullwidth',''),(4051,926,'_menu_item_dt_mega_menu_hide_title',''),(4052,926,'_menu_item_dt_mega_menu_remove_link',''),(4053,926,'_menu_item_dt_mega_menu_new_row',''),(4054,926,'_menu_item_dt_mega_menu_new_column',''),(4055,926,'_menu_item_dt_mega_menu_icon','none'),(4056,926,'_menu_item_dt_mega_menu_iconfont',''),(4057,926,'_menu_item_dt_mega_menu_image',''),(4058,926,'_menu_item_dt_mega_menu_image_width','0'),(4059,926,'_menu_item_dt_mega_menu_image_height','0'),(4060,926,'_menu_item_dt_mega_menu_columns','3'),(4061,927,'_wp_attached_file','2014/12/logo.png'),(4062,927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:67;s:4:\"file\";s:16:\"2014/12/logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4063,928,'_wp_attached_file','2014/12/logo1.png'),(4064,928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:67;s:4:\"file\";s:17:\"2014/12/logo1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo1-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4065,929,'_wp_attached_file','2014/12/logo2-e1418800909106.png'),(4066,929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:158;s:6:\"height\";i:53;s:4:\"file\";s:32:\"2014/12/logo2-e1418800909106.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo2-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4067,929,'_edit_lock','1418800824:1'),(4068,929,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:67;s:4:\"file\";s:9:\"logo2.png\";}}'),(4069,930,'_wp_attached_file','2014/12/favicon.png'),(4070,930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:19:\"2014/12/favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4071,931,'_wp_attached_file','2014/03/about-us-banner.jpg'),(4072,931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1670;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2014/03/about-us-banner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"about-us-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"about-us-banner-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"about-us-banner-1024x306.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4073,116,'_edit_lock','1418802743:1'),(4074,934,'_wp_attached_file','2014/03/kisan.jpg'),(4075,934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:147;s:6:\"height\";i:128;s:4:\"file\";s:17:\"2014/03/kisan.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4076,107,'_edit_lock','1418802947:1'),(4077,935,'_wp_attached_file','2014/03/essbee.jpg'),(4078,935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:215;s:6:\"height\";i:114;s:4:\"file\";s:18:\"2014/03/essbee.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"essbee-150x114.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4079,102,'_edit_lock','1418803045:1'),(4080,936,'_wp_attached_file','2014/03/shakti.png'),(4081,936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:133;s:4:\"file\";s:18:\"2014/03/shakti.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"shakti-150x133.png\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4082,99,'_edit_lock','1418803302:1'),(4083,937,'_wp_attached_file','2014/03/sagar.png'),(4084,937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:278;s:6:\"height\";i:110;s:4:\"file\";s:17:\"2014/03/sagar.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sagar-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4085,939,'_wp_attached_file','2014/12/home_banner_service.jpg'),(4086,939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1960;s:6:\"height\";i:615;s:4:\"file\";s:31:\"2014/12/home_banner_service.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"home_banner_service-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"home_banner_service-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"home_banner_service-1024x321.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4087,946,'_edit_last','1'),(4088,946,'_edit_lock','1418807483:1'),(4089,947,'_wp_attached_file','2014/12/bulb.png'),(4090,947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:16:\"2014/12/bulb.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4091,946,'_dt_benefits_options_retina_image','a:1:{i:0;i:947;}'),(4092,947,'_edit_lock','1418806455:1'),(4093,946,'_wpb_vc_js_status','false'),(4094,946,'_wpb_vc_js_interface_version','2'),(4095,946,'slide_template','default'),(4096,946,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4097,948,'_edit_last','1'),(4098,948,'_edit_lock','1418813907:1'),(4099,949,'_wp_attached_file','2014/12/ledtubelight.png'),(4100,949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:24:\"2014/12/ledtubelight.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4101,948,'_dt_benefits_options_retina_image','a:1:{i:0;i:949;}'),(4102,948,'_wpb_vc_js_status','false'),(4103,948,'_wpb_vc_js_interface_version','2'),(4104,948,'slide_template','default'),(4105,948,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4106,951,'_edit_last','1'),(4107,951,'_edit_lock','1418807535:1'),(4108,952,'_wp_attached_file','2014/12/lamps.png'),(4109,952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:17:\"2014/12/lamps.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4110,951,'_dt_benefits_options_retina_image','a:1:{i:0;i:952;}'),(4111,951,'_wpb_vc_js_status','false'),(4112,951,'_wpb_vc_js_interface_version','2'),(4113,951,'slide_template','default'),(4114,951,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4115,954,'_edit_last','1'),(4116,954,'_edit_lock','1418807443:1'),(4117,955,'_wp_attached_file','2014/12/streetlight.png'),(4118,955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:23:\"2014/12/streetlight.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4119,954,'_dt_benefits_options_retina_image','a:1:{i:0;i:955;}'),(4120,954,'_wpb_vc_js_status','false'),(4121,954,'_wpb_vc_js_interface_version','2'),(4122,954,'slide_template','default'),(4123,954,'vc_teaser','a:2:{s:4:\"data\";s:115:\"[{\"name\":\"title\",\"link\":\"post\"},{\"name\":\"image\",\"image\":\"featured\",\"link\":\"none\"},{\"name\":\"text\",\"mode\":\"excerpt\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4124,954,'_dt_benefits_options_link','led-street-lights'),(4125,946,'_dt_benefits_options_link','led-lamps'),(4126,951,'_dt_benefits_options_link','led-lamps'),(4127,948,'_dt_benefits_options_link','led-tube-lights'),(4128,594,'_wpb_shortcodes_custom_css','.vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}'),(4129,960,'_wp_attached_file','2014/03/hi-bay-banner.png'),(4130,960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:194;s:4:\"file\";s:25:\"2014/03/hi-bay-banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"hi-bay-banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"hi-bay-banner-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4131,964,'_wp_attached_file','2014/03/flood-lights.png'),(4132,964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:194;s:4:\"file\";s:24:\"2014/03/flood-lights.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"flood-lights-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"flood-lights-300x175.png\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4133,970,'_menu_item_type','post_type'),(4134,970,'_menu_item_menu_item_parent','0'),(4135,970,'_menu_item_object_id','594'),(4136,970,'_menu_item_object','page'),(4137,970,'_menu_item_target',''),(4138,970,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4139,970,'_menu_item_xfn',''),(4140,970,'_menu_item_url',''),(4142,970,'_menu_item_dt_mega_menu_enabled',''),(4143,970,'_menu_item_dt_mega_menu_fullwidth',''),(4144,970,'_menu_item_dt_mega_menu_hide_title',''),(4145,970,'_menu_item_dt_mega_menu_remove_link',''),(4146,970,'_menu_item_dt_mega_menu_new_row',''),(4147,970,'_menu_item_dt_mega_menu_new_column',''),(4148,971,'_menu_item_type','post_type'),(4149,971,'_menu_item_menu_item_parent','0'),(4150,971,'_menu_item_object_id','919'),(4151,971,'_menu_item_object','page'),(4152,971,'_menu_item_target',''),(4153,971,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4154,971,'_menu_item_xfn',''),(4155,971,'_menu_item_url',''),(4157,971,'_menu_item_dt_mega_menu_enabled',''),(4158,971,'_menu_item_dt_mega_menu_fullwidth',''),(4159,971,'_menu_item_dt_mega_menu_hide_title',''),(4160,971,'_menu_item_dt_mega_menu_remove_link',''),(4161,971,'_menu_item_dt_mega_menu_new_row',''),(4162,971,'_menu_item_dt_mega_menu_new_column',''),(4163,972,'_menu_item_type','post_type'),(4164,972,'_menu_item_menu_item_parent','0'),(4165,972,'_menu_item_object_id','732'),(4166,972,'_menu_item_object','page'),(4167,972,'_menu_item_target',''),(4168,972,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4169,972,'_menu_item_xfn',''),(4170,972,'_menu_item_url',''),(4172,972,'_menu_item_dt_mega_menu_enabled',''),(4173,972,'_menu_item_dt_mega_menu_fullwidth',''),(4174,972,'_menu_item_dt_mega_menu_hide_title',''),(4175,972,'_menu_item_dt_mega_menu_remove_link',''),(4176,972,'_menu_item_dt_mega_menu_new_row',''),(4177,972,'_menu_item_dt_mega_menu_new_column',''),(4178,973,'_menu_item_type','post_type'),(4179,973,'_menu_item_menu_item_parent','0'),(4180,973,'_menu_item_object_id','504'),(4181,973,'_menu_item_object','page'),(4182,973,'_menu_item_target',''),(4183,973,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4184,973,'_menu_item_xfn',''),(4185,973,'_menu_item_url',''),(4187,973,'_menu_item_dt_mega_menu_enabled',''),(4188,973,'_menu_item_dt_mega_menu_fullwidth',''),(4189,973,'_menu_item_dt_mega_menu_hide_title',''),(4190,973,'_menu_item_dt_mega_menu_remove_link',''),(4191,973,'_menu_item_dt_mega_menu_new_row',''),(4192,973,'_menu_item_dt_mega_menu_new_column',''),(4193,974,'_menu_item_type','post_type'),(4194,974,'_menu_item_menu_item_parent','0'),(4195,974,'_menu_item_object_id','11'),(4196,974,'_menu_item_object','page'),(4197,974,'_menu_item_target',''),(4198,974,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4199,974,'_menu_item_xfn',''),(4200,974,'_menu_item_url',''),(4202,974,'_menu_item_dt_mega_menu_enabled',''),(4203,974,'_menu_item_dt_mega_menu_fullwidth',''),(4204,974,'_menu_item_dt_mega_menu_hide_title',''),(4205,974,'_menu_item_dt_mega_menu_remove_link',''),(4206,974,'_menu_item_dt_mega_menu_new_row',''),(4207,974,'_menu_item_dt_mega_menu_new_column',''),(4208,970,'_menu_item_dt_mega_menu_icon','none'),(4209,970,'_menu_item_dt_mega_menu_iconfont',''),(4210,970,'_menu_item_dt_mega_menu_image',''),(4211,970,'_menu_item_dt_mega_menu_image_width','0'),(4212,970,'_menu_item_dt_mega_menu_image_height','0'),(4213,970,'_menu_item_dt_mega_menu_columns','3'),(4214,973,'_menu_item_dt_mega_menu_icon','none'),(4215,973,'_menu_item_dt_mega_menu_iconfont',''),(4216,973,'_menu_item_dt_mega_menu_image',''),(4217,973,'_menu_item_dt_mega_menu_image_width','0'),(4218,973,'_menu_item_dt_mega_menu_image_height','0'),(4219,973,'_menu_item_dt_mega_menu_columns','3'),(4220,971,'_menu_item_dt_mega_menu_icon','none'),(4221,971,'_menu_item_dt_mega_menu_iconfont',''),(4222,971,'_menu_item_dt_mega_menu_image',''),(4223,971,'_menu_item_dt_mega_menu_image_width','0'),(4224,971,'_menu_item_dt_mega_menu_image_height','0'),(4225,971,'_menu_item_dt_mega_menu_columns','3'),(4226,972,'_menu_item_dt_mega_menu_icon','none'),(4227,972,'_menu_item_dt_mega_menu_iconfont',''),(4228,972,'_menu_item_dt_mega_menu_image',''),(4229,972,'_menu_item_dt_mega_menu_image_width','0'),(4230,972,'_menu_item_dt_mega_menu_image_height','0'),(4231,972,'_menu_item_dt_mega_menu_columns','3'),(4232,974,'_menu_item_dt_mega_menu_icon','none'),(4233,974,'_menu_item_dt_mega_menu_iconfont',''),(4234,974,'_menu_item_dt_mega_menu_image',''),(4235,974,'_menu_item_dt_mega_menu_image_width','0'),(4236,974,'_menu_item_dt_mega_menu_image_height','0'),(4237,974,'_menu_item_dt_mega_menu_columns','3'),(4238,993,'_edit_last','1'),(4239,993,'_edit_lock','1521465185:1'),(4240,993,'_wp_page_template','default'),(4241,993,'_wpb_vc_js_status','false'),(4242,993,'_wpb_vc_js_interface_version','2'),(4244,993,'slide_template','default'),(4245,993,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4246,993,'_dt_sidebar_position','disabled'),(4247,993,'_dt_sidebar_widgetarea_id','sidebar_1'),(4248,993,'_dt_footer_show','1'),(4249,993,'_dt_footer_widgetarea_id','sidebar_2'),(4250,993,'_dt_header_title','disabled'),(4251,993,'_dt_header_background','normal'),(4252,993,'_dt_slideshow_mode','porthole'),(4253,993,'_dt_slideshow_3d_layout','fullscreen-content'),(4254,993,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(4255,993,'_dt_slideshow_layout','fullwidth'),(4256,993,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(4257,993,'_dt_slideshow_scaling','fill'),(4258,993,'_dt_slideshow_autoplay','paused'),(4259,993,'_dt_slideshow_autoslide_interval','5000'),(4260,993,'_dt_slideshow_hide_captions','0'),(4261,993,'_dt_slideshow_slides_in_raw','5'),(4262,993,'_dt_slideshow_slides_in_column','3'),(4263,993,'_dt_slideshow_revolution_slider','none'),(4264,993,'_dt_slideshow_layer_slider','none'),(4265,993,'_dt_slideshow_layer_show_bg_and_paddings','0'),(4266,993,'_dt_fancy_header_title_aligment','left'),(4267,993,'_dt_fancy_header_title_color','#000000'),(4268,993,'_dt_fancy_header_subtitle_color','#000000'),(4269,993,'_dt_fancy_header_bg_color','#ffffff'),(4270,993,'_dt_fancy_header_bg_image','a:0:{}'),(4271,993,'_dt_fancy_header_bg_repeat','no-repeat'),(4272,993,'_dt_fancy_header_bg_position_x','center'),(4273,993,'_dt_fancy_header_bg_position_y','center'),(4274,993,'_dt_fancy_header_bg_fullscreen','1'),(4275,993,'_dt_fancy_header_bg_fixed','0'),(4276,993,'_dt_fancy_header_parallax_speed','0'),(4277,993,'_dt_fancy_header_height','100'),(4278,1012,'_menu_item_type','post_type'),(4279,1012,'_menu_item_menu_item_parent','668'),(4280,1012,'_menu_item_object_id','633'),(4281,1012,'_menu_item_object','page'),(4282,1012,'_menu_item_target',''),(4283,1012,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4284,1012,'_menu_item_xfn',''),(4285,1012,'_menu_item_url',''),(4287,1012,'_menu_item_dt_mega_menu_enabled','1'),(4288,1012,'_menu_item_dt_mega_menu_fullwidth',''),(4289,1012,'_menu_item_dt_mega_menu_hide_title',''),(4290,1012,'_menu_item_dt_mega_menu_remove_link',''),(4291,1012,'_menu_item_dt_mega_menu_new_row',''),(4292,1012,'_menu_item_dt_mega_menu_new_column',''),(4293,1012,'_menu_item_dt_mega_menu_icon','none'),(4294,1012,'_menu_item_dt_mega_menu_iconfont',''),(4295,1012,'_menu_item_dt_mega_menu_image',''),(4296,1012,'_menu_item_dt_mega_menu_image_width','0'),(4297,1012,'_menu_item_dt_mega_menu_image_height','0'),(4298,1012,'_menu_item_dt_mega_menu_columns','3'),(4299,1016,'_menu_item_type','post_type'),(4300,1016,'_menu_item_menu_item_parent','0'),(4301,1016,'_menu_item_object_id','666'),(4302,1016,'_menu_item_object','page'),(4303,1016,'_menu_item_target',''),(4304,1016,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4305,1016,'_menu_item_xfn',''),(4306,1016,'_menu_item_url',''),(4308,1016,'_menu_item_dt_mega_menu_enabled',''),(4309,1016,'_menu_item_dt_mega_menu_fullwidth',''),(4310,1016,'_menu_item_dt_mega_menu_hide_title',''),(4311,1016,'_menu_item_dt_mega_menu_remove_link',''),(4312,1016,'_menu_item_dt_mega_menu_new_row',''),(4313,1016,'_menu_item_dt_mega_menu_new_column',''),(4314,1017,'_menu_item_type','post_type'),(4315,1017,'_menu_item_menu_item_parent','0'),(4316,1017,'_menu_item_object_id','663'),(4317,1017,'_menu_item_object','page'),(4318,1017,'_menu_item_target',''),(4319,1017,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4320,1017,'_menu_item_xfn',''),(4321,1017,'_menu_item_url',''),(4323,1017,'_menu_item_dt_mega_menu_enabled',''),(4324,1017,'_menu_item_dt_mega_menu_fullwidth',''),(4325,1017,'_menu_item_dt_mega_menu_hide_title',''),(4326,1017,'_menu_item_dt_mega_menu_remove_link',''),(4327,1017,'_menu_item_dt_mega_menu_new_row',''),(4328,1017,'_menu_item_dt_mega_menu_new_column',''),(4329,1018,'_menu_item_type','post_type'),(4330,1018,'_menu_item_menu_item_parent','0'),(4331,1018,'_menu_item_object_id','662'),(4332,1018,'_menu_item_object','page'),(4333,1018,'_menu_item_target',''),(4334,1018,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4335,1018,'_menu_item_xfn',''),(4336,1018,'_menu_item_url',''),(4338,1018,'_menu_item_dt_mega_menu_enabled',''),(4339,1018,'_menu_item_dt_mega_menu_fullwidth',''),(4340,1018,'_menu_item_dt_mega_menu_hide_title',''),(4341,1018,'_menu_item_dt_mega_menu_remove_link',''),(4342,1018,'_menu_item_dt_mega_menu_new_row',''),(4343,1018,'_menu_item_dt_mega_menu_new_column',''),(4344,1018,'_menu_item_dt_mega_menu_icon','none'),(4345,1018,'_menu_item_dt_mega_menu_iconfont',''),(4346,1018,'_menu_item_dt_mega_menu_image',''),(4347,1018,'_menu_item_dt_mega_menu_image_width','0'),(4348,1018,'_menu_item_dt_mega_menu_image_height','0'),(4349,1018,'_menu_item_dt_mega_menu_columns','3'),(4350,1017,'_menu_item_dt_mega_menu_icon','none'),(4351,1017,'_menu_item_dt_mega_menu_iconfont',''),(4352,1017,'_menu_item_dt_mega_menu_image',''),(4353,1017,'_menu_item_dt_mega_menu_image_width','0'),(4354,1017,'_menu_item_dt_mega_menu_image_height','0'),(4355,1017,'_menu_item_dt_mega_menu_columns','3'),(4356,1016,'_menu_item_dt_mega_menu_icon','none'),(4357,1016,'_menu_item_dt_mega_menu_iconfont',''),(4358,1016,'_menu_item_dt_mega_menu_image',''),(4359,1016,'_menu_item_dt_mega_menu_image_width','0'),(4360,1016,'_menu_item_dt_mega_menu_image_height','0'),(4361,1016,'_menu_item_dt_mega_menu_columns','3'),(4362,1020,'_menu_item_type','post_type'),(4363,1020,'_menu_item_menu_item_parent','0'),(4364,1020,'_menu_item_object_id','993'),(4365,1020,'_menu_item_object','page'),(4366,1020,'_menu_item_target',''),(4367,1020,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4368,1020,'_menu_item_xfn',''),(4369,1020,'_menu_item_url',''),(4371,1020,'_menu_item_dt_mega_menu_enabled',''),(4372,1020,'_menu_item_dt_mega_menu_fullwidth',''),(4373,1020,'_menu_item_dt_mega_menu_hide_title',''),(4374,1020,'_menu_item_dt_mega_menu_remove_link',''),(4375,1020,'_menu_item_dt_mega_menu_new_row',''),(4376,1020,'_menu_item_dt_mega_menu_new_column',''),(4377,1020,'_menu_item_dt_mega_menu_icon','none'),(4378,1020,'_menu_item_dt_mega_menu_iconfont',''),(4379,1020,'_menu_item_dt_mega_menu_image',''),(4380,1020,'_menu_item_dt_mega_menu_image_width','0'),(4381,1020,'_menu_item_dt_mega_menu_image_height','0'),(4382,1020,'_menu_item_dt_mega_menu_columns','3'),(4383,1021,'_menu_item_type','post_type'),(4384,1021,'_menu_item_menu_item_parent','616'),(4385,1021,'_menu_item_object_id','666'),(4386,1021,'_menu_item_object','page'),(4387,1021,'_menu_item_target',''),(4388,1021,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4389,1021,'_menu_item_xfn',''),(4390,1021,'_menu_item_url',''),(4392,1021,'_menu_item_dt_mega_menu_enabled','1'),(4393,1021,'_menu_item_dt_mega_menu_fullwidth',''),(4394,1021,'_menu_item_dt_mega_menu_hide_title',''),(4395,1021,'_menu_item_dt_mega_menu_remove_link',''),(4396,1021,'_menu_item_dt_mega_menu_new_row',''),(4397,1021,'_menu_item_dt_mega_menu_new_column',''),(4398,1022,'_menu_item_type','post_type'),(4399,1022,'_menu_item_menu_item_parent','616'),(4400,1022,'_menu_item_object_id','663'),(4401,1022,'_menu_item_object','page'),(4402,1022,'_menu_item_target',''),(4403,1022,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4404,1022,'_menu_item_xfn',''),(4405,1022,'_menu_item_url',''),(4407,1022,'_menu_item_dt_mega_menu_enabled','1'),(4408,1022,'_menu_item_dt_mega_menu_fullwidth',''),(4409,1022,'_menu_item_dt_mega_menu_hide_title',''),(4410,1022,'_menu_item_dt_mega_menu_remove_link',''),(4411,1022,'_menu_item_dt_mega_menu_new_row',''),(4412,1022,'_menu_item_dt_mega_menu_new_column',''),(4413,1023,'_menu_item_type','post_type'),(4414,1023,'_menu_item_menu_item_parent','616'),(4415,1023,'_menu_item_object_id','662'),(4416,1023,'_menu_item_object','page'),(4417,1023,'_menu_item_target',''),(4418,1023,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4419,1023,'_menu_item_xfn',''),(4420,1023,'_menu_item_url',''),(4422,1023,'_menu_item_dt_mega_menu_enabled','1'),(4423,1023,'_menu_item_dt_mega_menu_fullwidth',''),(4424,1023,'_menu_item_dt_mega_menu_hide_title',''),(4425,1023,'_menu_item_dt_mega_menu_remove_link',''),(4426,1023,'_menu_item_dt_mega_menu_new_row',''),(4427,1023,'_menu_item_dt_mega_menu_new_column',''),(4428,1023,'_menu_item_dt_mega_menu_icon','none'),(4429,1023,'_menu_item_dt_mega_menu_iconfont',''),(4430,1023,'_menu_item_dt_mega_menu_image',''),(4431,1023,'_menu_item_dt_mega_menu_image_width','0'),(4432,1023,'_menu_item_dt_mega_menu_image_height','0'),(4433,1023,'_menu_item_dt_mega_menu_columns','3'),(4434,1022,'_menu_item_dt_mega_menu_icon','none'),(4435,1022,'_menu_item_dt_mega_menu_iconfont',''),(4436,1022,'_menu_item_dt_mega_menu_image',''),(4437,1022,'_menu_item_dt_mega_menu_image_width','0'),(4438,1022,'_menu_item_dt_mega_menu_image_height','0'),(4439,1022,'_menu_item_dt_mega_menu_columns','3'),(4440,1021,'_menu_item_dt_mega_menu_icon','none'),(4441,1021,'_menu_item_dt_mega_menu_iconfont',''),(4442,1021,'_menu_item_dt_mega_menu_image',''),(4443,1021,'_menu_item_dt_mega_menu_image_width','0'),(4444,1021,'_menu_item_dt_mega_menu_image_height','0'),(4445,1021,'_menu_item_dt_mega_menu_columns','3'),(4446,1032,'_menu_item_type','post_type'),(4447,1032,'_menu_item_menu_item_parent','616'),(4448,1032,'_menu_item_object_id','993'),(4449,1032,'_menu_item_object','page'),(4450,1032,'_menu_item_target',''),(4451,1032,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4452,1032,'_menu_item_xfn',''),(4453,1032,'_menu_item_url',''),(4455,1032,'_menu_item_dt_mega_menu_enabled','1'),(4456,1032,'_menu_item_dt_mega_menu_fullwidth',''),(4457,1032,'_menu_item_dt_mega_menu_hide_title',''),(4458,1032,'_menu_item_dt_mega_menu_remove_link',''),(4459,1032,'_menu_item_dt_mega_menu_new_row',''),(4460,1032,'_menu_item_dt_mega_menu_new_column',''),(4461,1032,'_menu_item_dt_mega_menu_icon','none'),(4462,1032,'_menu_item_dt_mega_menu_iconfont',''),(4463,1032,'_menu_item_dt_mega_menu_image',''),(4464,1032,'_menu_item_dt_mega_menu_image_width','0'),(4465,1032,'_menu_item_dt_mega_menu_image_height','0'),(4466,1032,'_menu_item_dt_mega_menu_columns','3'),(4468,1051,'_wp_attached_file','2014/12/banner_led_shine.jpg'),(4469,1051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:954;s:6:\"height\";i:360;s:4:\"file\";s:28:\"2014/12/banner_led_shine.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"banner_led_shine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"banner_led_shine-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4470,1053,'_wp_attached_file','2014/12/08-2.jpg'),(4471,1053,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:175;s:4:\"file\";s:16:\"2014/12/08-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"08-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:15:\"08-2-300x55.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4472,1054,'_wp_attached_file','2014/12/banner-led-bulb.jpg'),(4473,1054,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1960;s:6:\"height\";i:615;s:4:\"file\";s:27:\"2014/12/banner-led-bulb.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"banner-led-bulb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"banner-led-bulb-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"banner-led-bulb-1024x321.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4474,1055,'_wp_attached_file','2014/12/yoson-energy-star_2786_20140516165555.jpg'),(4475,1055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:428;s:4:\"file\";s:49:\"2014/12/yoson-energy-star_2786_20140516165555.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"yoson-energy-star_2786_20140516165555-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:48:\"yoson-energy-star_2786_20140516165555-300x66.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"yoson-energy-star_2786_20140516165555-1024x228.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4476,1057,'_wp_attached_file','2014/12/led-bulb-banner.jpg'),(4477,1057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:428;s:4:\"file\";s:27:\"2014/12/led-bulb-banner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"led-bulb-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"led-bulb-banner-300x66.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"led-bulb-banner-1024x228.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4478,1059,'_wp_attached_file','2015/01/logo.png'),(4479,1059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:67;s:4:\"file\";s:16:\"2015/01/logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4480,1060,'_wp_attached_file','2015/01/logo-float.png'),(4481,1060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:67;s:4:\"file\";s:22:\"2015/01/logo-float.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"logo-float-150x67.png\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4482,1062,'_wp_attached_file','2014/12/led-tub-light-banner.jpg'),(4483,1062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2014/12/led-tub-light-banner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"led-tub-light-banner-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:32:\"led-tub-light-banner-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"led-tub-light-banner-1024x426.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4484,1065,'_wp_attached_file','2014/12/led-tub-light-banner1.jpg'),(4485,1065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2014/12/led-tub-light-banner1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"led-tub-light-banner1-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:\"led-tub-light-banner1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"led-tub-light-banner1-1024x426.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4488,1094,'_wp_attached_file','2014/12/img_48409E40_high_bay_main.jpg'),(4489,1094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3285;s:6:\"height\";i:1638;s:4:\"file\";s:38:\"2014/12/img_48409E40_high_bay_main.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"img_48409E40_high_bay_main-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"img_48409E40_high_bay_main-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"img_48409E40_high_bay_main-1024x510.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4490,1098,'_wp_attached_file','2014/12/Banner13.jpg'),(4491,1098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:739;s:4:\"file\";s:20:\"2014/12/Banner13.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Banner13-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:\"Banner13-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Banner13-1024x394.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4492,1103,'_wp_attached_file','2014/12/led-bulb-banner1.jpg'),(4493,1103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:428;s:4:\"file\";s:28:\"2014/12/led-bulb-banner1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"led-bulb-banner1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"led-bulb-banner1-300x66.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"led-bulb-banner1-1024x228.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4494,1136,'_wp_attached_file','2014/12/surface-Lighting_Banner.jpg'),(4495,1136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:554;s:4:\"file\";s:35:\"2014/12/surface-Lighting_Banner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"surface-Lighting_Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"surface-Lighting_Banner-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"surface-Lighting_Banner-1024x283.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4496,1139,'_wp_attached_file','2014/12/banner6.jpg'),(4497,1139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:246;s:4:\"file\";s:19:\"2014/12/banner6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"banner6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"banner6-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4498,1145,'_wp_attached_file','2014/12/product-banner.jpg'),(4499,1145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:284;s:4:\"file\";s:26:\"2014/12/product-banner.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"product-banner-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:\"product-banner-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4500,1147,'_wp_attached_file','2015/01/wall-washer.jpg'),(4501,1147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2443;s:6:\"height\";i:699;s:4:\"file\";s:23:\"2015/01/wall-washer.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"wall-washer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"wall-washer-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"wall-washer-1024x292.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1377418877;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4502,656,'_wpb_shortcodes_custom_css','.vc_custom_1423216710221{margin-top: 20px !important;}'),(4503,504,'_wpb_shortcodes_custom_css','.vc_custom_1423219227288{margin-top: 10px !important;}.vc_custom_1423219239314{margin-top: 10px !important;}'),(4504,11,'_oembed_264adaa9e23367ef257127e771980eb9','{{unknown}}'),(4505,1179,'_wp_attached_file','2015/02/favicon.png'),(4506,1179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:19:\"2015/02/favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4511,1183,'_wp_attached_file','2014/12/floodlight1.jpg'),(4512,1183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:438;s:4:\"file\";s:23:\"2014/12/floodlight1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"floodlight1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"floodlight1-300x91.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"floodlight1-1024x311.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4521,1189,'_wp_attached_file','2014/12/surface-light.jpg'),(4522,1189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:411;s:4:\"file\";s:25:\"2014/12/surface-light.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"surface-light-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:\"surface-light-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4523,1192,'_wp_attached_file','2014/12/banner303.jpg'),(4524,1192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:980;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2014/12/banner303.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner303-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:\"banner303-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:8:\"AA006806\";s:11:\"orientation\";i:1;}}'),(4525,1192,'_wp_attachment_image_alt','led-cob-light'),(4526,1192,'dt-img-hide-title','0'),(4539,1201,'_wp_attached_file','2014/12/cob-banner.jpg'),(4540,1201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:399;s:4:\"file\";s:22:\"2014/12/cob-banner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"cob-banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"cob-banner-300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"cob-banner-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4541,1203,'_wp_attached_file','2014/12/banner.png'),(4542,1203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:302;s:4:\"file\";s:18:\"2014/12/banner.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"banner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"banner-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4543,1205,'_wp_attached_file','2014/12/7631612.jpg'),(4544,1205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1556;s:6:\"height\";i:1037;s:4:\"file\";s:19:\"2014/12/7631612.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"7631612-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:\"7631612-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"7631612-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4545,1205,'_wp_attachment_image_alt','solar street light'),(4546,1205,'dt-img-hide-title','0'),(4547,1207,'_wp_attached_file','2015/02/more.png'),(4548,1207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:352;s:6:\"height\";i:171;s:4:\"file\";s:16:\"2015/02/more.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"more-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:16:\"more-300x145.png\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4549,1208,'_wp_attached_file','2015/02/staray-logo.jpg'),(4550,1208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:112;s:4:\"file\";s:23:\"2015/02/staray-logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"staray-logo-150x112.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4553,1210,'_wp_attached_file','2015/02/CobaltCanvas-LightBlue-1920x1080.jpg'),(4554,1210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:44:\"2015/02/CobaltCanvas-LightBlue-1920x1080.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"CobaltCanvas-LightBlue-1920x1080-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:44:\"CobaltCanvas-LightBlue-1920x1080-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"CobaltCanvas-LightBlue-1920x1080-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4555,1211,'_wp_attached_file','2015/02/led-bulb-1.png'),(4556,1211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2015/02/led-bulb-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"led-bulb-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4557,1212,'_wp_attached_file','2015/02/led-flood-light.png'),(4558,1212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2015/02/led-flood-light.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"led-flood-light-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4559,1213,'_wp_attached_file','2015/02/hi-bay.png'),(4560,1213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2015/02/hi-bay.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hi-bay-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4561,1214,'_wp_attached_file','2015/02/led-cob-light-1.png'),(4562,1214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2015/02/led-cob-light-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"led-cob-light-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4563,1215,'_wp_attached_file','2015/02/led-cob-light-2.png'),(4564,1215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2015/02/led-cob-light-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"led-cob-light-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4565,1216,'_wp_attached_file','2015/02/led-down-light-2.png'),(4566,1216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2015/02/led-down-light-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"led-down-light-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4567,1217,'_wp_attached_file','2015/02/led-down-light-1.png'),(4568,1217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2015/02/led-down-light-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"led-down-light-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4569,1218,'_wp_attached_file','2015/02/street-light.png'),(4570,1218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2015/02/street-light.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"street-light-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4571,1219,'_wp_attached_file','2015/02/led-tube-light-1.png'),(4572,1219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:28:\"2015/02/led-tube-light-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4573,1220,'_wp_attached_file','2015/02/led-tube-light-2.png'),(4574,1220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:28:\"2015/02/led-tube-light-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4575,1221,'_wp_attached_file','2015/02/Banner-07.jpg'),(4576,1221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1395;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2015/02/Banner-07.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Banner-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Banner-07-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Banner-07-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4579,1223,'_wp_attached_file','2015/02/banner4.jpg'),(4580,1223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1003;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2015/02/banner4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"banner4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"banner4-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4581,1224,'_wp_attached_file','2015/02/LED_banner.jpg'),(4582,1224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2015/02/LED_banner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"LED_banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"LED_banner-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"LED_banner-1024x266.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:14:\"Navtej Khurana\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1420887601;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4583,862,'_yoast_wpseo_focuskw','LED Lamps, Energy Saving LED Lamps, LED Lamps India, LED Lamps Indore, LED bulbs Indore'),(4584,862,'_yoast_wpseo_title','LED Bulbs manufacturer in India | LED Lights | Indore'),(4585,862,'_yoast_wpseo_metadesc','StaRay LED Lights is leading manufacturer of LED Bulbs in indore india, retrofit bulbs.Use LED Bulb to save money & energy.one stop destination.'),(4586,862,'_yoast_wpseo_linkdex','40'),(4587,862,'_yoast_wpseo_metakeywords','LED Lamps, Energy Saving LED Lamps, LED bulb India, LED bulb Indore, LED bulbs Indore'),(4588,658,'_yoast_wpseo_focuskw','halogen, led flood lights, led focus light, led industrial lights, industrial lighting, factory light, industrial lights.'),(4589,658,'_yoast_wpseo_title','LED Flood Light manufacturer in India | LED Lights | Indore'),(4590,658,'_yoast_wpseo_metadesc','StaRay LED Lights leading manufacturer of LED Flood lights in Indore, India. StaRay LED Flood Lights are weather proof, water proof and IP 65 & IP 68'),(4591,658,'_yoast_wpseo_metakeywords','LED Flood lights, industrial lighting, outdoor lighting, IP 65 LED Flood light, IP 68 LED Flood Light, Manufacturer LED Lights Indore'),(4592,658,'_yoast_wpseo_linkdex','60'),(4593,662,'_yoast_wpseo_focuskw','LED Panel Lights, Energy Saving LED Panel Lights, LED Panel Lights India, LED panel lights Indore'),(4594,662,'_yoast_wpseo_title','LED Down Lights manufacturer in India | LED Lights | Indore'),(4595,662,'_yoast_wpseo_metadesc','StaRay LED Lights is leading manufacturer of LED Down light in indore india, retrofit Down lights.Use LED Down light to save money & energy.one stop destination.'),(4596,662,'_yoast_wpseo_metakeywords','LED Panel Lights, Energy Saving, LED Down Light, LED Panel Lights India, LED down lights Indore'),(4597,662,'_yoast_wpseo_linkdex','37'),(4598,656,'_yoast_wpseo_focuskw','LED High-bay, Energy Saving LED High-bay, LED High-bay India, LED High-bay Indore'),(4599,656,'_yoast_wpseo_title','LED High Bay manufacturer in India | LED Lights | Indore'),(4600,656,'_yoast_wpseo_metadesc','StaRay LED lights a manufacturer and supplier of led hight bay and low bay lights, industrial shade LED Lighting in Indore, India'),(4601,656,'_yoast_wpseo_metakeywords','high bay lights, led high bay, warehouse light, factory lights, led focus light, led light for factories, industrial lights, led industrial lights,Energy Saving LED High-bay, LED High-bay India, LED High-bay Indore'),(4602,656,'_yoast_wpseo_linkdex','29'),(4603,727,'_yoast_wpseo_focuskw','led street light, led parking light, general purpose lights, general purpose led lights, weatherproof lights, waterproof lights'),(4604,727,'_yoast_wpseo_title','LED Street lights | LED Parking lights | LED Strip lights'),(4605,727,'_yoast_wpseo_metadesc','street lights is the major part for highway roads and our led street lights is the best choice for this. cost effective and energy saving product.'),(4606,727,'_yoast_wpseo_metakeywords','led street light, led parking light, general purpose lights, general purpose led lights, weatherproof lights, waterproof lights led street light, led parking light, general purpose lights, general purpose led lights, weatherproof lights, waterproof lights,Street Lights , Energy Saving Street Lights , Street Lights India, Street lights Indore'),(4607,727,'_yoast_wpseo_linkdex','51'),(4608,1236,'_wp_attached_file','revslider/sliderpreview/banner-31.jpg'),(4609,1236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:400;s:4:\"file\";s:37:\"revslider/sliderpreview/banner-31.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"banner-31-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"banner-31-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"banner-31-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4610,1237,'_wp_attached_file','revslider/sliderpreview/staray-logo.jpg'),(4611,1237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:112;s:4:\"file\";s:39:\"revslider/sliderpreview/staray-logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"staray-logo-150x112.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4612,1238,'_wp_attached_file','revslider/sliderpreview/CobaltCanvas-LightBlue-1920x1080.jpg'),(4613,1238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:60:\"revslider/sliderpreview/CobaltCanvas-LightBlue-1920x1080.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"CobaltCanvas-LightBlue-1920x1080-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:44:\"CobaltCanvas-LightBlue-1920x1080-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"CobaltCanvas-LightBlue-1920x1080-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4614,1239,'_wp_attached_file','revslider/sliderpreview/led-bulb-1.png'),(4615,1239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:38:\"revslider/sliderpreview/led-bulb-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"led-bulb-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4616,1240,'_wp_attached_file','revslider/sliderpreview/led-flood-light.png'),(4617,1240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:43:\"revslider/sliderpreview/led-flood-light.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"led-flood-light-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4618,1241,'_wp_attached_file','revslider/sliderpreview/hi-bay.png'),(4619,1241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:34:\"revslider/sliderpreview/hi-bay.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hi-bay-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4620,1242,'_wp_attached_file','revslider/sliderpreview/led-cob-light-1.png'),(4621,1242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:43:\"revslider/sliderpreview/led-cob-light-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"led-cob-light-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4622,1243,'_wp_attached_file','revslider/sliderpreview/led-down-light-2.png'),(4623,1243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:44:\"revslider/sliderpreview/led-down-light-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"led-down-light-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4624,1244,'_wp_attached_file','revslider/sliderpreview/led-down-light-1.png'),(4625,1244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:44:\"revslider/sliderpreview/led-down-light-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"led-down-light-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4626,1245,'_wp_attached_file','revslider/sliderpreview/street-light.png'),(4627,1245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:40:\"revslider/sliderpreview/street-light.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"street-light-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4628,1246,'_wp_attached_file','revslider/sliderpreview/Banner-07.jpg'),(4629,1246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1395;s:6:\"height\";i:400;s:4:\"file\";s:37:\"revslider/sliderpreview/Banner-07.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Banner-07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Banner-07-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Banner-07-1024x293.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4630,1247,'_wp_attached_file','revslider/sliderpreview/banner2.jpeg'),(4631,1247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1440;s:6:\"height\";i:600;s:4:\"file\";s:36:\"revslider/sliderpreview/banner2.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"banner2-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:20:\"banner2-300x125.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"banner2-1024x426.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4632,594,'_yoast_wpseo_focuskw','led lights,led bulbs,led tube lights,led down light,led street lights,led flood lights,led hi bay,led low bay'),(4633,594,'_yoast_wpseo_title','LED Lights | LED Bulbs | LED Tube lights | LED lights |Indore'),(4634,594,'_yoast_wpseo_metadesc','StaRay LED Lights manufacturer of LED Lights in Indore, India. Products: LED bulb, tube light, flood light, down light, hi bay, strip light e.t.c'),(4635,594,'_yoast_wpseo_metakeywords','led lights,led bulbs,led tube lights,led street lights,led flood lights,led hi bay,led low bay,LED lights manufacturer in indore,LED lights supplier in indore'),(4636,594,'_yoast_wpseo_linkdex','55'),(4637,881,'_yoast_wpseo_focuskw','LED Tube Lights, Energy Saving LED Tube Lights, LED Tube Lights India, LED Tube Lights Indore'),(4638,881,'_yoast_wpseo_metadesc','StaRay LED Lights is leading manufacturer of LED Tube light in indore india, retrofit Tube lights.Use LED Tube light to save money & energy.one stop destination.'),(4639,881,'_yoast_wpseo_metakeywords','LED Tube Lights, Energy Saving LED Tube Lights, LED Tube Lights India, LED Tube Lights Indore'),(4640,881,'_yoast_wpseo_linkdex','26'),(4641,503,'_yoast_wpseo_title','Manufacturer of LED Lights in Indore, India'),(4642,503,'_yoast_wpseo_metadesc','StaRay LED Lights Manufacturer of LED Lights in Indore, India. Products like LED bulbs, LED tube lights, Down lights, Flood light, hi bay, strip light e.t.c'),(4643,503,'_yoast_wpseo_metakeywords','manufacture of LED Lights in Indore, India, LED bulb, tube light, flood light, hi bay, strip light, drivers e.t.c.'),(4644,594,'_oembed_1de78a4c4779eed4a1ab3c86e681ab28','<iframe src=\"https://player.vimeo.com/video/23237102\" width=\"1200\" height=\"675\" frameborder=\"0\" title=\"The City Limits\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(4645,594,'_oembed_time_1de78a4c4779eed4a1ab3c86e681ab28','1430128862'),(4646,594,'_oembed_cb0483cf363dd5c005ab23e9f50a76c0','{{unknown}}'),(4647,594,'_oembed_a43ed1a6b9ba012bb5a053215f4420b4','{{unknown}}'),(4648,907,'_yoast_wpseo_focuskw','LED COB spot light, Spot light,'),(4649,907,'_yoast_wpseo_title','LED COB Light manufacturer in India | LED Lights | Indore'),(4650,907,'_yoast_wpseo_metadesc','StaRay Spot light is ideal for spot light, architectural light for hotels, residential and commercial places. manufacturer LED Spot light in Indore, India'),(4651,907,'_yoast_wpseo_metakeywords','LED COB Light, LED spot light, architectural light, interior lights, fancy lights, angular light,'),(4652,907,'_yoast_wpseo_linkdex','32'),(4653,729,'_yoast_wpseo_title','LED lights after sales service and repairing'),(4654,729,'_yoast_wpseo_metadesc','StaRay LED Lights comes with 2 years warranty and 5 years service warranty.'),(4655,729,'_yoast_wpseo_metakeywords','LED repairing, LED after sales service, LED 2 years warranty, LED 5 years warranty'),(4656,660,'_yoast_wpseo_focuskw','LED Low Bay, Industial lighting, LED factory light'),(4657,660,'_yoast_wpseo_title','LED Low Bay manufacturer in India | LED Lights | Indore'),(4658,660,'_yoast_wpseo_metadesc','StaRay LED lights in Indore, India manufactures LED Lo bay lights ideally suited for industrial indoor light'),(4659,660,'_yoast_wpseo_metakeywords','LED Lo bay light, LED Industrial light, LED factory light'),(4660,660,'_yoast_wpseo_linkdex','28'),(4661,993,'_yoast_wpseo_metadesc','StaRay LED Lights is leading manufacturer of LED Wall Washer in indore india, retrofit Wall Washer.Use LED Wall Washer to save money & energy.one stop destination.'),(4662,993,'_yoast_wpseo_metakeywords','LED Wall Washer, LED RGB stip light, wall washer'),(4663,594,'_yoast_wpseo_focuskw_text_input','led lights,led bulbs,led tube lights,led down light,led street lights,led flood lights,led hi bay,led low bay'),(4664,594,'_yoast_wpseo_content_score','90'),(4665,11,'_yoast_wpseo_content_score','90'),(4666,633,'_yoast_wpseo_content_score','60'),(4667,633,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4668,1245,'dt-img-hide-title','0'),(4670,1342,'_wp_attached_file','2014/12/50W.jpg'),(4671,1342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:15:\"2014/12/50W.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"50W-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:15:\"50W-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:15:\"50W-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4672,1343,'_wp_attached_file','2014/12/100W.jpg'),(4673,1343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:16:\"2014/12/100W.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"100W-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"100W-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:16:\"100W-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4675,633,'_wpb_post_custom_css','.vc_column-inner {\r\n    padding-top: 0px !important;\r\n    padding-left: 19px !important;\r\n}\r\n'),(4676,1364,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4677,1364,'_menu_item_type','post_type'),(4678,1364,'_menu_item_menu_item_parent','762'),(4679,1364,'_menu_item_object_id','633'),(4680,1364,'_menu_item_object','page'),(4681,1364,'_menu_item_target',''),(4682,1364,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4683,1364,'_menu_item_xfn',''),(4684,1364,'_menu_item_url',''),(4686,1364,'_menu_item_dt_mega_menu_enabled','1'),(4687,1364,'_menu_item_dt_mega_menu_fullwidth',''),(4688,1364,'_menu_item_dt_mega_menu_hide_title',''),(4689,1364,'_menu_item_dt_mega_menu_remove_link',''),(4690,1364,'_menu_item_dt_mega_menu_new_row',''),(4691,1364,'_menu_item_dt_mega_menu_new_column',''),(4692,611,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4693,612,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4694,926,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4695,616,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4696,918,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4697,917,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4698,1023,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4699,1022,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4700,1021,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4701,915,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4702,1032,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4703,916,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4704,668,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4705,673,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4707,1012,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4708,672,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4709,762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4710,1364,'_menu_item_dt_mega_menu_icon','none'),(4711,1364,'_menu_item_dt_mega_menu_iconfont',''),(4712,1364,'_menu_item_dt_mega_menu_image',''),(4713,1364,'_menu_item_dt_mega_menu_image_width','0'),(4714,1364,'_menu_item_dt_mega_menu_image_height','0'),(4715,1364,'_menu_item_dt_mega_menu_columns','3'),(4716,766,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4717,764,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4718,765,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4719,754,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4720,615,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4721,727,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4722,727,'_yoast_wpseo_focuskw_text_input','led street light, led parking light, general purpose lights, general purpose led lights, weatherproof lights, waterproof lights'),(4723,727,'_yoast_wpseo_content_score','30'),(4724,656,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4725,656,'_yoast_wpseo_focuskw_text_input','LED High-bay, Energy Saving LED High-bay, LED High-bay India, LED High-bay Indore'),(4726,656,'_yoast_wpseo_content_score','30'),(4727,1366,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4728,1366,'_menu_item_type','post_type'),(4729,1366,'_menu_item_menu_item_parent','668'),(4730,1366,'_menu_item_object_id','656'),(4731,1366,'_menu_item_object','page'),(4732,1366,'_menu_item_target',''),(4733,1366,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4734,1366,'_menu_item_xfn',''),(4735,1366,'_menu_item_url',''),(4737,1366,'_menu_item_dt_mega_menu_enabled','1'),(4738,1366,'_menu_item_dt_mega_menu_fullwidth',''),(4739,1366,'_menu_item_dt_mega_menu_hide_title',''),(4740,1366,'_menu_item_dt_mega_menu_remove_link',''),(4741,1366,'_menu_item_dt_mega_menu_new_row',''),(4742,1366,'_menu_item_dt_mega_menu_new_column',''),(4743,1366,'_menu_item_dt_mega_menu_icon','none'),(4744,1366,'_menu_item_dt_mega_menu_iconfont',''),(4745,1366,'_menu_item_dt_mega_menu_image',''),(4746,1366,'_menu_item_dt_mega_menu_image_width','0'),(4747,1366,'_menu_item_dt_mega_menu_image_height','0'),(4748,1366,'_menu_item_dt_mega_menu_columns','3'),(4749,698,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4750,696,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4751,695,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4752,697,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4753,658,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4754,881,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4755,881,'_yoast_wpseo_focuskw_text_input','LED Tube Lights, Energy Saving LED Tube Lights, LED Tube Lights India, LED Tube Lights Indore'),(4756,881,'_yoast_wpseo_content_score','30'),(4757,663,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4758,663,'_yoast_wpseo_content_score','30'),(4759,666,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4760,666,'_yoast_wpseo_content_score','30'),(4761,11,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4762,658,'_yoast_wpseo_focuskw_text_input','halogen, led flood lights, led focus light, led industrial lights, industrial lighting, factory light, industrial lights.'),(4763,658,'_yoast_wpseo_content_score','60'),(4764,658,'_wpb_post_custom_css','.vc_column-inner {\r\n    padding-top: 0px !important;\r\n    padding-left: 19px !important;\r\n}\r\n'),(4765,1391,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4766,1391,'_edit_last','1'),(4767,1391,'_edit_lock','1521465166:1'),(4768,1391,'_wp_page_template','default'),(4769,1391,'slide_template','default'),(4770,1391,'_wpb_vc_js_status','false'),(4771,1391,'_dt_sidebar_position','disabled'),(4772,1391,'_dt_sidebar_widgetarea_id','sidebar_1'),(4773,1391,'_dt_footer_show','1'),(4774,1391,'_dt_footer_widgetarea_id','sidebar_2'),(4775,1391,'_dt_header_title','disabled'),(4776,1391,'_dt_header_background','normal'),(4777,1391,'_dt_slideshow_mode','porthole'),(4778,1391,'_dt_slideshow_3d_layout','fullscreen-content'),(4779,1391,'_dt_slideshow_3d_slider_proportions','a:2:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";}'),(4780,1391,'_dt_slideshow_layout','fullwidth'),(4781,1391,'_dt_slideshow_slider_proportions','a:2:{s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"500\";}'),(4782,1391,'_dt_slideshow_scaling','fill'),(4783,1391,'_dt_slideshow_autoplay','paused'),(4784,1391,'_dt_slideshow_autoslide_interval','5000'),(4785,1391,'_dt_slideshow_hide_captions','0'),(4786,1391,'_dt_slideshow_slides_in_raw','5'),(4787,1391,'_dt_slideshow_slides_in_column','3'),(4788,1391,'_dt_slideshow_revolution_slider','none'),(4789,1391,'_dt_slideshow_layer_slider','none'),(4790,1391,'_dt_slideshow_layer_show_bg_and_paddings','0'),(4791,1391,'_dt_fancy_header_title_aligment','left'),(4792,1391,'_dt_fancy_header_title_color','#000000'),(4793,1391,'_dt_fancy_header_subtitle_color','#000000'),(4794,1391,'_dt_fancy_header_bg_color','#ffffff'),(4795,1391,'_dt_fancy_header_bg_image','a:0:{}'),(4796,1391,'_dt_fancy_header_bg_repeat','no-repeat'),(4797,1391,'_dt_fancy_header_bg_position_x','center'),(4798,1391,'_dt_fancy_header_bg_position_y','center'),(4799,1391,'_dt_fancy_header_bg_fullscreen','1'),(4800,1391,'_dt_fancy_header_bg_fixed','0'),(4801,1391,'_dt_fancy_header_parallax_speed','0'),(4802,1391,'_dt_fancy_header_height','100'),(4803,1391,'_yoast_wpseo_content_score','60'),(4804,1394,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4805,1394,'_menu_item_type','post_type'),(4806,1394,'_menu_item_menu_item_parent','0'),(4807,1394,'_menu_item_object_id','1391'),(4808,1394,'_menu_item_object','page'),(4809,1394,'_menu_item_target',''),(4810,1394,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4811,1394,'_menu_item_xfn',''),(4812,1394,'_menu_item_url',''),(4814,1394,'_menu_item_dt_mega_menu_enabled','1'),(4815,1394,'_menu_item_dt_mega_menu_fullwidth',''),(4816,1394,'_menu_item_dt_mega_menu_hide_title',''),(4817,1394,'_menu_item_dt_mega_menu_remove_link',''),(4818,1394,'_menu_item_dt_mega_menu_new_row',''),(4819,1394,'_menu_item_dt_mega_menu_new_column',''),(4820,1394,'_menu_item_dt_mega_menu_icon','none'),(4821,1394,'_menu_item_dt_mega_menu_iconfont',''),(4822,1394,'_menu_item_dt_mega_menu_image',''),(4823,1394,'_menu_item_dt_mega_menu_image_width','0'),(4824,1394,'_menu_item_dt_mega_menu_image_height','0'),(4825,1394,'_menu_item_dt_mega_menu_columns','3'),(4826,1395,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4827,1395,'_menu_item_type','post_type'),(4828,1395,'_menu_item_menu_item_parent','668'),(4829,1395,'_menu_item_object_id','1391'),(4830,1395,'_menu_item_object','page'),(4831,1395,'_menu_item_target',''),(4832,1395,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4833,1395,'_menu_item_xfn',''),(4834,1395,'_menu_item_url',''),(4836,1395,'_menu_item_dt_mega_menu_enabled','1'),(4837,1395,'_menu_item_dt_mega_menu_fullwidth',''),(4838,1395,'_menu_item_dt_mega_menu_hide_title',''),(4839,1395,'_menu_item_dt_mega_menu_remove_link',''),(4840,1395,'_menu_item_dt_mega_menu_new_row',''),(4841,1395,'_menu_item_dt_mega_menu_new_column',''),(4842,1395,'_menu_item_dt_mega_menu_icon','none'),(4843,1395,'_menu_item_dt_mega_menu_iconfont',''),(4844,1395,'_menu_item_dt_mega_menu_image',''),(4845,1395,'_menu_item_dt_mega_menu_image_width','0'),(4846,1395,'_menu_item_dt_mega_menu_image_height','0'),(4847,1395,'_menu_item_dt_mega_menu_columns','3'),(4848,862,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4849,862,'_yoast_wpseo_focuskw_text_input','LED Lamps, Energy Saving LED Lamps, LED Lamps India, LED Lamps Indore, LED bulbs Indore'),(4850,862,'_yoast_wpseo_content_score','30'),(4851,1391,'_wpb_vc_js_interface_version','0'),(4852,1391,'vc_teaser','a:2:{s:4:\"data\";s:67:\"[{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"},{\"name\":\"{{ name }}\"}]\";s:7:\"bgcolor\";s:0:\"\";}'),(4853,919,'_yoast_wpseo_content_score','60'),(4854,662,'_yoast_wpseo_focuskw_text_input','LED Panel Lights, Energy Saving LED Panel Lights, LED Panel Lights India, LED panel lights Indore'),(4855,662,'_yoast_wpseo_content_score','30'),(4856,907,'_yoast_wpseo_focuskw_text_input','LED COB spot light, Spot light,'),(4857,907,'_yoast_wpseo_content_score','30'),(4858,660,'_yoast_wpseo_focuskw_text_input','LED Low Bay, Industial lighting, LED factory light'),(4859,660,'_yoast_wpseo_content_score','30'),(4860,722,'_yoast_wpseo_content_score','60'),(4863,881,'_yoast_wpseo_title','LED Tube Lights manufacturer in India | LED Lights | Indore'),(4864,663,'_yoast_wpseo_title','LED Surface Lights manufacturer in India | LED Lights | Indore'),(4865,663,'_yoast_wpseo_metadesc','StaRay LED Lights is leading manufacturer of LED Surface light in indore india, retrofit Surface lights.Use LED Surface light to save money & energy.one stop destination.'),(4866,663,'_yoast_wpseo_focuskw_text_input','LED Surface Light, Energy Saving LED Surface Light, LED Surface Light India, LED Surface Light Indore'),(4867,663,'_yoast_wpseo_focuskw','LED Surface Light, Energy Saving LED Surface Light, LED Surface Light India, LED Surface Light Indore'),(4868,663,'_yoast_wpseo_linkdex','26'),(4869,663,'_yoast_wpseo_metakeywords','LED Surface Light, Energy Saving LED Surface Light, LED Surface Light India, LED Surface Light Indore'),(4870,666,'_yoast_wpseo_focuskw_text_input','LED Spot Light, Energy Saving LED Spot Light, LED Spot Light India, LED Spot Light Indore'),(4871,666,'_yoast_wpseo_focuskw','LED Spot Light, Energy Saving LED Spot Light, LED Spot Light India, LED Spot Light Indore'),(4872,666,'_yoast_wpseo_title','LED Spot Lights manufacturer in India | LED Lights | Indore'),(4873,666,'_yoast_wpseo_metadesc','StaRay LED Lights is leading manufacturer of LED Spot light in indore india, retrofit Spot lights.Use LED Spot light to save money & energy.one stop destination.'),(4874,666,'_yoast_wpseo_linkdex','26'),(4875,666,'_yoast_wpseo_metakeywords','LED Spot Light, Energy Saving LED Spot Light, LED Spot Light India, LED Spot Light Indore'),(4876,993,'_yoast_wpseo_focuskw_text_input','LED Wall Washer, Energy Saving LED Wall Washer, LED Wall Washer India, LED Wall Washer Indore'),(4877,993,'_yoast_wpseo_focuskw','LED Wall Washer, Energy Saving LED Wall Washer, LED Wall Washer India, LED Wall Washer Indore'),(4878,993,'_yoast_wpseo_title','LED Wall Washer manufacturer in India | LED Lights | Indore'),(4879,993,'_yoast_wpseo_linkdex','51'),(4880,993,'_yoast_wpseo_content_score','30'),(4881,899,'_yoast_wpseo_focuskw_text_input','LED Strip, Energy Saving LED Strip, LED Strip India, LED Strip Indore'),(4882,899,'_yoast_wpseo_focuskw','LED Strip, Energy Saving LED Strip, LED Strip India, LED Strip Indore'),(4883,899,'_yoast_wpseo_title','LED Strip manufacturer in India | LED Lights | Indore'),(4884,899,'_yoast_wpseo_metadesc','StaRay LED Lights is leading manufacturer of LED Strip in indore india, retrofit Strip .Use LED Strip to save money & energy.one stop destination.'),(4885,899,'_yoast_wpseo_linkdex','54'),(4886,899,'_yoast_wpseo_content_score','30'),(4887,899,'_yoast_wpseo_metakeywords','LED Wall Washer, LED RGB stip light, wall washer'),(4888,633,'_yoast_wpseo_focuskw_text_input','LED Street Light, Energy Saving LED Street Light, LED Street Light India, LED Street Light Indore'),(4889,633,'_yoast_wpseo_focuskw','LED Street Light, Energy Saving LED Street Light, LED Street Light India, LED Street Light Indore'),(4890,633,'_yoast_wpseo_title','LED Street Light manufacturer in India | LED Lights | Indore'),(4891,633,'_yoast_wpseo_metadesc','StaRay LED Lights is leading manufacturer of LED Street Light in indore india, retrofit Street Lights.Use LED Street Light to save money & energy.one stop destination.'),(4892,633,'_yoast_wpseo_linkdex','57'),(4893,633,'_yoast_wpseo_metakeywords','LED Street Light, Energy Saving LED Street Light, LED Street Light India, LED Street Light Indore'),(4894,1391,'_yoast_wpseo_focuskw_text_input','LED Emergency Light , Energy Saving LED Emergency Light , LED Emergency Light India, LED Emergency Light Indore'),(4895,1391,'_yoast_wpseo_focuskw','LED Emergency Light , Energy Saving LED Emergency Light , LED Emergency Light India, LED Emergency Light Indore'),(4896,1391,'_yoast_wpseo_title','LED Emergency Light manufacturer in India | LED Lights | Indore'),(4897,1391,'_yoast_wpseo_metadesc','StaRay LED Lights is leading manufacturer of LED Emergency Light in indore india, retrofit Emergency Light.Use Emergency Light to save money & energy.one stop destination.'),(4898,1391,'_yoast_wpseo_linkdex','40'),(4899,1391,'_yoast_wpseo_metakeywords','LED Emergency Light , Energy Saving LED Emergency Light , LED Emergency Light India, LED Emergency Light Indore'),(4900,724,'_yoast_wpseo_focuskw_text_input','LED Parking Lights, Energy Saving LED Parking Lights, LED Parking LightsIndia, LED Parking LightsIndore'),(4901,724,'_yoast_wpseo_focuskw','LED Parking Lights, Energy Saving LED Parking Lights, LED Parking LightsIndia, LED Parking LightsIndore'),(4902,724,'_yoast_wpseo_title','LED Parking Lights manufacturer in India | LED Lights | Indore'),(4903,724,'_yoast_wpseo_metadesc','StaRay LED Lights is leading manufacturer of LED Parking Lights in indore india, retrofit Parking Lights.Use LED Parking Lights to save money & energy.one stop destination.'),(4904,724,'_yoast_wpseo_linkdex','35'),(4905,724,'_yoast_wpseo_content_score','60'),(4906,724,'_yoast_wpseo_metakeywords','LED Parking Lights, Energy Saving LED Parking Lights, LED Parking LightsIndia, LED Parking LightsIndore'),(4907,722,'_yoast_wpseo_focuskw_text_input','LED Solar Street Lights, Energy Saving LED Solar Street Lights, LED Solar Street Lights India, LED Solar Street Lights Indore'),(4908,722,'_yoast_wpseo_focuskw','LED Solar Street Lights, Energy Saving LED Solar Street Lights, LED Solar Street Lights India, LED Solar Street Lights Indore'),(4909,722,'_yoast_wpseo_title','LED Solar Street Lights manufacturer in India | LED Lights | Indore'),(4910,722,'_yoast_wpseo_metadesc','StaRay LED Lights is leading manufacturer of LED Solar Street Lights in indore india, retrofit Solar Street Lights.Use Solar Street Lights to save money & energy.one stop destination.'),(4911,722,'_yoast_wpseo_linkdex','35'),(4912,722,'_yoast_wpseo_metakeywords','LED Lo bay light, LED Industrial light, LED factory light,LED Solar Street Lights,LED Street Lights'),(4913,725,'_yoast_wpseo_focuskw_text_input','LED Garden / Wall Lights, Energy Saving LED Garden / Wall Lights, LED Garden / Wall Lights India, LED Garden / Wall Lights Indore'),(4914,725,'_yoast_wpseo_focuskw','LED Garden / Wall Lights, Energy Saving LED Garden / Wall Lights, LED Garden / Wall Lights India, LED Garden / Wall Lights Indore'),(4915,725,'_yoast_wpseo_title','LED Garden / Wall Lights manufacturer in India | LED Lights | Indore'),(4916,725,'_yoast_wpseo_metadesc','StaRay LED Lights is leading manufacturer of LED Garden / Wall Lights in indore india, retrofit Garden / Wall Lights.Use Garden / Wall Lights to save money & energy.one stop destination.'),(4917,725,'_yoast_wpseo_linkdex','35'),(4918,725,'_yoast_wpseo_content_score','30'),(4919,725,'_yoast_wpseo_metakeywords','Solar Street Lights,LED Parking Lights,LED Garden / Wall Lights,LED Wall Washer'),(4920,11,'_yoast_wpseo_focuskw_text_input','Contact - LED Lights India Indore,Contact - STARAY LED Lights India Indore ,STARAY LED Lights Indore'),(4921,11,'_yoast_wpseo_focuskw','Contact - LED Lights India Indore,Contact - STARAY LED Lights India Indore ,STARAY LED Lights Indore'),(4922,11,'_yoast_wpseo_title','Contact - LED Lights India Indore'),(4923,11,'_yoast_wpseo_linkdex','18'),(4924,11,'_yoast_wpseo_metakeywords','Contact - LED Lights India Indore,Contact - STARAY LED Lights India Indore ,STARAY LED Lights Indore'),(4925,4,'_config_errors','a:1:{s:12:\"mail.subject\";a:1:{i:0;a:2:{s:4:\"code\";i:101;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:76:\"http://contactform7.com/configuration-errors/#mail.subject:error_maybe_empty\";}}}}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=1558 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 (4,1,'2014-12-05 07:41:26','2014-12-05 07:41:26','<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <donotreply@ledstaray.com>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on LED Lights (http://www.ledstaray.com)\nstarayled@gmail.com\nReply-To: [your-email]\n\n1\n\n\n[your-subject]\nLED Lights <vishdhanu@yahoo.co.in>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on LED Lights (http://www.ledstaray.com)\n[your-email]\nReply-To: vishdhanu@yahoo.co.in\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','open','open','','contact-form-1','','','2018-11-27 11:40:13','2018-11-27 11:40:13','',0,'http://www.ledstaray.com/?post_type=wpcf7_contact_form&#038;p=4',0,'wpcf7_contact_form','',0),(11,1,'2014-03-18 10:04:12','2014-03-18 10:04:12','[vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" full_width=\"true\" animation=\"fade-in\"][vc_column width=\"1/1\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTQ3MjAuOTMzOTkyODg0MjAyJTIxMmQ3NS44NjY5NDMlMjEzZDIyLjcxOTU2MSUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4NGExYjBlMjFlOGViMDQ5NSUyMTJzQ2FsaWJyYXRlJTJCSW5kaWElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTQyMzIxOTYzMTM5OSUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTIyJTNFJTNDJTJGaWZyYW1lJTNF\" size=\"350\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"10\"][/vc_column][/vc_row][vc_row margin_top=\"10\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Contact information</h3>\r\n[/vc_column_text][vc_column_text]<strong><span style=\"color: #46ab32;\">StaRay LED Lights</span></strong>\r\nMfg. by Calibrate India\r\n[dt_gap height=\"10\" /]\r\n<h6>Address:</h6>\r\n<span class=\"content\" style=\"padding-left: 0px;\">233 Shastri market, 2nd floor</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Indore (M.P.) - 452001</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Contact Person : Mr. Viren Kanadia</span>\r\n[dt_gap height=\"10\" /]\r\n<h6>Phone numbers:</h6>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Phone No. : +91 731 2536919</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Alternate No. : +91 731 4048377</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Mob. No. : +91 98260 11619</span>\r\n[dt_gap height=\"10\" /]\r\n<h6>Email:</h6>\r\nstarayled@gmail.com\r\n[dt_gap height=\"10\" /][/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Send us a message</h3>\r\n[/vc_column_text][dt_gap height=\"10\"][dt_contact_form fields=\"name,email,telephone,message\" message_height=\"3\" required=\"name,email,message\" button_title=\"Send message\" button_size=\"medium\"][/vc_column][/vc_row]','Contact','','publish','closed','closed','','contact','','','2018-11-27 11:37:13','2018-11-27 11:37:13','',0,'http://demos.the7.dream-demo.com/business/?page_id=11',60,'page','',0),(38,1,'2014-03-18 10:44:06','2014-03-18 10:44:06','LED Lights are highly functional. LEDs never get too hot – allowing them to last for thousands of hours.','Functionality','','publish','closed','closed','','web-design','','','2014-12-17 06:23:41','2014-12-17 06:23:41','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_benefits&#038;p=38',0,'dt_benefits','',0),(39,1,'2014-03-18 10:43:14','2014-03-18 10:43:14','LED bulbs are a very different from other energy-efficient bulbs. They are not designed with Mercury.','Super Power Bulb','','publish','closed','closed','','programming','','','2014-12-17 06:24:09','2014-12-17 06:24:09','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_benefits&#038;p=39',0,'dt_benefits','',0),(40,1,'2014-03-18 10:45:27','2014-03-18 10:45:27','They were made to replace the regular incandescent lamps effectively.','Performance','','publish','closed','closed','','marketing-pr','','','2014-12-17 06:23:15','2014-12-17 06:23:15','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_benefits&#038;p=40',0,'dt_benefits','',0),(41,1,'2014-03-18 10:47:09','2014-03-18 10:47:09','It fits into all your existing sockets and can be used most anywhere.','LED Lights for Smart Living','','publish','closed','closed','','copywriting','','','2014-12-17 06:22:49','2014-12-17 06:22:49','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_benefits&#038;p=41',0,'dt_benefits','',0),(44,1,'2014-03-18 10:50:48','2014-03-18 10:50:48','Eco-friendly bulbs are known to give harsh and unflattering light.','Light Quality','','publish','closed','closed','','photography','','','2014-12-16 15:37:19','2014-12-16 15:37:19','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_benefits&#038;p=44',0,'dt_benefits','',0),(45,1,'2014-03-18 10:30:53','2014-03-18 10:30:53','LED Lamp is quite a lifesaver. Its average working capacity is 25,000 hours!','Life','','publish','closed','closed','','seo','','','2014-12-17 06:24:36','2014-12-17 06:24:36','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_benefits&#038;p=45',0,'dt_benefits','',0),(60,1,'2014-03-18 11:16:53','2014-03-18 11:16:53','Curabitur pellentesque neque eget diam posuere porta. Quisque ut nulla at nunc vehicula lacinia. Proin adipiscing porta tellus, ut feugiat nibh adipiscing metus sit amet.','Richard Anderson','','publish','closed','closed','','richard-anderson','','','2014-03-18 11:16:53','2014-03-18 11:16:53','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_testimonials&amp;p=60',0,'dt_testimonials','',0),(71,1,'2014-03-18 11:11:32','2014-03-18 11:11:32','<span style=\"color: #888888;\">In eu justo a felis faucibus ornare vel id metus. Sed hendrerit enim non justo posuere placerat. Phasellus eget purus vel mauris tincidunt tincidunt. Sed et nibhbus pellentesque facilisis.</span>','Tiffany Firebird','','publish','closed','closed','','tiffany-firebird','','','2014-03-18 11:11:32','2014-03-18 11:11:32','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_testimonials&amp;p=71',0,'dt_testimonials','',0),(72,1,'2014-03-18 11:12:54','2014-03-18 11:12:54','Phasellus et nisl tellus. Etiam facilisis eu nisi scelerisque faucibus. Proin semper suscipit magna, nec imperdiet lacus semper vitae. Sed hendrerit enim non justo posuere placerat. Phasellus eget purus vel mauris tincidunt!','James Richardson','','publish','closed','closed','','james-richardson','','','2014-03-18 11:12:54','2014-03-18 11:12:54','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_testimonials&amp;p=72',0,'dt_testimonials','',0),(73,1,'2014-03-18 11:14:16','2014-03-18 11:14:16','Perspiciatis faucibus purus unde om iste natus sit! Proin adipiscing porta tellus, ut feugiat nibh adipiscing metus sit amet. In eu justo a felis faucibus ornare vel id metus. Thanx!','Nicolas Blackriver','','publish','closed','closed','','nicolas-blackriver','','','2014-03-18 11:14:16','2014-03-18 11:14:16','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_testimonials&amp;p=73',0,'dt_testimonials','',0),(74,1,'2014-03-18 11:03:08','2014-03-18 11:03:08','Curabitur pellentesque neque eget diam posuere porta glavrida lorem dolor ut nulla at nunc. Lorem ipsum dolor! Thank you very much!','Jennifer Greenfield','','publish','closed','closed','','jennifer-greenfield','','','2014-03-18 11:03:08','2014-03-18 11:03:08','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_testimonials&amp;p=74',0,'dt_testimonials','',0),(75,1,'2014-03-18 11:21:55','2014-03-18 11:21:55','','Logo 01','','publish','closed','closed','','logo-01','','','2014-03-18 11:21:55','2014-03-18 11:21:55','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_logos&amp;p=75',0,'dt_logos','',0),(79,1,'2014-03-18 11:24:38','2014-03-18 11:24:38','','Logo02','','publish','closed','closed','','logo02','','','2014-03-18 11:24:38','2014-03-18 11:24:38','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_logos&amp;p=79',0,'dt_logos','',0),(82,1,'2014-03-18 11:26:34','2014-03-18 11:26:34','','Logo03','','publish','closed','closed','','logo03','','','2014-03-18 11:26:34','2014-03-18 11:26:34','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_logos&amp;p=82',0,'dt_logos','',0),(85,1,'2014-03-18 09:28:46','2014-03-18 09:28:46','','Logo04','','publish','closed','closed','','logo04','','','2014-03-18 09:28:46','2014-03-18 09:28:46','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_logos&amp;p=85',0,'dt_logos','',0),(88,1,'2014-03-18 12:09:44','2014-03-18 12:09:44','','Logo05','','publish','closed','closed','','logo05','','','2014-03-18 12:09:44','2014-03-18 12:09:44','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_logos&amp;p=88',0,'dt_logos','',0),(91,1,'2014-03-18 12:14:25','2014-03-18 12:14:25','','Logo06','','publish','closed','closed','','logo06','','','2014-03-18 12:14:25','2014-03-18 12:14:25','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_logos&amp;p=91',0,'dt_logos','',0),(99,1,'2014-03-18 12:16:20','2014-03-18 12:16:20','','Logo07','','publish','closed','closed','','logo07','','','2014-12-17 08:00:36','2014-12-17 08:00:36','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_logos&#038;p=99',0,'dt_logos','',0),(102,1,'2014-03-18 12:18:07','2014-03-18 12:18:07','','Logo08','','publish','closed','closed','','logo08','','','2014-12-17 07:58:41','2014-12-17 07:58:41','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_logos&#038;p=102',0,'dt_logos','',0),(107,1,'2014-03-18 12:21:34','2014-03-18 12:21:34','','Logo09','','publish','closed','closed','','logo09','','','2014-12-17 07:57:10','2014-12-17 07:57:10','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_logos&#038;p=107',0,'dt_logos','',0),(110,1,'2014-03-18 09:23:23','2014-03-18 09:23:23','','Logo10','','publish','closed','closed','','logo10','','','2014-03-18 09:23:23','2014-03-18 09:23:23','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_logos&amp;p=110',0,'dt_logos','',0),(113,1,'2014-03-18 07:25:46','2014-03-18 07:25:46','','Logo11','','publish','closed','closed','','logo11','','','2014-03-18 07:25:46','2014-03-18 07:25:46','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_logos&amp;p=113',0,'dt_logos','',0),(116,1,'2014-03-18 12:28:11','2014-03-18 12:28:11','','Logo12','','publish','closed','closed','','logo12','','','2014-12-17 07:54:21','2014-12-17 07:54:21','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_logos&#038;p=116',0,'dt_logos','',0),(228,1,'2014-03-16 17:37:44','2014-03-16 17:37:44','Donec vehicula diam vulputate lectus blandit bibendum. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla at purus lorem, in feugiat massa. Duis vel sapien mauris. Etiam ac nulla et urna egestas congue nec in tortor.','Diana Brown','','publish','closed','closed','','diana-brown','','','2014-03-16 17:37:44','2014-03-16 17:37:44','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_testimonials&amp;p=228',0,'dt_testimonials','',0),(229,1,'2014-03-18 17:39:21','2014-03-18 17:39:21','Feugiat nibh adipiscing metus sit amet! Proin adipiscing porta tellus, ut feugiat nibh adipiscing metus sit amet. In eu justo a felis faucibus ornare vel id metus. Thanx!','Alex Bluemarine','','publish','closed','closed','','alex-bluemarine','','','2014-03-18 17:39:21','2014-03-18 17:39:21','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_testimonials&amp;p=229',0,'dt_testimonials','',0),(230,1,'2014-03-18 17:40:56','2014-03-18 17:40:56','Phasellus et nisl tellus. Etiam facilisis eu nisi scelerisque faucibus. Proin semper suscipit magna, nec imperdiet lacus semper vitae. Sed hendrerit enim non justo posuere placerat. Phasellus eget purus vel mauris tincidunt semper suscipit magna, nec imperdiet lacus!','Miriam Wisebull','','publish','closed','closed','','miriam-wisebull','','','2014-03-18 17:40:56','2014-03-18 17:40:56','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_testimonials&amp;p=230',0,'dt_testimonials','',0),(231,1,'2014-03-18 17:41:58','2014-03-18 17:41:58','Dolor et nisl tellus. Etiam facilisis eu nisi scelerisque faucibus. Proin semper suscipit magna, nec imperdiet lacus semper vitae. Sed hendrerit enim non justo posuere placerat. Phasellus eget purus vel mauris.','Andrew Lee','','publish','closed','closed','','andrew-lee','','','2014-03-18 17:41:58','2014-03-18 17:41:58','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_testimonials&amp;p=231',0,'dt_testimonials','',0),(232,1,'2014-03-18 17:43:18','2014-03-18 17:43:18','Etiam facilisis eu nisi scelerisque faucibus. Proin semper suscipit magna, nec imperdiet lacus semper vitae. Sed hendrerit enim non justo posuere placerat. Phasellus eget purus vel mauris tincidunt semper suscipit magna, nec imperdiet lacus!','Stephan Eaglefree','','publish','closed','closed','','stephan-eaglefree','','','2014-03-18 17:43:18','2014-03-18 17:43:18','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_testimonials&amp;p=232',0,'dt_testimonials','',0),(233,1,'2014-03-10 17:43:43','2014-03-10 17:43:43','Fores ipsum dolor neque eget diam posuere porta glavrida lorem dolor ut nulla at nunc. Lorem ipsum dolor! Thank you very much!','Leonardo Freeman','','publish','closed','closed','','leonardo-freeman','','','2014-03-10 17:43:43','2014-03-10 17:43:43','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_testimonials&amp;p=233',0,'dt_testimonials','',0),(234,1,'2014-03-04 17:45:36','2014-03-04 17:45:36','Proin semper suscipit magna, nec imperdiet lacus semper vitae. Sed hendrerit enim non justo posuere placerat. Phasellus eget purus vel mauris tincidunt semper suscipit magna, nec imperdiet lacus!','Anna Whitehall','','publish','closed','closed','','anna-whitehall','','','2014-03-04 17:45:36','2014-03-04 17:45:36','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_testimonials&amp;p=234',0,'dt_testimonials','',0),(304,1,'2014-03-18 18:47:31','2014-03-18 18:47:31','[vc_row][vc_column width=\"1/1\"][vc_column_text]<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nMobile App Development\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Dolor anterdum, lacus et vulputate lorem ipsum for nulla commodo sem, at egestas nulla metus vel sapien. Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo.[/vc_column_text][/vc_column][/vc_row]','Portfolio mobile app','Vivamus voluptate velit esse quam nihil molestiae minima veniam quis nostrum feugiat, diam vel tincidunt.','publish','closed','closed','','portfolio-mobile-app','','','2014-03-18 18:47:31','2014-03-18 18:47:31','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=304',0,'dt_portfolio','',0),(307,1,'2014-03-18 18:51:44','2014-03-18 18:51:44','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nCorporate Identity Design\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Dolor anterdum, lacus et vulputate nulla commodo sem, at egestas nulla metus vel sapien. Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo.[/vc_column_text][/vc_column][/vc_row]','Legal consulting identity','Sed interdum, lacus et vulputate pellentesque, velit nulla commodo sem, at egestas nulla metus vel sapien.','publish','closed','closed','','legal-consulting-corporate-identity','','','2014-03-18 18:51:44','2014-03-18 18:51:44','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=307',0,'dt_portfolio','',0),(309,1,'2014-03-18 18:52:15','2014-03-18 18:52:15','[vc_row][vc_column width=\"1/1\"][vc_column_text]<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nMobile App Development\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Dolor anterdum, lacus et vulputate nulla commodo sem, at egestas nulla metus vel sapien. Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo.[/vc_column_text][/vc_column][/vc_row]','Music app mockup','Lorem ipsum dolor sit amet communitas imperdiet eleifend magna, eget dictum urna to lorem gravida quis.','publish','closed','closed','','music-app-mockup','','','2014-03-18 18:52:15','2014-03-18 18:52:15','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=309',0,'dt_portfolio','',0),(312,1,'2014-03-18 18:55:46','2014-03-18 18:55:46','[vc_row][vc_column width=\"1/1\"][dt_gap height=\"5\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo venenatis justo lorem ipsum. Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo. Sed volutpat tellus. Curabitur felis dui, molestie interdum pulvinar.\n\nMorbi viverra, mi non placerat tincidunt, lectus neque bibendum turpis, at venenatis justo lorem ipsum dolor sit glavrida massa a justo dolor venenatis. Morbi viverra, mi non placerat tincidunt, lectus neque bibendum.[/vc_column_text][dt_gap height=\"20\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]Lorem non placerat tincidunt, lectus neque bibendum turpis, at venenatis justo lorem ipsum dolor sit glavrida massa a justo dolor venenatis. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo venenatis justo lorem ipsum.\n\nMorbi viverra, mi non placerat tincidunt, lectus neque bibendum turpis, at venenatis justo lorem ipsum dolor sit glavrida massa a justo dolor! Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo venenatis justo lorem ipsum.[/vc_column_text][dt_gap height=\"20\"][/vc_column][vc_column width=\"1/3\"][dt_teaser type=\"image\" target=\"blank\" style=\"1\" content_size=\"normal\" text_align=\"left\" background=\"fancy\" animation=\"none\"][dt_gap height=\"20\" /]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nPhotoshoot &amp; Marketing\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White[/dt_teaser][dt_gap height=\"20\"][/vc_column][/vc_row]','Summer time photoshoot','Unterdum, lacus et vulputate nulla commodo sem, at egestas nulla metus vel sapien!','publish','closed','closed','','summer-time-photoshoot','','','2014-03-18 18:55:46','2014-03-18 18:55:46','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=312',0,'dt_portfolio','',0),(317,1,'2014-03-18 18:54:12','2014-03-18 18:54:12','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nMobile App Development\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo.[/vc_column_text][/vc_column][/vc_row]','Weather app','Lorem ipsum dolor sit amet communitas imperdiet eleifend magna, eget dictum urna to lorem gravida quis.','publish','closed','closed','','weather-app','','','2014-03-18 18:54:12','2014-03-18 18:54:12','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=317',0,'dt_portfolio','',0),(319,1,'2014-03-18 19:00:15','2014-03-18 19:00:15','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nBook Cover Design\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo.\n\nKusto lorem ipsum dolor sit glavrida massa a justo dolor venenatis. Morbi viverra, mi non placerat tincidunt, lectus neque bibendum.[/vc_column_text][/vc_column][/vc_row]','Book cover design','Nullam velit nulla commodo sem, at egestas nulla metus vel imperdiet aptent taciti ad litora torquent per.','publish','closed','closed','','book-cover-design','','','2014-03-18 19:00:15','2014-03-18 19:00:15','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=319',0,'dt_portfolio','',0),(322,1,'2014-03-18 19:02:15','2014-03-18 19:02:15','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nPhotoshoot &amp; Marketing\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo.\n\nKusto lorem ipsum dolor sit glavrida massa a justo dolor venenatis. Morbi viverra, mi non placerat tincidunt, lectus neque bibendum.[/vc_column_text][/vc_column][/vc_row]','World photo project','Nulla facilisi congue eu ornare vel, mattis sed eros, velit nulla egestas nulla metus vel sapien.','publish','closed','closed','','world-photo-project','','','2014-03-18 19:02:15','2014-03-18 19:02:15','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=322',0,'dt_portfolio','',0),(325,1,'2014-03-10 19:05:54','2014-03-10 19:05:54','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nCorporate Identity Development\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo. Sed volutpat tellus. Curabitur felis dui, molestie interdum pulvinar.\n\nMorbi viverra, mi non placerat tincidunt, lectus neque bibendum turpis, at venenatis justo lorem ipsum dolor sit glavrida massa a justo dolor venenatis. Morbi viverra, mi non placerat tincidunt, lectus neque bibendum.[/vc_column_text][/vc_column][/vc_row]','Modern corporate identity','Pellen tesque velit nulla commodo sem at egestas unitas potenti ornare felis porttitor amet sit.','publish','closed','closed','','modern-corporate-identity','','','2014-03-10 19:05:54','2014-03-10 19:05:54','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=325',0,'dt_portfolio','',0),(328,1,'2014-03-10 19:08:16','2014-03-10 19:08:16','[vc_row][vc_column width=\"1/1\"][dt_gap height=\"10\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo venenatis justo lorem ipsum. Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo. Sed volutpat tellus. Curabitur felis dui, molestie interdum pulvinar.\n\nMorbi viverra, mi non placerat tincidunt, lectus neque bibendum turpis, at venenatis justo lorem ipsum dolor sit glavrida massa a justo dolor venenatis. Morbi viverra, mi non placerat tincidunt, lectus neque bibendum.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]Lorem non placerat tincidunt, lectus neque bibendum turpis, at venenatis justo lorem ipsum dolor sit glavrida massa a justo dolor venenatis. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo venenatis justo lorem ipsum.\n\nMorbi viverra, mi non placerat tincidunt, lectus neque bibendum turpis, at venenatis justo lorem ipsum dolor sit glavrida massa a justo dolor! Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo venenatis justo lorem ipsum.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/3\"][dt_teaser type=\"image\" target=\"blank\" style=\"1\" content_size=\"normal\" text_align=\"left\" background=\"fancy\" animation=\"none\"][dt_gap height=\"20\" /]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nPhotoshoot &amp; Marketing\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White[/dt_teaser][dt_gap height=\"20\"][/vc_column][/vc_row]','Macro experiments','Lacus et vulputate pellen tesque velit nulla commodo sem at egestas lorem ipsum dolor amet.','publish','closed','closed','','macro-experiments','','','2014-03-10 19:08:16','2014-03-10 19:08:16','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=328',0,'dt_portfolio','',0),(331,1,'2014-03-06 19:12:59','2014-03-06 19:12:59','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nMobile App Design\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo. Sed volutpat tellus. Curabitur felis dui, molestie interdum pulvinar.\n\nMorbi viverra, mi non placerat tincidunt, lectus neque bibendum turpis, at venenatis justo lorem ipsum dolor sit glavrida massa a justo dolor venenatis. Morbi viverra, mi non placerat tincidunt, lectus neque bibendum.[/vc_column_text][/vc_column][/vc_row]','Minimalist app mockup','Vased interdum vulputate pellen tesque, velit nulla commodo sem lacus et vulputate pellen tesque velit nulla.','publish','closed','closed','','minimalist-app-mockup','','','2014-03-06 19:12:59','2014-03-06 19:12:59','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=331',0,'dt_portfolio','',0),(334,1,'2014-03-03 19:16:22','2014-03-03 19:16:22','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nPhotoshoot &amp; Marketing\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo. Sed volutpat tellus. Curabitur lectus neque bibendum.[/vc_column_text][/vc_column][/vc_row]','City photo project','Lorem ipsum dolor sit amet commun vitas imperdiet eleifend magna vulputate pellen tesque velit nulla.','publish','open','open','','city-photo-project','','','2014-03-03 19:16:22','2014-03-03 19:16:22','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=334',0,'dt_portfolio','',0),(345,1,'2014-02-09 19:21:21','2014-02-09 19:21:21','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nNew Logo & Corporate Identity\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo. Sed volutpat tellus. Curabitur lectus neque bibendum.[/vc_column_text][/vc_column][/vc_row]','Light corporate identity','Nullam velit nulla commodo sem, at egestas nulla metus vel imperdiet aptent taciti ad litora torquent per.','publish','closed','closed','','light-corporate-identity','','','2014-02-09 19:21:21','2014-02-09 19:21:21','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=345',0,'dt_portfolio','',0),(347,1,'2014-03-18 19:24:02','2014-03-18 19:24:02','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nPhotoshoot &amp; Marketing\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo. Sed volutpat tellus. Curabitur felis dui, molestie interdum pulvinar.\n\nMorbi viverra, mi non placerat tincidunt, lectus neque bibendum turpis, at venenatis justo lorem ipsum dolor sit glavrida massa a justo dolor venenatis. Morbi viverra, mi non placerat tincidunt, lectus neque bibendum.[/vc_column_text][/vc_column][/vc_row]','Macro reality','Dolor anterdum, lacus et vulputate nulla commodo sem, at egestas nulla metus vel sapien.','publish','closed','closed','','macro-reality','','','2014-03-18 19:24:02','2014-03-18 19:24:02','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=347',0,'dt_portfolio','',0),(351,1,'2014-03-01 19:25:37','2014-03-01 19:25:37','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nVinyl Record Cover Design\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo. Sed volutpat tellus. Curabitur lectus neque bibendum.[/vc_column_text][/vc_column][/vc_row]','Vinyl record cover','Perspiciatis faucibus purus unde om iste natus sit piciatis unde lorem ipsusit dolor comnis.','publish','closed','closed','','vinyl-record-cover','','','2014-03-01 19:25:37','2014-03-01 19:25:37','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=351',0,'dt_portfolio','',0),(354,1,'2014-03-03 19:26:56','2014-03-03 19:26:56','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nPhotoshoot &amp; Marketing\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo.\n\nMorbi viverra, mi non placerat tincidunt, lectus neque bibendum turpis, at venenatis. Morbi viverra, mi non placerat tincidunt, lectus neque bibendum.[/vc_column_text][/vc_column][/vc_row]','Ancient city photo project','Sed  ipsum dolor sit velit nulla commodo sem, at egestas lorem ipsum dolor nulla metus vel sapien! ','publish','closed','closed','','ancient-city-photo-project','','','2014-03-03 19:26:56','2014-03-03 19:26:56','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=354',0,'dt_portfolio','',0),(356,1,'2014-03-18 19:29:43','2014-03-18 19:29:43','[vc_row][vc_column width=\"1/1\"][dt_gap height=\"10\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo. Sed volutpat tellus. Curabitur felis dui, molestie interdum pulvinar.\n\nMorbi viverra, mi non placerat tincidunt, lectus neque bibendum turpis, at venenatis justo lorem ipsum dolor sit glavrida massa a justo dolor venenatis. Morbi viverra, mi non placerat tincidunt, lectus neque bibendum.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]Lorem non placerat tincidunt, lectus neque bibendum turpis, at venenatis justo lorem ipsum dolor sit glavrida massa a justo dolor venenatis.\n\nMorbi viverra, mi non placerat tincidunt, lectus neque bibendum turpis, at venenatis justo lorem ipsum dolor sit glavrida massa a justo dolor! Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo venenatis justo lorem ipsum.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/3\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nPhotoshoot &amp; Marketing\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][/vc_column][/vc_row]','People photo project','Unterdum lacus et  nulla commodo sem, at egestas nulla metus vel sapien lorem ipsum.','publish','open','closed','','portraits-photoshoot','','','2014-03-18 19:29:43','2014-03-18 19:29:43','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=356',0,'dt_portfolio','',0),(361,1,'2014-03-09 19:31:39','2014-03-09 19:31:39','[vc_row][vc_column width=\"1/1\"][vc_column_text]\n<h6>Client:</h6>\nAwesome Company ltd.\n\n[dt_gap height=\"10\" /]\n<h6>Task:</h6>\nPhotoshoot &amp; Marketing\n\n[dt_gap height=\"10\" /]\n<h6>Executives:</h6>\nRichard Brown, Anna Green, John White\n\n[dt_gap height=\"10\" /][/vc_column_text][vc_column_text]Etiam id  elit, vel tincidunt nulla ipsum non justo aliquam malesuada. Vestibulis accumsan ipsum non justo aliquam malesuada. Donec eu urna erat. Suspendisse vulputate tristique urna, nec feugiat leo.\n\nKusto lorem ipsum dolor sit glavrida massa a justo dolor venenatis. Morbi viverra, mi non placerat tincidunt, lectus neque bibendum.[/vc_column_text][/vc_column][/vc_row]','Surfing lifestyle','Nulla facilisi congue eu ornare vel, mattis sed eros, velit nulla egestas nulla metus vel sapien.','publish','closed','closed','','surfing-lifestyle','','','2014-03-09 19:31:39','2014-03-09 19:31:39','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_portfolio&amp;p=361',0,'dt_portfolio','',0),(497,1,'2014-03-19 12:03:53','2014-03-19 12:03:53','Vestibulum et metus nulla. Quisque et lacus at quam volutpat aliquam eget sit amet.','Richard Johnson','','publish','closed','closed','','richard-johnson','','','2014-03-19 12:03:53','2014-03-19 12:03:53','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_team&amp;p=497',0,'dt_team','',0),(498,1,'2014-03-19 12:05:52','2014-03-19 12:05:52','Proin ligula justo, iaculis quis ornare in, tempus id purus. Vestibulum et metus nulla.','Anna Firebird','','publish','closed','closed','','anna-firebird','','','2014-03-19 12:05:52','2014-03-19 12:05:52','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_team&amp;p=498',0,'dt_team','',0),(499,1,'2014-03-18 12:07:02','2014-03-18 12:07:02','Toncidunt luctus, felis sapien venenatis nibh, non nibh ligula a lectus. Sed non nisi felis.','Tiffany Whitewind','','publish','closed','closed','','tiffany-whitewind','','','2014-03-18 12:07:02','2014-03-18 12:07:02','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_team&amp;p=499',0,'dt_team','',0),(500,1,'2014-03-19 12:09:35','2014-03-19 12:09:35','Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.','George Blackheart','','publish','closed','closed','','george-blackheart','','','2014-03-19 12:09:35','2014-03-19 12:09:35','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_team&amp;p=500',0,'dt_team','',0),(501,1,'2014-03-17 12:10:08','2014-03-17 12:10:08','Etiam ultrices orci leo, et feugiat eros tristique et. Proin ligula justo, iaculis quis ornare.','Alexander Smith','','publish','closed','closed','','alexander-smith','','','2014-03-17 12:10:08','2014-03-17 12:10:08','',0,'http://demos.the7.dream-demo.com/business/?post_type=dt_team&amp;p=501',0,'dt_team','',0),(503,1,'2014-03-18 09:49:29','2014-03-18 09:49:29','[vc_row margin_top=\"15\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Welcome to our website!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]Sed interdum, lacus et vulputate pellentesque, velit nulla commodo sem, at egestas nulla metus vel sapien! Lorem ipsum dolor sit amet communitas imperdiet eleifend magna, eget dictum urna to lorem gravida quis. Nulla facilisi congue eu ornare vel, mattis sed eros.\r\n\r\nUnterdum, lacus et vulputate pellentesque, velit nulla commodo sem, at egestas nulla metus vel sapien!Lorem ipsum dolor sit amet communitas erdum, lacus et vulputate, velit nulla commodo sem, at egestas nulla metus vel sapien! Lorem ipsum dolor sit amet communitas imperdiet eleifend magna, eget dictum urna to lorem gravida quis. Nulla facilisi congue eu ornare vel, mattis sed eros. Sed interdum, lacus et vulputate, velit nulla commodo sem, at egestas nulla metus vel sapien![/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h3>Our experience</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text][dt_progress_bars show_percentage=\"false\"][dt_progress_bar title=\"Web development - 9 years\" color=\"\" percentage=\"94\" /][dt_progress_bar title=\"WordPress - 5 years\" color=\"\" percentage=\"70\" /][dt_progress_bar title=\"Marketing &amp; PR - 3 years\" color=\"\" percentage=\"50\" /][dt_progress_bar title=\"SMM &amp; SEO - 2 years\" color=\"\" percentage=\"40\" /][/dt_progress_bars][/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h3>Our services</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_accordion active_tab=\"1\"][vc_accordion_tab title=\"Web development\"][vc_column_text]Nullam velit nulla commodo sem, at egestas nulla metus vel imperdiet aptent taciti ad litora torquent per conubia mattis nulla eleifend magna.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"Photography\"][vc_column_text]Quisque gravida turpis sit amet nulla posuere lacinia. Cras sed est sit amet ipsum luctus dignissim. Cras nec dolor purus nunc, tempor vel ultrices eu, vehicula quis eros. Sed interdum, lacus et vulputate pellen tesque.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"SEO &amp; Marketing\"][vc_column_text]Sed  ipsum dolor sit velit nulla commodo sem, at egestas nulla metus vel sapien! Lorem ipsum dolor sit amet communitas imperdiet eleifend magna, eget dictum![/vc_column_text][/vc_accordion_tab][/vc_accordion][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"50\" padding_bottom=\"60\" margin_top=\"25\" margin_bottom=\"0\" full_width_padding_left=\"40\" full_width_padding_right=\"40\" full_width_margin_top=\"0\" full_width_margin_bottom=\"0\" parallax_speed=\"0.1\" padding_left=\"40\" padding_right=\"40\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h3>Our specialisation</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]Vased interdum vulputate pellen tesque, velit nulla commodo sem lacus et vulputate pellen tesque velit nulla lorem nulla sem, at egestas nulla metus vel sapien! Lorem ipsum dolor sit amet commun vitas imperdiet eleifend magna vulputate pellen tesque velit nulla.[/vc_column_text][dt_gap height=\"10\"][dt_button link=\"http://the7.dream-demo.com/features/full-features-list/\" target_blank=\"false\" size=\"link\" animation=\"fade\"]Other features[/dt_button][dt_gap height=\"20\"][/vc_column][vc_column width=\"3/4\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"true\" image_background=\"true\" target_blank=\"false\" header_size=\"h5\" content_size=\"normal\" number=\"6\" orderby=\"date\" order=\"desc\" animation=\"none\" category=\"iconfont,no-button\" image_background_color=\"#ffffff\"][/vc_column][/vc_row][vc_row margin_top=\"50\" margin_bottom=\"40\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h3>Products and services</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]Lorem ipsum dolor sit amet communitas imperdiet eleifend magna, eget dictum urna to lorem gravida quis. Nulla facilisi congue eu ornare vel, mattis sed eros, velit nulla commodo sem, at egestas nulla metus vel sapien! Ipsum dolor sit amet communitas erdum.[/vc_column_text][dt_gap height=\"10\"][dt_button link=\"http://the7.dream-demo.com/pages/pricing-tables-go-pricing/\" target_blank=\"false\" size=\"link\" animation=\"fade\"]Pricing plans[/dt_button][dt_gap height=\"30\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/3\"][dt_teaser type=\"image\" image=\"http://demos.the7.dream-demo.com/business/wp-content/uploads/sites/3/2014/03/dt-036.jpg\" style=\"2\" content_size=\"normal\" text_align=\"center\" background=\"fancy\" animation=\"top\" misc_link=\"http://themeforest.net/user/Dream-Theme\" target=\"blank\"]\r\n<h5>Corporate Identity</h5>\r\nPellen tesque velit nulla sem at egestas unitas poten ornare felis porttitor amet sit.\r\n\r\n[dt_gap height=\"5\"]\r\n\r\n[dt_button size=\"small\" color=\"\" link=\"http://themeforest.net/user/Dream-Theme/portfolio\" target_blank=\"true\"]View details[/dt_button][/dt_teaser][/vc_column_inner][vc_column_inner width=\"1/3\"][dt_teaser type=\"image\" image=\"http://demos.the7.dream-demo.com/business/wp-content/uploads/sites/3/2014/03/dt-003.jpg\" style=\"2\" content_size=\"normal\" text_align=\"center\" background=\"fancy\" animation=\"top\" target=\"blank\" misc_link=\"http://themeforest.net/user/Dream-Theme\"]\r\n<h5>Programming</h5>\r\nLacus et vulputate pellen tesque velit nulla commodo sem at egestas lorem ipsum dolor amet.\r\n\r\n[dt_gap height=\"5\"]\r\n\r\n[dt_button size=\"small\" color=\"\" link=\"http://themeforest.net/user/Dream-Theme/portfolio\" target_blank=\"true\"]View details[/dt_button][/dt_teaser][/vc_column_inner][vc_column_inner width=\"1/3\"][dt_teaser type=\"image\" image=\"http://demos.the7.dream-demo.com/business/wp-content/uploads/sites/3/2014/03/dt-041.jpg\" style=\"2\" content_size=\"normal\" text_align=\"center\" background=\"fancy\" animation=\"top\" target=\"blank\" misc_link=\"http://themeforest.net/user/Dream-Theme\"]\r\n<h5>Mobile Apps</h5>\r\nLorem nulla ipsum dolor for amet comma unitas potenti ornare felis porttitor amet sit amante.\r\n\r\n[dt_gap height=\"5\"]\r\n\r\n[dt_button size=\"small\" color=\"\" link=\"http://themeforest.net/user/Dream-Theme/portfolio\" target_blank=\"true\"]View details[/dt_button][/dt_teaser][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"50\" padding_bottom=\"10\" margin_top=\"25\" margin_bottom=\"40\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h3>Our partners</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]Sed interdum, lacus et vulputate pellen tesque, velit nulla commodo sem, at egestas nulla metus vel sapien! Lorem ipsum dolor sit amet communitas imperdiet eleifend dictum urna.[/vc_column_text][dt_gap height=\"10\"][dt_button link=\"http://the7.dream-demo.com/shortcodes/clients-logos/\" target_blank=\"false\" size=\"link\" animation=\"fade\"]Become a partner[/dt_button][dt_gap height=\"20\"][/vc_column][vc_column width=\"3/4\"][dt_gap height=\"10\"][dt_logos columns=\"5\" dividers=\"true\" number=\"10\" orderby=\"date\" order=\"desc\" animation=\"none\"][dt_gap height=\"50\"][/vc_column][/vc_row][vc_row bg_position=\"bottom\" bg_repeat=\"no-repeat\" bg_cover=\"true\" bg_attachment=\"true\" padding_top=\"34\" padding_bottom=\"40\" margin_top=\"25\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<h2 style=\"text-align: center;\">Totally renewed <span class=\"paint-accent-color\">The7</span> Premium WordPress Theme</h2>\r\n<h3 style=\"text-align: center;\">Create the site You\'ll be proud of! Without touching a single line of code.</h3>\r\n[/vc_column_text][dt_gap height=\"30\"][vc_column_text]\r\n<p style=\"text-align: center;\">[dt_button animation=\"scale\" size=\"big\" color=\"\" link=\"http://the7.dream-demo.com/features/what-buyers-say-about-the7/\" target_blank=\"true\"]READ REVIEWS[/dt_button][dt_button size=\"big\" animation=\"scale\" color=\"\" link=\"http://themeforest.net/item/the7-responsive-multipurpose-wordpress-theme/5556590\" target_blank=\"true\"]DOWNLOAD[/dt_button]</p>\r\n[/vc_column_text][dt_gap height=\"10\"][/vc_column][/vc_row]','Home','','publish','closed','closed','','sample-page-2','','','2016-08-20 11:30:43','2016-08-20 11:30:43','',0,'http://demos.the7.dream-demo.com/business/?page_id=2',0,'page','',0),(504,1,'2014-03-18 10:02:39','2014-03-18 10:02:39','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/about-us-banner.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"15\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]<h3>About Us</h3>[/vc_column_text][vc_column_text css=\".vc_custom_1423219227288{margin-top: 10px !important;}\"]<p>\nStaRay LED Lights manufactured by Calibrate India is established over two decades,\n</p>\n<p>\nCalibrate India engaged in manufacturing of industrial electronic products such as electronic precision products such as Electronic Weighing Machine, Tensile Testing Machines and LED Lights.\n</p>\n<p>\nWe are committed to provide our customers, a wide range of products that not only meet our client’s budget but also their design specifications that will work best not only in India but globally.\n</p>[/vc_column_text][dt_gap height=\"30\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]\r\n<h3>Our mission</h3>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1423219239314{margin-top: 10px !important;}\"][dt_quote type=\"blockquote\" font_size=\"normal\" animation=\"none\" background=\"fancy\"]<em>Our mission is to be a global manufacturer with a clear focus and to earn and be worthy of our customer’s trust by providing them with good quality LED products &amp; also prompt services.</em>[/dt_quote][/vc_column_text][dt_gap height=\"26\"][dt_gap height=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"15\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"15px\" parallax_speed=\"0.1\" full_width_padding_left=\"40\" full_width_padding_right=\"40\" full_width_margin_top=\"0\" full_width_margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_column_text]\r\n<h3>What we are good at</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights provides complete Lighting Solution for home and offices, Industrial Lighting, Outdoor Lighting etc.\nOur product range includes a wide range of LED Bulbs, LED Tube lights, LED Down lights, LED Street lights, LED Hi-bay, LED Low-bay, LED Flood lights etc. in different models and wattages. In addition to a wide choice of standard products, we have a full-fledged R&amp;D centre to provide customized solutions.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"2/3\"][dt_benefits_vc columns=\"3\" style=\"2\" dividers=\"false\" image_background=\"false\" target_blank=\"false\" header_size=\"h5\" content_size=\"normal\" number=\"8\" orderby=\"date\" order=\"desc\" animation=\"bottom\" category=\"no-button\" image_background_border=\"default\" paint=\"accent\" color=\"#ffffff\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"40\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h3>Some of our clients</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][dt_gap height=\"30\"][dt_logos columns=\"4\" dividers=\"true\" number=\"8\" orderby=\"date\" order=\"desc\" animation=\"scale\" category=\"color-logos,color\"][dt_gap height=\"30\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]\r\n<h3>Testimonials</h3>\r\n[/vc_column_text][dt_gap height=\"26\"][dt_testimonials type=\"slider\" columns=\"2\" number=\"12\" orderby=\"date\" order=\"desc\" category=\"home-small,1-testimonials\" padding=\"20\" column_width=\"370\"][dt_gap height=\"10\"][vc_column_text]\r\n<p style=\"text-align: center;\">[dt_button size=\"small\" animation=\"none\" color=\"\" link=\"http://the7.dream-demo.com/features-2/what-buyers-say-about-the7/\" target_blank=\"true\"]All testimonials[/dt_button][dt_button size=\"small\" animation=\"none\" color=\"\" link=\"http://the7.dream-demo.com/pages/contact/contact-with-fancy-header/\" target_blank=\"true\"]Write a review[/dt_button]</p>\r\n[/vc_column_text][dt_gap height=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','About company','','publish','closed','closed','','about-company','','','2015-02-06 10:42:29','2015-02-06 10:42:29','',0,'http://demos.the7.dream-demo.com/business/?page_id=5',10,'page','',0),(573,1,'2014-12-05 07:45:06','2014-12-05 07:45:06','','Buy this theme','','publish','open','open','','buy-this-theme','','','2014-12-05 07:45:06','2014-12-05 07:45:06','',0,'http://www.ledstaray.com/?p=573',1,'nav_menu_item','',0),(574,1,'2014-12-05 07:45:06','2014-12-05 07:45:06','','Support portal','','publish','open','open','','support-portal','','','2014-12-05 07:45:06','2014-12-05 07:45:06','',0,'http://www.ledstaray.com/?p=574',2,'nav_menu_item','',0),(575,1,'2014-12-05 07:45:07','2014-12-05 07:45:07','','Dream-Theme','','publish','open','open','','dream-theme','','','2014-12-05 07:45:07','2014-12-05 07:45:07','',0,'http://www.ledstaray.com/?p=575',3,'nav_menu_item','',0),(576,1,'2014-12-05 07:45:08','2014-12-05 07:45:08','','User guide','','publish','open','open','','user-guide','','','2014-12-05 07:45:08','2014-12-05 07:45:08','',0,'http://www.ledstaray.com/?p=576',4,'nav_menu_item','',0),(594,1,'2014-03-19 15:23:28','2014-03-19 15:23:28','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in Indore, India.\r\n\r\nIn fact, we are the pioneers in the field of Manufacturing of all types of LED lights like LED Bulbs, LED Tube Lights, LED Down Light, LED Spot Light, COB Lights, LED Flood Lights, LED Hi Bay, LED Strip Light, LED Street Light, LED Garden Lights e.t.c.\r\n\r\nWe provide complete LED lights solutions for Home &amp; Offices, Indoor &amp; Outdoor applications, Hotels &amp; malls, Showrooms e.t.c.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2; font-size: 18px;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"true\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzOTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRmVtYmVkJTJGNWFxYU56cnJ2TlElMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\r\n[/vc_raw_html][vc_column_text]<div style=\"width:100%;\"><a class=\"nf-messages-timeline\" href=\"http://updates.ledstaray.com/\" data-nf-widget-id=\"575bfec79bfed51e10df0e5d\" data-nf-widget-tag=\"CALIBRATEINDIA\"\r\ndata-nf-widget-name=\"UPDATES\"><script type=\"text/javascript\">\r\n(function () {\r\nvar na = document.createElement(\'script\'); na.type = \'text/javascript\';\r\nna.src = \'http://nowfloats.com/Scripts/widget.js\';\r\nvar s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(na, s);\r\n})();\r\n</script></a></div>[/vc_column_text][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','LED Lights | LED lights manufacturer in indore | LED lights supplier in indore','','publish','closed','closed','','homepage-version-2','','','2017-02-10 06:30:51','2017-02-10 06:30:51','',503,'http://demos.the7.dream-demo.com/business/?page_id=594',20,'page','',0),(599,1,'2014-12-05 07:47:21','2014-12-05 07:47:21','','rev-business-bg.jpg','','inherit','closed','closed','','rev-business-bg-jpg','','','2014-12-05 07:47:21','2014-12-05 07:47:21','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/big-fancy-header/rev-business-bg.jpg',0,'attachment','image/jpeg',0),(600,1,'2014-12-05 07:47:22','2014-12-05 07:47:22','','rev-business-logo.png','','inherit','closed','closed','','rev-business-logo-png','','','2014-12-05 07:47:22','2014-12-05 07:47:22','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/big-fancy-header/rev-business-logo.png',0,'attachment','image/png',0),(601,1,'2014-12-05 07:47:22','2014-12-05 07:47:22','','rev-person-img.png','','inherit','closed','closed','','rev-person-img-png','','','2014-12-05 07:47:22','2014-12-05 07:47:22','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/big-fancy-header/rev-person-img.png',0,'attachment','image/png',0),(602,1,'2014-12-05 07:48:46','2014-12-05 07:48:46','','slidebg1.jpg','','inherit','closed','closed','','slidebg1-jpg','','','2014-12-05 07:48:46','2014-12-05 07:48:46','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/happy-people/slidebg1.jpg',0,'attachment','image/jpeg',0),(603,1,'2014-12-05 07:48:47','2014-12-05 07:48:47','','bg-art-slider-white-black.png','','inherit','closed','closed','','bg-art-slider-white-black-png','','','2014-12-05 07:48:47','2014-12-05 07:48:47','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/happy-people/bg-art-slider-white-black.png',0,'attachment','image/png',0),(604,1,'2014-12-05 07:48:48','2014-12-05 07:48:48','','bg-art-slider-white.png','','inherit','closed','closed','','bg-art-slider-white-png','','','2014-12-05 07:48:48','2014-12-05 07:48:48','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/happy-people/bg-art-slider-white.png',0,'attachment','image/png',0),(605,1,'2014-12-05 07:48:48','2014-12-05 07:48:48','','happy-people.png','','inherit','closed','closed','','happy-people-png','','','2014-12-05 07:48:48','2014-12-05 07:48:48','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/happy-people/happy-people.png',0,'attachment','image/png',0),(606,1,'2014-12-05 07:48:48','2014-12-05 07:48:48','','sl-mult.png','','inherit','closed','closed','','sl-mult-png','','','2014-12-05 07:48:48','2014-12-05 07:48:48','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/happy-people/sl-mult.png',0,'attachment','image/png',0),(607,1,'2014-12-05 07:48:49','2014-12-05 07:48:49','','7-v4.png','','inherit','closed','closed','','7-v4-png','','','2014-12-05 07:48:49','2014-12-05 07:48:49','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/happy-people/7-v4.png',0,'attachment','image/png',0),(608,1,'2014-12-05 07:48:49','2014-12-05 07:48:49','','sl-woo.png','','inherit','closed','closed','','sl-woo-png','','','2014-12-05 07:48:49','2014-12-05 07:48:49','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/happy-people/sl-woo.png',0,'attachment','image/png',0),(609,1,'2014-12-05 07:48:49','2014-12-05 07:48:49','','sl-vc.png','','inherit','closed','closed','','sl-vc-png','','','2014-12-05 07:48:49','2014-12-05 07:48:49','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/happy-people/sl-vc.png',0,'attachment','image/png',0),(610,1,'2014-12-05 07:48:49','2014-12-05 07:48:49','','sl-seo.png','','inherit','closed','closed','','sl-seo-png','','','2014-12-05 07:48:49','2014-12-05 07:48:49','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/happy-people/sl-seo.png',0,'attachment','image/png',0),(611,1,'2014-12-05 10:21:22','2014-12-05 10:21:22','','Home','','publish','open','closed','','home','','','2018-03-17 13:28:51','2018-03-17 13:28:51','',503,'http://www.ledstaray.com/?p=611',1,'nav_menu_item','',0),(612,1,'2014-12-05 10:21:23','2014-12-05 10:21:23','','About Us','','publish','open','closed','','612','','','2018-03-17 13:28:52','2018-03-17 13:28:52','',0,'http://www.ledstaray.com/?p=612',2,'nav_menu_item','',0),(614,1,'2014-12-05 10:23:31','2014-12-05 10:23:31','','Advantage LED','','publish','open','open','','advantage-led','','','2014-12-16 14:56:04','2014-12-16 14:56:04','',0,'http://www.ledstaray.com/?p=614',3,'nav_menu_item','',0),(615,1,'2014-12-05 10:23:34','2014-12-05 10:23:34',' ','','','publish','open','closed','','615','','','2018-03-17 13:28:55','2018-03-17 13:28:55','',0,'http://www.ledstaray.com/?p=615',25,'nav_menu_item','',0),(616,1,'2014-12-05 10:23:33','2014-12-05 10:23:33','','Home & Offices','','publish','open','closed','','led','','','2018-03-17 13:28:52','2018-03-17 13:28:52','',0,'http://www.ledstaray.com/?p=616',4,'nav_menu_item','',0),(629,1,'2014-12-11 08:11:06','2014-12-11 08:11:06','','Industrial Lighting','','publish','closed','closed','','industrial-lighting','','','2018-02-22 08:38:36','2018-02-22 08:38:36','',0,'http://www.ledstaray.com/?page_id=629',0,'page','',0),(630,1,'2014-12-11 08:10:19','2014-12-11 08:10:19','','about-us-banner1','','inherit','open','open','','about-us-banner1','','','2014-12-11 08:10:19','2014-12-11 08:10:19','',629,'http://www.ledstaray.com/wp-content/uploads/2014/12/about-us-banner11.jpg',0,'attachment','image/jpeg',0),(631,1,'2014-12-11 08:10:41','2014-12-11 08:10:41','','banner_blogs','','inherit','open','open','','banner_blogs','','','2014-12-11 08:10:41','2014-12-11 08:10:41','',629,'http://www.ledstaray.com/wp-content/uploads/2014/12/banner_blogs.jpg',0,'attachment','image/jpeg',0),(633,1,'2014-12-11 10:22:52','2014-12-11 10:22:52','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Model : Polaris\r\n</strong><br /><a href=\"http://www.ledstaray.com/Polaris-datasheet.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 50</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>50</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Vega\r\n</strong><br /><a href=\"http://www.ledstaray.com/Vega-datasheet.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-1-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Vega</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-2-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : Vega Plus</strong></div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30 L</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">More Common Specification</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"18\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Street Lights','','publish','closed','closed','','street-lights','','','2018-11-27 11:34:46','2018-11-27 11:34:46','',0,'http://www.ledstaray.com/?page_id=633',0,'page','',0),(656,1,'2014-12-11 13:51:07','2014-12-11 13:51:07','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/1-14021G42326205.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED High Bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]StaRay LED High bay lights are high intensity lights used at workshop, industrial sheds and factories. This illuminate large areas and life Upto 50,000 hours.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-hi-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216710221{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"specification\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED High bay','','publish','closed','closed','','led-high-bay','','','2018-03-19 12:58:36','2018-03-19 12:58:36','',0,'http://www.ledstaray.com/?page_id=656',0,'page','',0),(658,1,'2014-12-11 13:59:41','2014-12-11 13:59:41','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Flame FLN</strong>\r\n<a href=\"http://www.ledstaray.com/flame-fln.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 30</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-2.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 50</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 50</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>50</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-3.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 100</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>100</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Flame Plus</strong>\r\n<a href=\"http://www.ledstaray.com/flame-plus.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-4.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>80</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Flame XL</strong>\r\n<a href=\"http://www.ledstaray.com/flame-xl.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-5.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>100</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-6.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame XXL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 150</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>150</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Genera Specification</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV (Upto 10kV optional)</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, *Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','publish','closed','closed','','flood-lights','','','2018-11-27 13:00:27','2018-11-27 13:00:27','',0,'http://www.ledstaray.com/?page_id=658',0,'page','',0),(660,1,'2014-12-11 14:01:06','2014-12-11 14:01:06','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/img_48409E40_high_bay_main.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Low Bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-low-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"specification\"><strong>Housing :</strong> Aluminum Die Cast</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Low bay','','publish','closed','closed','','low-bay','','','2018-03-19 12:58:32','2018-03-19 12:58:32','',0,'http://www.ledstaray.com/?page_id=660',0,'page','',0),(662,1,'2014-12-11 14:02:53','2014-12-11 14:02:53','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner.png\" bg_color=\"#000000\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"top-to-bottom\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Downlights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208365142{margin-top: 5px !important;}\"]\r\n\r\nStaRay LED Downlights has wide range of models to choose from. Elegant and sophisticate design will enhance your atmosphere. With energy saving and more brightness it comes in round and square shape to complement your interior.\r\n\r\nStaRay recessed light or downlight  is a light fixture that is installed into a hollow opening in a ceiling. When installed it appears to have light shining from a hole in the ceiling, concentrating the light in a downward direction as a broad floodlight or narrow spotlight.\r\n\r\nRecessed lighting offers the advantages of being a hidden light source and energy efficiency.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-down-light-2.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-down-light-2.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n--></tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 7W, 12W, 18W &amp; 24W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-down-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\" padding=\"10\" margin_bottom=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Downlights</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-down-light-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 9W, 15W &amp; 21W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][dt_gap height=\"20\"]','LED Downlights','','publish','closed','closed','','led-downlights','','','2018-03-19 13:11:06','2018-03-19 13:11:06','',0,'http://www.ledstaray.com/?page_id=662',0,'page','',0),(663,1,'2014-12-11 14:03:10','2014-12-11 14:03:10','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Surface Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Surfacelights','','publish','closed','closed','','led-surfacelights','','','2018-03-19 13:11:12','2018-03-19 13:11:12','',0,'http://www.ledstaray.com/?page_id=663',0,'page','',0),(666,1,'2014-12-11 14:04:54','2014-12-11 14:04:54','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner6.jpg\" bg_color=\"#000000\"][/dt_banner][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"top-to-bottom\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Spot Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-spot-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423210987018{margin-top: 5px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W &amp; 10W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Spot Lights','','publish','closed','closed','','led-spot-lights','','','2018-03-19 13:11:23','2018-03-19 13:11:23','',0,'http://www.ledstaray.com/?page_id=666',0,'page','',0),(668,1,'2014-12-11 14:08:12','2014-12-11 14:08:12',' ','','','publish','open','closed','','668','','','2018-03-17 13:28:53','2018-03-17 13:28:53','',0,'http://www.ledstaray.com/?p=668',13,'nav_menu_item','',0),(672,1,'2014-12-11 14:08:18','2014-12-11 14:08:18',' ','','','publish','open','closed','','672','','','2018-03-17 13:28:54','2018-03-17 13:28:54','',0,'http://www.ledstaray.com/?p=672',18,'nav_menu_item','',0),(673,1,'2014-12-11 14:08:17','2014-12-11 14:08:17',' ','','','publish','open','closed','','673','','','2018-03-17 13:28:54','2018-03-17 13:28:54','',0,'http://www.ledstaray.com/?p=673',15,'nav_menu_item','',0),(678,1,'2014-12-12 06:25:55','2014-12-12 06:25:55','','white-floral-tisue-paper-texture-hd','','inherit','open','open','','white-floral-tisue-paper-texture-hd','','','2014-12-12 06:25:55','2014-12-12 06:25:55','',633,'http://www.ledstaray.com/wp-content/uploads/2014/12/white-floral-tisue-paper-texture-hd.jpg',0,'attachment','image/jpeg',0),(695,1,'2014-12-12 10:46:44','2014-12-12 10:46:44','','Street Light','','publish','open','closed','','695','','','2018-03-17 13:29:24','2018-03-17 13:29:24','',0,'http://www.ledstaray.com/?p=695',3,'nav_menu_item','',0),(696,1,'2014-12-12 10:46:47','2014-12-12 10:46:47','','High bay','','publish','open','closed','','696','','','2018-03-17 13:29:24','2018-03-17 13:29:24','',0,'http://www.ledstaray.com/?p=696',4,'nav_menu_item','',0),(697,1,'2014-12-12 10:46:53','2014-12-12 10:46:53',' ','','','publish','open','closed','','697','','','2018-03-17 13:29:24','2018-03-17 13:29:24','',0,'http://www.ledstaray.com/?p=697',5,'nav_menu_item','',0),(698,1,'2014-12-12 10:46:50','2014-12-12 10:46:50',' ','','','publish','open','closed','','698','','','2018-03-17 13:29:24','2018-03-17 13:29:24','',0,'http://www.ledstaray.com/?p=698',1,'nav_menu_item','',0),(717,1,'2014-12-13 09:47:45','2014-12-13 09:47:45','','titleborder','','inherit','open','open','','titleborder','','','2014-12-13 09:47:45','2014-12-13 09:47:45','',662,'http://www.ledstaray.com/wp-content/uploads/2014/12/titleborder.png',0,'attachment','image/png',0),(722,1,'2014-12-13 11:52:06','2014-12-13 11:52:06','[vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\" full_width=\"true\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/7631612.jpg\" bg_color=\"#000000\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"Solar Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423098850975{margin-bottom: 20px !important;}\"]\r\nSolar street lights are raised light sources which are powered by photovoltaic panels generally mounted on the lighting structure. The photovoltaic panels charge a rechargeable battery, which powers a fluorescent or LED lamp during the night.\r\n\r\nLED is usually used as lighting source of modern solar street light, as the LED will provide much higher Lumens with lower energy consumption. The energy consumption of LED fixture is at least 50% lower than HPS fixture which is widely used as lighting source in Traditional street lights. LEDs lack of warm up time also allows for use of motion detectors for additional efficiency gains.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Solar Street Lights','','publish','closed','closed','','solar-street-lights','','','2018-03-19 12:58:23','2018-03-19 12:58:23','',0,'http://www.ledstaray.com/?page_id=722',0,'page','',0),(724,1,'2014-12-13 11:53:58','2014-12-13 11:53:58','[vc_row margin_top=\"0\" margin_bottom=\"20\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"scale\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner-smarteye-3.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Parking lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"\" padding_left=\"40\" padding_right=\"40\" animation=\"\" type=\"\" bg_color=\"\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" enable_parallax=\"\" parallax_speed=\"0.1\" bg_video_src_mp4=\"\" bg_video_src_ogv=\"\" bg_video_src_webm=\"\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"appear\"]\r\n\r\nParking lights are automotive lamps designed to increase the visibility of a car in a variety of situations. Although most nations no longer require the use of these lights, they can be extremely useful. Almost all cars are fitted with them, although they are often linked with the headlights. Formerly, parking lights were run on a different electrical system, and were intended for use when cars were parked along narrow, poorly lit roads, to alert oncoming drivers to the presence of the parked car. In some regions of the world, they still serve this function.\r\n\r\nUsed for street lighting, campus lighting and garden lighting purposes, LED StaRay\'s LED Street Lights are more energy-efficient, more environment-friendly and more illuminating as compared to regular lights. Their optic lenses give a wider dispersion of light, covering maximum areas and increasing the pole spacing.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Parking Lights','','publish','closed','closed','','parking-lights','','','2018-03-19 12:58:27','2018-03-19 12:58:27','',0,'http://www.ledstaray.com/?page_id=724',0,'page','',0),(725,1,'2014-12-13 12:13:09','2014-12-13 12:13:09','[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"scale\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/vancouver-banner-4.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"LED Garden Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n\r\nGarden lighting refers to the use of outdoor illumination of private gardens and public landscapes; for the enhancement and purposes of safety, nighttime aesthetics, accessibility, security, recreation and sports, and social and event uses.\r\n\r\nConventionally generated and sourced electricity remains the most used source for landscape lighting in the early twenty-first century. With the combination of energy costs from energy demands, increasing availability of sustainable design methods, global warming considerations, and aesthetic and safety concerns in garden and landscape design the methods and equipment of outdoor illumination have been evolving. The increasing use of solar power, low voltage fixtures, energy efficient lamp bulbs-xenon bulbs-fiber optics, and creative lighting design are examples of innovation in the field.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Led Garden / Wall Lights','','publish','closed','closed','','led-garden-wall-lights','','','2018-03-19 12:58:18','2018-03-19 12:58:18','',0,'http://www.ledstaray.com/?page_id=725',0,'page','',0),(727,1,'2014-12-13 12:14:55','2014-12-13 12:14:55','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"30\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"\" padding_left=\"40\" padding_right=\"40\" animation=\"\" type=\"\" bg_color=\"\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" enable_parallax=\"\" parallax_speed=\"0.1\" bg_video_src_mp4=\"\" bg_video_src_ogv=\"\" bg_video_src_webm=\"\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n\r\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\n<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Led Street Lights','','publish','closed','closed','','led-street-lights','','','2018-03-17 10:57:12','2018-03-17 10:57:12','',0,'http://www.ledstaray.com/?page_id=727',0,'page','',0),(729,1,'2014-12-13 12:15:35','2014-12-13 12:15:35','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"\" padding_left=\"40\" padding_right=\"40\" animation=\"\" type=\"\" bg_color=\"\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" enable_parallax=\"\" parallax_speed=\"0.1\" bg_video_src_mp4=\"\" bg_video_src_ogv=\"\" bg_video_src_webm=\"\"][vc_column width=\"1/1\"][/vc_column][/vc_row]','Outdoor Lighting','','publish','closed','closed','','after-sale-service','','','2016-08-20 12:22:13','2016-08-20 12:22:13','',0,'http://www.ledstaray.com/?page_id=729',0,'page','',0),(732,1,'2014-12-13 12:17:47','2014-12-13 12:17:47','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"scale\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/home_banner_service.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"top-to-bottom\"][vc_column width=\"1/1\"][dt_fancy_title title=\"Service &amp; Support\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"Service Policy\" title_align=\"left\" title_size=\"h4\" title_color=\"custom\" separator_style=\"disabled\" el_width=\"100\" title_bg=\"disabled\" separator_color=\"default\" custom_title_color=\"#13a042\"][vc_column_text css_animation=\"right-to-left\" css=\".vc_custom_1418805526035{margin-top: 10px !important;margin-bottom: 20px !important;padding-left: 5px !important;}\"]\r\n<div class=\"content-text\">LEDStaray attaches great importance to after-sales service quality. Our customer service department is trained to provide effective support to all questions and queries. Listed below is our customer service policy.</div>\r\n<div class=\"pointingcontent\">Receive and deal with customers’ comprehensive consultation, provide product information and answers to relevant questions for customers.</div>\r\n<div class=\"pointingcontent\">Receive and deal with customers’ complains, track, coordinate, solve problems and improvement suggestions put forward by customers and during business process with our company.</div>\r\n<div class=\"pointingcontent\">communicate and contact customers, get to know their feelings and demands, achieve customers’ information feedback to each relevant management department and production unit, follow up favorable handling.</div>\r\n[/vc_column_text][dt_fancy_title title=\"Support\" title_align=\"left\" title_size=\"h4\" title_color=\"custom\" separator_style=\"disabled\" el_width=\"100\" title_bg=\"disabled\" separator_color=\"default\" custom_title_color=\"#13a042\"][vc_column_text css_animation=\"right-to-left\" css=\".vc_custom_1443742738603{margin-top: 10px !important;margin-bottom: 20px !important;padding-left: 5px !important;}\"]\r\n<div class=\"content-text\">LEDStaray provides technical support to all its clients. We follow “Green Service” as our service philosophy. We offer professional customer service facilities that are in accordance to our policy.</div>\r\n<div class=\"content-text\">\r\n\r\n&nbsp;\r\n<h4 style=\"color: #000;\">Service Center: +91-0731-2536919</h4>\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"pointingcontent\">Dial this simple number to get your questions answered and your problems solved. Calls can be made through cellphones or fixed telephones.</div>\r\n<div class=\"pointingcontent\">Our stable and favorable system guarantees effective receipt of customers’ information, provides emergency solutions in case parts or the entire network should break down.</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Service & Support','','publish','closed','closed','','distributors','','','2015-10-01 11:09:26','2015-10-01 11:09:26','',0,'http://www.ledstaray.com/?page_id=732',0,'page','',0),(741,1,'2014-12-13 12:52:42','2014-12-13 12:52:42','','Street Lights','','publish','open','open','','741','','','2015-01-24 11:06:38','2015-01-24 11:06:38','',0,'http://www.ledstaray.com/?p=741',1,'nav_menu_item','',0),(742,1,'2014-12-13 12:52:40','2014-12-13 12:52:40','','Garden Lights','','publish','open','open','','742','','','2015-01-24 11:06:38','2015-01-24 11:06:38','',0,'http://www.ledstaray.com/?p=742',4,'nav_menu_item','',0),(743,1,'2014-12-13 12:52:38','2014-12-13 12:52:38',' ','','','publish','open','open','','743','','','2015-01-24 11:06:38','2015-01-24 11:06:38','',0,'http://www.ledstaray.com/?p=743',2,'nav_menu_item','',0),(744,1,'2014-12-13 12:52:37','2014-12-13 12:52:37','','Solar Street Light','','publish','open','open','','744','','','2015-01-24 11:06:38','2015-01-24 11:06:38','',0,'http://www.ledstaray.com/?p=744',3,'nav_menu_item','',0),(754,1,'2014-12-15 06:55:36','2014-12-15 06:55:36',' ','','','publish','open','closed','','754','','','2018-03-17 13:28:55','2018-03-17 13:28:55','',0,'http://www.ledstaray.com/?p=754',24,'nav_menu_item','',0),(762,1,'2014-12-15 07:18:25','2014-12-15 07:18:25',' ','','','publish','open','closed','','762','','','2018-03-17 13:28:54','2018-03-17 13:28:54','',0,'http://www.ledstaray.com/?p=762',19,'nav_menu_item','',0),(764,1,'2014-12-15 07:18:28','2014-12-15 07:18:28',' ','','','publish','open','closed','','764','','','2018-03-17 13:28:55','2018-03-17 13:28:55','',0,'http://www.ledstaray.com/?p=764',22,'nav_menu_item','',0),(765,1,'2014-12-15 07:18:29','2014-12-15 07:18:29','','Garden Lights','','publish','open','closed','','765','','','2018-03-17 13:28:55','2018-03-17 13:28:55','',0,'http://www.ledstaray.com/?p=765',23,'nav_menu_item','',0),(766,1,'2014-12-15 07:18:31','2014-12-15 07:18:31',' ','','','publish','open','closed','','766','','','2018-03-17 13:28:54','2018-03-17 13:28:54','',0,'http://www.ledstaray.com/?p=766',21,'nav_menu_item','',0),(780,1,'2014-12-15 12:00:39','2014-12-15 12:00:39','','1-14021G42326205','','inherit','open','open','','1-14021g42326205','','','2014-12-15 12:01:03','2014-12-15 12:01:03','',656,'http://www.ledstaray.com/wp-content/uploads/2014/12/1-14021G42326205.jpg',0,'attachment','image/jpeg',0),(795,1,'2014-12-15 13:44:01','2014-12-15 13:44:01','','banner-31','','inherit','open','open','','banner-31','','','2014-12-15 13:44:15','2014-12-15 13:44:15','',658,'http://www.ledstaray.com/wp-content/uploads/2014/12/banner-31.jpg',0,'attachment','image/jpeg',0),(801,1,'2014-12-15 14:06:37','2014-12-15 14:06:37','','tunnel-e1410722071562','','inherit','open','open','','tunnel-e1410722071562','','','2014-12-15 14:06:37','2014-12-15 14:06:37','',660,'http://www.ledstaray.com/wp-content/uploads/2014/12/tunnel-e1410722071562.jpg',0,'attachment','image/jpeg',0),(804,1,'2014-12-15 14:14:47','2014-12-15 14:14:47','','TL1B_TUNNEL_LIGHT_example','','inherit','open','open','','tl1b_tunnel_light_example','','','2014-12-15 14:15:05','2014-12-15 14:15:05','',660,'http://www.ledstaray.com/wp-content/uploads/2014/12/TL1B_TUNNEL_LIGHT_example.jpg',0,'attachment','image/jpeg',0),(809,1,'2014-12-15 14:30:01','2014-12-15 14:30:01','','1500X335_Highbay_Large-Banner','','inherit','open','open','','1500x335_highbay_large-banner','','','2014-12-15 14:30:01','2014-12-15 14:30:01','',662,'http://www.ledstaray.com/wp-content/uploads/2014/12/1500X335_Highbay_Large-Banner.png',0,'attachment','image/png',0),(822,1,'2014-12-15 15:14:18','2014-12-15 15:14:18','','porable','','inherit','open','open','','porable','','','2014-12-15 15:14:35','2014-12-15 15:14:35','',663,'http://www.ledstaray.com/wp-content/uploads/2014/12/porable.jpg',0,'attachment','image/jpeg',0),(824,1,'2014-12-15 15:21:22','2014-12-15 15:21:22','','portable-led','','inherit','open','open','','portable-led','','','2014-12-15 15:21:22','2014-12-15 15:21:22','',663,'http://www.ledstaray.com/wp-content/uploads/2014/12/portable-led.jpg',0,'attachment','image/jpeg',0),(833,1,'2014-12-16 06:39:51','2014-12-16 06:39:51','','led-corn-lights','','inherit','open','open','','led-corn-lights-2','','','2014-12-16 06:40:02','2014-12-16 06:40:02','',666,'http://www.ledstaray.com/wp-content/uploads/2014/12/led-corn-lights.jpg',0,'attachment','image/jpeg',0),(835,1,'2014-12-16 07:02:36','2014-12-16 07:02:36','','banner_street_light','','inherit','open','open','','banner_street_light','','','2014-12-16 07:02:36','2014-12-16 07:02:36','',727,'http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg',0,'attachment','image/jpeg',0),(842,1,'2014-12-16 09:39:47','2014-12-16 09:39:47','','led-garden-light','','inherit','open','open','','led-garden-light','','','2014-12-16 09:39:47','2014-12-16 09:39:47','',722,'http://www.ledstaray.com/wp-content/uploads/2014/12/led-garden-light.jpg',0,'attachment','image/jpeg',0),(851,1,'2014-12-16 10:21:59','2014-12-16 10:21:59','','vancouver-banner-4','','inherit','open','open','','vancouver-banner-4','','','2014-12-16 10:21:59','2014-12-16 10:21:59','',725,'http://www.ledstaray.com/wp-content/uploads/2014/12/vancouver-banner-4.jpg',0,'attachment','image/jpeg',0),(855,1,'2014-12-16 10:43:58','2014-12-16 10:43:58','','banner-smarteye-3','','inherit','open','open','','banner-smarteye-3','','','2014-12-16 10:43:58','2014-12-16 10:43:58','',724,'http://www.ledstaray.com/wp-content/uploads/2014/12/banner-smarteye-3.jpg',0,'attachment','image/jpeg',0),(862,1,'2014-12-16 11:21:30','2014-12-16 11:21:30','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','publish','closed','closed','','led-bulb','','','2018-03-19 13:10:55','2018-03-19 13:10:55','',662,'http://www.ledstaray.com/?page_id=862',0,'page','',0),(864,1,'2014-12-16 11:26:10','2014-12-16 11:26:10','','banner','','inherit','open','open','','banner','','','2014-12-16 11:26:10','2014-12-16 11:26:10','',862,'http://www.ledstaray.com/wp-content/uploads/2014/12/banner.jpg',0,'attachment','image/jpeg',0),(870,1,'2014-12-16 12:21:19','2014-12-16 12:21:19','','flimlux_led_lampe_e27_8Watt_bk','','inherit','open','open','','flimlux_led_lampe_e27_8watt_bk','','','2014-12-16 12:21:19','2014-12-16 12:21:19','',862,'http://www.ledstaray.com/wp-content/uploads/2014/12/flimlux_led_lampe_e27_8Watt_bk.png',0,'attachment','image/png',0),(881,1,'2014-12-16 13:07:22','2014-12-16 13:07:22','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-tub-light-banner1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Tube Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1422102741474{padding-top: 10px !important;}\"]Staray LED Slim tube lights will give sophistication to interior with the streamline design. In addition, it provides immediate energy savings and more brightness.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-tube-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208123768{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Tube Lights</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 20%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-tube-light-1.png\" alt=\"\" width=\"120\" height=\"120\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 9W, 12W, 18W &amp; 24W</div>\r\n<div class=\"detailrow\"><strong>Size :</strong> 300mm, 600mm &amp; 1200mm</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Tube Lights','','publish','closed','closed','','led-tube-lights','','','2018-03-19 13:10:58','2018-03-19 13:10:58','',0,'http://www.ledstaray.com/?page_id=881',0,'page','',0),(895,1,'2014-12-16 14:04:13','2014-12-16 14:04:13','','banner2','','inherit','open','open','','banner2','','','2014-12-16 14:04:13','2014-12-16 14:04:13','',881,'http://www.ledstaray.com/wp-content/uploads/2014/12/banner2.jpeg',0,'attachment','image/jpeg',0),(899,1,'2014-12-16 14:15:16','2014-12-16 14:15:16','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"scale\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/2013352035855564.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Strip Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n\r\nAn LED Strip Light (also known as an LED tape or ribbon light) is a flexible strip of surface mounted light-emitting diodes that usually comes with an adhesive backing. Typically used for decoration, it can also be used for home and task lighting or as a replacement for standard fixtures.\r\n\r\nStrip lights give you the design flexibility of using them as decorative light-rims on anything from the smallest to the largest structures. They can also be wound up, coiled or used in any other non-linear or abstract design. This, combined with their five colour options opens up infinite possibilities.\r\n\r\nStrip lights are designed for both indoor and outdoor use depending on whether they’re water resistant. Since the strip is flexible and can be divided at any point between LEDs, it is extremely versatile and can be used in a number of installations. Outside of traditional lighting, strip lighting is extensively used in DIY projects or lighted clothing. The ability to power strip lights off of a USB device or battery pack makes them extremely portable. Examples include: Computer lighting, costume lights, toys, workspace lighting, monitor and display ambient lighting, and alcove lighting.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED Strip Lights','','publish','closed','closed','','led-strip-lights','','','2018-03-19 12:59:07','2018-03-19 12:59:07','',0,'http://www.ledstaray.com/?page_id=899',0,'page','',0),(901,1,'2014-12-16 14:18:07','2014-12-16 14:18:07','','2013352035855564','','inherit','open','open','','2013352035855564','','','2014-12-16 14:18:07','2014-12-16 14:18:07','',899,'http://www.ledstaray.com/wp-content/uploads/2014/12/2013352035855564.jpg',0,'attachment','image/jpeg',0),(907,1,'2014-12-16 14:39:33','2014-12-16 14:39:33','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"260\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/cob-banner.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED COB Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 7W, 12W &amp; 18W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-down-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\" padding=\"10\" margin_bottom=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong>10W &amp; 15W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][dt_gap height=\"20\"]','LED COB Light','','publish','closed','closed','','led-cob-light','','','2018-03-19 13:12:01','2018-03-19 13:12:01','',0,'http://www.ledstaray.com/?page_id=907',0,'page','',0),(909,1,'2014-12-16 14:40:48','2014-12-16 14:40:48','','multibox-led','','inherit','open','open','','multibox-led','','','2014-12-16 14:40:48','2014-12-16 14:40:48','',907,'http://www.ledstaray.com/wp-content/uploads/2014/12/multibox-led.jpg',0,'attachment','image/jpeg',0),(911,1,'2014-12-16 14:52:38','2014-12-16 14:52:38','','LED Bulb','','publish','open','open','','911','','','2015-01-24 12:45:56','2015-01-24 12:45:56','',0,'http://www.ledstaray.com/?p=911',1,'nav_menu_item','',0),(912,1,'2014-12-16 14:52:41','2014-12-16 14:52:41','','LED COB Light','','publish','open','open','','912','','','2015-01-24 12:45:56','2015-01-24 12:45:56','',0,'http://www.ledstaray.com/?p=912',6,'nav_menu_item','',0),(913,1,'2014-12-16 14:52:39','2014-12-16 14:52:39',' ','','','publish','open','open','','913','','','2015-01-24 12:45:56','2015-01-24 12:45:56','',0,'http://www.ledstaray.com/?p=913',8,'nav_menu_item','',0),(914,1,'2014-12-16 14:52:39','2014-12-16 14:52:39',' ','','','publish','open','open','','914','','','2015-01-24 12:45:56','2015-01-24 12:45:56','',0,'http://www.ledstaray.com/?p=914',2,'nav_menu_item','',0),(915,1,'2014-12-16 14:56:08','2014-12-16 14:56:08',' ','','','publish','open','closed','','915','','','2018-03-17 13:28:53','2018-03-17 13:28:53','',0,'http://www.ledstaray.com/?p=915',10,'nav_menu_item','',0),(916,1,'2014-12-16 14:56:08','2014-12-16 14:56:08',' ','','','publish','open','closed','','916','','','2018-03-17 13:28:53','2018-03-17 13:28:53','',0,'http://www.ledstaray.com/?p=916',12,'nav_menu_item','',0),(917,1,'2014-12-16 14:56:07','2014-12-16 14:56:07',' ','','','publish','open','closed','','917','','','2018-03-17 13:28:52','2018-03-17 13:28:52','',0,'http://www.ledstaray.com/?p=917',6,'nav_menu_item','',0),(918,1,'2014-12-16 14:56:06','2014-12-16 14:56:06',' ','','','publish','open','closed','','918','','','2018-03-17 13:28:52','2018-03-17 13:28:52','',0,'http://www.ledstaray.com/?p=918',5,'nav_menu_item','',0),(919,1,'2014-12-16 14:59:22','2014-12-16 14:59:22','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/LED-LIGHTING_2.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"Advantage LED\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_benefits_vc columns=\"3\" style=\"1\" dividers=\"true\" image_background=\"false\" image_background_color=\"#ffffff\" target_blank=\"false\" header_size=\"h1\" content_size=\"normal\" number=\"8\" orderby=\"date\" order=\"desc\" animation=\"scale\" category=\"no-button\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"30\"][/vc_column][/vc_row]','Advantage LED','','publish','closed','closed','','advantage-led','','','2018-03-19 06:49:30','2018-03-19 06:49:30','',0,'http://www.ledstaray.com/?page_id=919',0,'page','',0),(921,1,'2014-12-16 15:17:15','2014-12-16 15:17:15','','LED-LIGHTING_2','','inherit','open','open','','led-lighting_2','','','2014-12-16 15:17:15','2014-12-16 15:17:15','',919,'http://www.ledstaray.com/wp-content/uploads/2014/12/LED-LIGHTING_2.jpg',0,'attachment','image/jpeg',0),(926,1,'2014-12-16 15:35:02','2014-12-16 15:35:02',' ','','','publish','open','closed','','926','','','2018-03-17 13:28:52','2018-03-17 13:28:52','',0,'http://www.ledstaray.com/?p=926',3,'nav_menu_item','',0),(927,1,'2014-12-17 07:09:31','2014-12-17 07:09:31','','logo','','inherit','open','open','','logo','','','2014-12-17 07:09:31','2014-12-17 07:09:31','',0,'http://www.ledstaray.com/wp-content/uploads/2014/12/logo.png',0,'attachment','image/png',0),(928,1,'2014-12-17 07:19:21','2014-12-17 07:19:21','','logo','','inherit','open','open','','logo-2','','','2014-12-17 07:19:21','2014-12-17 07:19:21','',0,'http://www.ledstaray.com/wp-content/uploads/2014/12/logo1.png',0,'attachment','image/png',0),(929,1,'2014-12-17 07:20:10','2014-12-17 07:20:10','','logo','','inherit','open','open','','logo-3','','','2014-12-17 07:20:10','2014-12-17 07:20:10','',0,'http://www.ledstaray.com/wp-content/uploads/2014/12/logo2.png',0,'attachment','image/png',0),(930,1,'2014-12-17 07:25:30','2014-12-17 07:25:30','','favicon','','inherit','open','open','','favicon','','','2014-12-17 07:25:30','2014-12-17 07:25:30','',0,'http://www.ledstaray.com/wp-content/uploads/2014/12/favicon.png',0,'attachment','image/png',0),(931,1,'2014-12-17 07:40:59','2014-12-17 07:40:59','','about-us-banner','','inherit','open','open','','about-us-banner','','','2014-12-17 07:40:59','2014-12-17 07:40:59','',504,'http://www.ledstaray.com/wp-content/uploads/2014/03/about-us-banner.jpg',0,'attachment','image/jpeg',0),(934,1,'2014-12-17 07:54:13','2014-12-17 07:54:13','','kisan','','inherit','open','open','','kisan','','','2014-12-17 07:54:13','2014-12-17 07:54:13','',116,'http://www.ledstaray.com/wp-content/uploads/2014/03/kisan.jpg',0,'attachment','image/jpeg',0),(935,1,'2014-12-17 07:57:01','2014-12-17 07:57:01','','essbee','','inherit','open','open','','essbee','','','2014-12-17 07:57:01','2014-12-17 07:57:01','',107,'http://www.ledstaray.com/wp-content/uploads/2014/03/essbee.jpg',0,'attachment','image/jpeg',0),(936,1,'2014-12-17 07:58:32','2014-12-17 07:58:32','','shakti','','inherit','open','open','','shakti','','','2014-12-17 07:58:32','2014-12-17 07:58:32','',102,'http://www.ledstaray.com/wp-content/uploads/2014/03/shakti.png',0,'attachment','image/png',0),(937,1,'2014-12-17 08:00:27','2014-12-17 08:00:27','','sagar','','inherit','open','open','','sagar','','','2014-12-17 08:00:27','2014-12-17 08:00:27','',99,'http://www.ledstaray.com/wp-content/uploads/2014/03/sagar.png',0,'attachment','image/png',0),(939,1,'2014-12-17 08:35:34','2014-12-17 08:35:34','','home_banner_service','','inherit','open','open','','home_banner_service','','','2014-12-17 08:35:34','2014-12-17 08:35:34','',732,'http://www.ledstaray.com/wp-content/uploads/2014/12/home_banner_service.jpg',0,'attachment','image/jpeg',0),(946,1,'2014-12-17 08:54:19','2014-12-17 08:54:19','Wide variety of LED Bulbs','Bulbs','','publish','closed','closed','','bulbs','','','2014-12-17 09:13:35','2014-12-17 09:13:35','',0,'http://www.ledstaray.com/?post_type=dt_benefits&#038;p=946',0,'dt_benefits','',0),(947,1,'2014-12-17 08:54:02','2014-12-17 08:54:02','','bulb','','inherit','open','open','','bulb','','','2014-12-17 08:54:02','2014-12-17 08:54:02','',946,'http://www.ledstaray.com/wp-content/uploads/2014/12/bulb.png',0,'attachment','image/png',0),(948,1,'2014-12-17 09:00:49','2014-12-17 09:00:49','LEDStaray LED Slim Tube Lights are slimmer and shorter.','Tube Lights','','publish','closed','closed','','tube-lights','','','2014-12-17 09:14:56','2014-12-17 09:14:56','',0,'http://www.ledstaray.com/?post_type=dt_benefits&#038;p=948',0,'dt_benefits','',0),(949,1,'2014-12-17 09:00:40','2014-12-17 09:00:40','','ledtubelight','','inherit','open','open','','ledtubelight','','','2014-12-17 09:00:40','2014-12-17 09:00:40','',948,'http://www.ledstaray.com/wp-content/uploads/2014/12/ledtubelight.png',0,'attachment','image/png',0),(951,1,'2014-12-17 09:07:57','2014-12-17 09:07:57','LEDStaray LED Lamps are replacements for incandescent or compact fluorescent lamps.','Lamps','','publish','closed','closed','','lamps','','','2014-12-17 09:14:13','2014-12-17 09:14:13','',0,'http://www.ledstaray.com/?post_type=dt_benefits&#038;p=951',0,'dt_benefits','',0),(952,1,'2014-12-17 09:07:27','2014-12-17 09:07:27','','lamps','','inherit','open','open','','lamps','','','2014-12-17 09:07:27','2014-12-17 09:07:27','',951,'http://www.ledstaray.com/wp-content/uploads/2014/12/lamps.png',0,'attachment','image/png',0),(954,1,'2014-12-17 09:11:35','2014-12-17 09:11:35','LEDStaray LED Street Lights are more energy-efficient, more environment-friendly','Street Lights','','publish','closed','closed','','street-lights','','','2014-12-17 09:12:17','2014-12-17 09:12:17','',0,'http://www.ledstaray.com/?post_type=dt_benefits&#038;p=954',0,'dt_benefits','',0),(955,1,'2014-12-17 09:11:24','2014-12-17 09:11:24','','streetlight','','inherit','open','open','','streetlight','','','2014-12-17 09:11:24','2014-12-17 09:11:24','',954,'http://www.ledstaray.com/wp-content/uploads/2014/12/streetlight.png',0,'attachment','image/png',0),(960,1,'2014-12-17 09:52:17','2014-12-17 09:52:17','','hi-bay-banner','','inherit','open','open','','hi-bay-banner','','','2014-12-17 09:52:17','2014-12-17 09:52:17','',594,'http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png',0,'attachment','image/png',0),(964,1,'2014-12-17 10:55:39','2014-12-17 10:55:39','','flood-lights','','inherit','open','open','','flood-lights','','','2014-12-17 10:55:39','2014-12-17 10:55:39','',594,'http://www.ledstaray.com/wp-content/uploads/2014/03/flood-lights.png',0,'attachment','image/png',0),(970,1,'2014-12-17 11:02:22','2014-12-17 11:02:22','','Home','','publish','open','open','','home-2','','','2014-12-17 11:02:22','2014-12-17 11:02:22','',503,'http://www.ledstaray.com/?p=970',1,'nav_menu_item','',0),(971,1,'2014-12-17 11:02:24','2014-12-17 11:02:24',' ','','','publish','open','open','','971','','','2014-12-17 11:02:24','2014-12-17 11:02:24','',0,'http://www.ledstaray.com/?p=971',3,'nav_menu_item','',0),(972,1,'2014-12-17 11:02:25','2014-12-17 11:02:25',' ','','','publish','open','open','','972','','','2014-12-17 11:02:25','2014-12-17 11:02:25','',0,'http://www.ledstaray.com/?p=972',4,'nav_menu_item','',0),(973,1,'2014-12-17 11:02:23','2014-12-17 11:02:23',' ','','','publish','open','open','','973','','','2014-12-17 11:02:23','2014-12-17 11:02:23','',0,'http://www.ledstaray.com/?p=973',2,'nav_menu_item','',0),(974,1,'2014-12-17 11:02:26','2014-12-17 11:02:26',' ','','','publish','open','open','','974','','','2014-12-17 11:02:26','2014-12-17 11:02:26','',0,'http://www.ledstaray.com/?p=974',5,'nav_menu_item','',0),(993,1,'2015-01-24 07:42:37','2015-01-24 07:42:37','[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/wall-washer.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Wall Washer\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n\r\nWallwashing is a popular name for a lighting design technique for illumination of large surfaces. It is mainly used with contemporary architecture; in public cultural buildings, museums and galleries; and in landscape lighting.\r\n\r\nMost of what one actually sees, entering a room, are the vertical surfaces. The illumination requires asymmetric lighting fixtures, which in a number of 3 or more in a line, can produce evenly illuminated walls. It is a tool mainly used by lighting designers, to create lighter spaces or making the rooms seem brighter or higher. The technique is similar to the \"horizon\"-technique used in theater lighting.\r\n\r\nThe high power LED wall washers are high power LED lights that are used for decorative lighting and highlight, or wash walls, of buildings, clubs, hotels, stages, parks, plazas, commercial building facades, art galleries, etc., with different kind of colors.\r\n\r\nThe LED wall washer can even change their colors while projecting. The RGB LED wall washer lights can project 16.7 million colors and change the color by programming the LED wall washer the way you want to.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED Wall Washer','','publish','closed','closed','','led-wall-washer','','','2018-03-19 12:59:17','2018-03-19 12:59:17','',0,'http://www.ledstaray.com/?page_id=993',0,'page','',0),(1012,1,'2015-01-24 11:02:07','2015-01-24 11:02:07',' ','','','publish','open','closed','','1012','','','2018-03-17 13:28:54','2018-03-17 13:28:54','',0,'http://www.ledstaray.com/?p=1012',14,'nav_menu_item','',0),(1016,1,'2015-01-24 11:15:45','2015-01-24 11:15:45',' ','','','publish','open','open','','1016','','','2015-01-24 12:45:56','2015-01-24 12:45:56','',0,'http://www.ledstaray.com/?p=1016',5,'nav_menu_item','',0),(1017,1,'2015-01-24 11:15:45','2015-01-24 11:15:45',' ','','','publish','open','open','','1017','','','2015-01-24 12:45:56','2015-01-24 12:45:56','',0,'http://www.ledstaray.com/?p=1017',4,'nav_menu_item','',0),(1018,1,'2015-01-24 11:15:45','2015-01-24 11:15:45',' ','','','publish','open','open','','1018','','','2015-01-24 12:45:56','2015-01-24 12:45:56','',0,'http://www.ledstaray.com/?p=1018',3,'nav_menu_item','',0),(1020,1,'2015-01-24 11:18:26','2015-01-24 11:18:26','','LED Wall Washer','','publish','open','open','','led-bulb','','','2015-01-24 12:45:56','2015-01-24 12:45:56','',0,'http://www.ledstaray.com/?p=1020',7,'nav_menu_item','',0),(1021,1,'2015-01-24 11:28:44','2015-01-24 11:28:44',' ','','','publish','open','closed','','1021','','','2018-03-17 13:28:53','2018-03-17 13:28:53','',0,'http://www.ledstaray.com/?p=1021',9,'nav_menu_item','',0),(1022,1,'2015-01-24 11:28:44','2015-01-24 11:28:44',' ','','','publish','open','closed','','1022','','','2018-03-17 13:28:53','2018-03-17 13:28:53','',0,'http://www.ledstaray.com/?p=1022',8,'nav_menu_item','',0),(1023,1,'2015-01-24 11:28:44','2015-01-24 11:28:44',' ','','','publish','open','closed','','1023','','','2018-03-17 13:28:53','2018-03-17 13:28:53','',0,'http://www.ledstaray.com/?p=1023',7,'nav_menu_item','',0),(1032,1,'2015-01-24 12:45:21','2015-01-24 12:45:21',' ','','','publish','open','closed','','led-wall-washer','','','2018-03-17 13:28:53','2018-03-17 13:28:53','',0,'http://www.ledstaray.com/?p=1032',11,'nav_menu_item','',0),(1051,1,'2015-01-29 06:53:48','2015-01-29 06:53:48','','banner_led_shine','','inherit','open','open','','banner_led_shine','','','2015-01-29 06:53:48','2015-01-29 06:53:48','',862,'http://www.ledstaray.com/wp-content/uploads/2014/12/banner_led_shine.jpg',0,'attachment','image/jpeg',0),(1053,1,'2015-01-29 07:02:10','2015-01-29 07:02:10','','08-2','','inherit','open','open','','08-2','','','2015-01-29 07:02:10','2015-01-29 07:02:10','',862,'http://www.ledstaray.com/wp-content/uploads/2014/12/08-2.jpg',0,'attachment','image/jpeg',0),(1054,1,'2015-01-29 07:04:48','2015-01-29 07:04:48','','banner-led-bulb','','inherit','open','open','','banner-led-bulb','','','2015-01-29 07:04:48','2015-01-29 07:04:48','',862,'http://www.ledstaray.com/wp-content/uploads/2014/12/banner-led-bulb.jpg',0,'attachment','image/jpeg',0),(1055,1,'2015-01-29 07:06:21','2015-01-29 07:06:21','','yoson-energy-star_2786_20140516165555','','inherit','open','open','','yoson-energy-star_2786_20140516165555','','','2015-01-29 07:06:21','2015-01-29 07:06:21','',862,'http://www.ledstaray.com/wp-content/uploads/2014/12/yoson-energy-star_2786_20140516165555.jpg',0,'attachment','image/jpeg',0),(1057,1,'2015-01-29 07:08:28','2015-01-29 07:08:28','','led-bulb-banner','','inherit','open','open','','led-bulb-banner','','','2015-01-29 07:08:28','2015-01-29 07:08:28','',862,'http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner.jpg',0,'attachment','image/jpeg',0),(1059,1,'2015-01-29 07:18:42','2015-01-29 07:18:42','','logo','','inherit','open','open','','logo-4','','','2015-01-29 07:18:42','2015-01-29 07:18:42','',0,'http://www.ledstaray.com/wp-content/uploads/2015/01/logo.png',0,'attachment','image/png',0),(1060,1,'2015-01-29 07:20:49','2015-01-29 07:20:49','','logo-float','','inherit','open','open','','logo-float','','','2015-01-29 07:20:49','2015-01-29 07:20:49','',0,'http://www.ledstaray.com/wp-content/uploads/2015/01/logo-float.png',0,'attachment','image/png',0),(1062,1,'2015-01-29 08:25:31','2015-01-29 08:25:31','','led-tub-light-banner','','inherit','open','open','','led-tub-light-banner','','','2015-01-29 08:25:31','2015-01-29 08:25:31','',881,'http://www.ledstaray.com/wp-content/uploads/2014/12/led-tub-light-banner.jpg',0,'attachment','image/jpeg',0),(1065,1,'2015-01-29 08:27:51','2015-01-29 08:27:51','','led-tub-light-banner','','inherit','open','open','','led-tub-light-banner-2','','','2015-01-29 08:27:51','2015-01-29 08:27:51','',881,'http://www.ledstaray.com/wp-content/uploads/2014/12/led-tub-light-banner1.jpg',0,'attachment','image/jpeg',0),(1094,1,'2015-02-04 11:11:43','2015-02-04 11:11:43','','img_48409E40_high_bay_main','','inherit','open','open','','img_48409e40_high_bay_main','','','2015-02-04 11:11:43','2015-02-04 11:11:43','',660,'http://www.ledstaray.com/wp-content/uploads/2014/12/img_48409E40_high_bay_main.jpg',0,'attachment','image/jpeg',0),(1098,1,'2015-02-04 11:47:45','2015-02-04 11:47:45','','Banner13','','inherit','open','open','','banner13','','','2015-02-04 11:47:45','2015-02-04 11:47:45','',722,'http://www.ledstaray.com/wp-content/uploads/2014/12/Banner13.jpg',0,'attachment','image/jpeg',0),(1103,1,'2015-02-04 12:02:48','2015-02-04 12:02:48','','led-bulb-banner','','inherit','open','open','','led-bulb-banner-2','','','2015-02-04 12:02:48','2015-02-04 12:02:48','',862,'http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg',0,'attachment','image/jpeg',0),(1136,1,'2015-02-06 08:14:59','2015-02-06 08:14:59','','surface-Lighting_Banner','','inherit','open','open','','surface-lighting_banner','','','2015-02-06 08:14:59','2015-02-06 08:14:59','',663,'http://www.ledstaray.com/wp-content/uploads/2014/12/surface-Lighting_Banner.jpg',0,'attachment','image/jpeg',0),(1139,1,'2015-02-06 08:30:20','2015-02-06 08:30:20','','banner6','','inherit','open','open','','banner6','','','2015-02-06 08:30:20','2015-02-06 08:30:20','',666,'http://www.ledstaray.com/wp-content/uploads/2014/12/banner6.jpg',0,'attachment','image/jpeg',0),(1145,1,'2015-02-06 09:04:41','2015-02-06 09:04:41','','product-banner','','inherit','open','open','','product-banner','','','2015-02-06 09:04:41','2015-02-06 09:04:41','',907,'http://www.ledstaray.com/wp-content/uploads/2014/12/product-banner.jpg',0,'attachment','image/jpeg',0),(1147,1,'2015-02-06 09:09:57','2015-02-06 09:09:57','','wall-washer','','inherit','open','open','','wall-washer','','','2015-02-06 09:09:57','2015-02-06 09:09:57','',993,'http://www.ledstaray.com/wp-content/uploads/2015/01/wall-washer.jpg',0,'attachment','image/jpeg',0),(1179,1,'2015-02-06 11:24:38','2015-02-06 11:24:38','','favicon','','inherit','open','open','','favicon-2','','','2015-02-06 11:24:38','2015-02-06 11:24:38','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/favicon.png',0,'attachment','image/png',0),(1183,1,'2015-02-06 11:40:37','2015-02-06 11:40:37','','floodlight','','inherit','open','open','','floodlight-2','','','2015-02-06 11:40:37','2015-02-06 11:40:37','',658,'http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg',0,'attachment','image/jpeg',0),(1189,1,'2015-02-11 07:27:33','2015-02-11 07:27:33','','surface-light','','inherit','open','open','','surface-light','','','2015-02-11 07:27:33','2015-02-11 07:27:33','',663,'http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg',0,'attachment','image/jpeg',0),(1192,1,'2015-02-11 07:36:33','2015-02-11 07:36:33','','AA006806','','inherit','open','open','','aa006806','','','2015-02-11 07:36:42','2015-02-11 07:36:42','',907,'http://www.ledstaray.com/wp-content/uploads/2014/12/banner303.jpg',0,'attachment','image/jpeg',0),(1201,1,'2015-02-11 08:04:46','2015-02-11 08:04:46','','cob-banner','','inherit','open','open','','cob-banner','','','2015-02-11 08:04:46','2015-02-11 08:04:46','',907,'http://www.ledstaray.com/wp-content/uploads/2014/12/cob-banner.jpg',0,'attachment','image/jpeg',0),(1203,1,'2015-02-11 08:06:49','2015-02-11 08:06:49','','banner','','inherit','open','open','','banner-2','','','2015-02-11 08:06:49','2015-02-11 08:06:49','',662,'http://www.ledstaray.com/wp-content/uploads/2014/12/banner.png',0,'attachment','image/png',0),(1205,1,'2015-02-11 08:09:24','2015-02-11 08:09:24','','7631612','','inherit','open','open','','7631612','','','2015-02-11 08:09:39','2015-02-11 08:09:39','',722,'http://www.ledstaray.com/wp-content/uploads/2014/12/7631612.jpg',0,'attachment','image/jpeg',0),(1207,1,'2015-02-11 08:17:30','2015-02-11 08:17:30','','more','','inherit','open','open','','more','','','2015-02-11 08:17:30','2015-02-11 08:17:30','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/more.png',0,'attachment','image/png',0),(1208,1,'2015-02-11 08:29:36','2015-02-11 08:29:36','','staray-logo','','inherit','open','open','','staray-logo','','','2015-02-11 08:29:36','2015-02-11 08:29:36','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/staray-logo.jpg',0,'attachment','image/jpeg',0),(1210,1,'2015-02-11 08:38:29','2015-02-11 08:38:29','','CobaltCanvas-LightBlue-1920x1080','','inherit','open','open','','cobaltcanvas-lightblue-1920x1080','','','2015-02-11 08:38:29','2015-02-11 08:38:29','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/CobaltCanvas-LightBlue-1920x1080.jpg',0,'attachment','image/jpeg',0),(1211,1,'2015-02-11 08:40:39','2015-02-11 08:40:39','','led-bulb-1','','inherit','open','open','','led-bulb-1','','','2015-02-11 08:40:39','2015-02-11 08:40:39','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/led-bulb-1.png',0,'attachment','image/png',0),(1212,1,'2015-02-11 08:43:36','2015-02-11 08:43:36','','led-flood-light','','inherit','open','open','','led-flood-light','','','2015-02-11 08:43:36','2015-02-11 08:43:36','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/led-flood-light.png',0,'attachment','image/png',0),(1213,1,'2015-02-11 08:44:51','2015-02-11 08:44:51','','hi-bay','','inherit','open','open','','hi-bay','','','2015-02-11 08:44:51','2015-02-11 08:44:51','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/hi-bay.png',0,'attachment','image/png',0),(1214,1,'2015-02-11 08:46:27','2015-02-11 08:46:27','','led-cob-light-1','','inherit','open','open','','led-cob-light-1','','','2015-02-11 08:46:27','2015-02-11 08:46:27','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/led-cob-light-1.png',0,'attachment','image/png',0),(1215,1,'2015-02-11 08:53:45','2015-02-11 08:53:45','','led-cob-light-2','','inherit','open','open','','led-cob-light-2','','','2015-02-11 08:53:45','2015-02-11 08:53:45','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/led-cob-light-2.png',0,'attachment','image/png',0),(1216,1,'2015-02-11 08:55:25','2015-02-11 08:55:25','','led-down-light-2','','inherit','open','open','','led-down-light-2','','','2015-02-11 08:55:25','2015-02-11 08:55:25','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/led-down-light-2.png',0,'attachment','image/png',0),(1217,1,'2015-02-11 08:56:37','2015-02-11 08:56:37','','led-down-light-1','','inherit','open','open','','led-down-light-1','','','2015-02-11 08:56:37','2015-02-11 08:56:37','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/led-down-light-1.png',0,'attachment','image/png',0),(1218,1,'2015-02-11 08:57:42','2015-02-11 08:57:42','','street-light','','inherit','open','open','','street-light','','','2015-02-11 08:57:42','2015-02-11 08:57:42','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/street-light.png',0,'attachment','image/png',0),(1219,1,'2015-02-11 09:01:00','2015-02-11 09:01:00','','led-tube-light-1','','inherit','open','open','','led-tube-light-1','','','2015-02-11 09:01:00','2015-02-11 09:01:00','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/led-tube-light-1.png',0,'attachment','image/png',0),(1220,1,'2015-02-11 09:01:32','2015-02-11 09:01:32','','led-tube-light-2','','inherit','open','open','','led-tube-light-2','','','2015-02-11 09:01:32','2015-02-11 09:01:32','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/led-tube-light-2.png',0,'attachment','image/png',0),(1221,1,'2015-02-11 09:40:39','2015-02-11 09:40:39','','Banner-07','','inherit','open','open','','banner-07','','','2015-02-11 09:40:39','2015-02-11 09:40:39','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/Banner-07.jpg',0,'attachment','image/jpeg',0),(1223,1,'2015-02-11 09:47:18','2015-02-11 09:47:18','','banner4','','inherit','open','open','','banner4','','','2015-02-11 09:47:18','2015-02-11 09:47:18','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/banner4.jpg',0,'attachment','image/jpeg',0),(1224,1,'2015-02-11 09:48:55','2015-02-11 09:48:55','','LED_banner','','inherit','open','open','','led_banner','','','2015-02-11 09:48:55','2015-02-11 09:48:55','',0,'http://www.ledstaray.com/wp-content/uploads/2015/02/LED_banner.jpg',0,'attachment','image/jpeg',0),(1236,1,'2015-02-12 09:20:11','2015-02-12 09:20:11','','banner-31.jpg','','inherit','closed','closed','','banner-31-jpg','','','2015-02-12 09:20:11','2015-02-12 09:20:11','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/banner-31.jpg',0,'attachment','image/jpeg',0),(1237,1,'2015-02-12 09:20:12','2015-02-12 09:20:12','','staray-logo.jpg','','inherit','closed','closed','','staray-logo-jpg','','','2015-02-12 09:20:12','2015-02-12 09:20:12','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/staray-logo.jpg',0,'attachment','image/jpeg',0),(1238,1,'2015-02-12 09:20:12','2015-02-12 09:20:12','','CobaltCanvas-LightBlue-1920x1080.jpg','','inherit','closed','closed','','cobaltcanvas-lightblue-1920x1080-jpg','','','2015-02-12 09:20:12','2015-02-12 09:20:12','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/CobaltCanvas-LightBlue-1920x1080.jpg',0,'attachment','image/jpeg',0),(1239,1,'2015-02-12 09:20:13','2015-02-12 09:20:13','','led-bulb-1.png','','inherit','closed','closed','','led-bulb-1-png','','','2015-02-12 09:20:13','2015-02-12 09:20:13','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-bulb-1.png',0,'attachment','image/png',0),(1240,1,'2015-02-12 09:20:13','2015-02-12 09:20:13','','led-flood-light.png','','inherit','closed','closed','','led-flood-light-png','','','2015-02-12 09:20:13','2015-02-12 09:20:13','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-flood-light.png',0,'attachment','image/png',0),(1241,1,'2015-02-12 09:20:14','2015-02-12 09:20:14','','hi-bay.png','','inherit','closed','closed','','hi-bay-png','','','2015-02-12 09:20:14','2015-02-12 09:20:14','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/hi-bay.png',0,'attachment','image/png',0),(1242,1,'2015-02-12 09:20:14','2015-02-12 09:20:14','','led-cob-light-1.png','','inherit','closed','closed','','led-cob-light-1-png','','','2015-02-12 09:20:14','2015-02-12 09:20:14','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-cob-light-1.png',0,'attachment','image/png',0),(1243,1,'2015-02-12 09:20:14','2015-02-12 09:20:14','','led-down-light-2.png','','inherit','closed','closed','','led-down-light-2-png','','','2015-02-12 09:20:14','2015-02-12 09:20:14','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-down-light-2.png',0,'attachment','image/png',0),(1244,1,'2015-02-12 09:20:14','2015-02-12 09:20:14','','led-down-light-1.png','','inherit','closed','closed','','led-down-light-1-png','','','2015-02-12 09:20:14','2015-02-12 09:20:14','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-down-light-1.png',0,'attachment','image/png',0),(1245,1,'2015-02-12 09:20:14','2015-02-12 09:20:14','','street-light.png','','inherit','closed','closed','','street-light-png','','','2018-03-17 07:40:09','2018-03-17 07:40:09','',633,'http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png',0,'attachment','image/png',0),(1246,1,'2015-02-12 09:20:14','2015-02-12 09:20:14','','Banner-07.jpg','','inherit','closed','closed','','banner-07-jpg','','','2015-02-12 09:20:14','2015-02-12 09:20:14','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/Banner-07.jpg',0,'attachment','image/jpeg',0),(1247,1,'2015-02-12 09:20:15','2015-02-12 09:20:15','','banner2.jpeg','','inherit','closed','closed','','banner2-jpeg','','','2015-02-12 09:20:15','2015-02-12 09:20:15','',0,'http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/banner2.jpeg',0,'attachment','image/jpeg',0),(1248,1,'2015-02-12 09:46:01','2015-02-12 09:46:01','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][dt_gap height=\"10\"][dt_fancy_title title=\"CFL Vs LED\" title_align=\"left\" title_size=\"h4\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\" separator_style=\"disabled\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-02-12 09:46:01','2015-02-12 09:46:01','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1250,1,'2015-04-10 12:45:35','2015-04-10 12:45:35','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-tub-light-banner1.jpg\" bg_color=\"#000000\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Tube Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1422102741474{padding-top: 10px !important;}\"]Staray LED Slim tube lights will give sophistication to interior with the streamline design. In addition, it provides immediate energy savings and more brightness.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-tube-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208123768{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Tube Lights</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 20%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-tube-light-1.png\" alt=\"\" width=\"120\" height=\"120\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 9W, 12W, 18W &amp; 24W</div>\r\n<div class=\"detailrow\"><strong>Size :</strong> 300mm, 600mm &amp; 1200mm</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row]','LED Tube Lights','','inherit','open','open','','881-revision-v1','','','2015-04-10 12:45:35','2015-04-10 12:45:35','',881,'http://www.ledstaray.com/881-revision-v1/',0,'revision','',0),(1251,1,'2015-04-10 12:47:03','2015-04-10 12:47:03','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">LED Bulbs</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 30%;\" valign=\"top\"><img class=\"alignnone\" src=\"wp-content/uploads/2015/01/led-bulb-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][dt_fancy_image type=\"image\" image=\"\" image_alt=\"\" lightbox=\"\" media=\"\" style=\"1\" width=\"270\" padding=\"10\" margin_top=\"0\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"left\" animation=\"none\"][dt_fancy_image type=\"image\" image=\"\" image_alt=\"\" lightbox=\"\" media=\"\" style=\"1\" width=\"270\" padding=\"10\" margin_top=\"0\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"left\" animation=\"none\"][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED Bulb','','inherit','open','open','','862-revision-v1','','','2015-04-10 12:47:03','2015-04-10 12:47:03','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1252,1,'2015-04-10 12:48:16','2015-04-10 12:48:16','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner.png\" bg_color=\"#000000\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"top-to-bottom\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Downlights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208365142{margin-top: 5px !important;}\"]\r\n\r\nStaRay LED Downlights has wide range of models to choose from. Elegant and sophisticate design will enhance your atmosphere. With energy saving and more brightness it comes in round and square shape to complement your interior.\r\n\r\nStaRay recessed light or downlight  is a light fixture that is installed into a hollow opening in a ceiling. When installed it appears to have light shining from a hole in the ceiling, concentrating the light in a downward direction as a broad floodlight or narrow spotlight.\r\n\r\nRecessed lighting offers the advantages of being a hidden light source and energy efficiency.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-down-light-2.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-down-light-2.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n--></tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 7W, 12W, 18W &amp; 24W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-down-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\" padding=\"10\" margin_bottom=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Downlights</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-down-light-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 9W, 15W &amp; 21W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row]','LED Downlights','','inherit','open','open','','662-revision-v1','','','2015-04-10 12:48:16','2015-04-10 12:48:16','',662,'http://www.ledstaray.com/662-revision-v1/',0,'revision','',0),(1253,1,'2015-04-10 12:49:26','2015-04-10 12:49:26','[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/1-14021G42326205.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Hi Bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]StaRay LED Hi bay lights are high intensity lights used at workshop, industrial sheds and factories. This illuminate large areas and life Upto 50,000 hours.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-hi-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216710221{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED Hi-bay','','inherit','open','open','','656-revision-v1','','','2015-04-10 12:49:26','2015-04-10 12:49:26','',656,'http://www.ledstaray.com/656-revision-v1/',0,'revision','',0),(1254,1,'2015-04-10 12:51:22','2015-04-10 12:51:22','[vc_row margin_top=\"0\" margin_bottom=\"20\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423215710907{border-top-width: 10px !important;}\"]\r\n\r\nStaRay LED Flood light is specially designed to give extreme brightness, this emit bright beam of light. It gives significant energy savings with much longer life.\r\n\r\nStaRay Floodlights are broad-beamed, high-intensity artificial lights. They are often used to illuminate industrial shades, playing fields or shows and concerts e.t.c.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-flood-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216041220{margin-top: 10px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Flood Lights','','inherit','open','open','','658-revision-v1','','','2015-04-10 12:51:22','2015-04-10 12:51:22','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1255,1,'2015-04-10 12:52:42','2015-04-10 12:52:42','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"30\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"\" padding_left=\"40\" padding_right=\"40\" animation=\"\" type=\"\" bg_color=\"\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" enable_parallax=\"\" parallax_speed=\"0.1\" bg_video_src_mp4=\"\" bg_video_src_ogv=\"\" bg_video_src_webm=\"\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n\r\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\n<strong>Advantage</strong>\r\n<ul>\r\n	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Led Street Lights','','inherit','open','open','','727-revision-v1','','','2015-04-10 12:52:42','2015-04-10 12:52:42','',727,'http://www.ledstaray.com/727-revision-v1/',0,'revision','',0),(1256,1,'2015-04-15 05:35:49','2015-04-15 05:35:49','[vc_row margin_top=\"15\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Welcome to our website!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]Sed interdum, lacus et vulputate pellentesque, velit nulla commodo sem, at egestas nulla metus vel sapien! Lorem ipsum dolor sit amet communitas imperdiet eleifend magna, eget dictum urna to lorem gravida quis. Nulla facilisi congue eu ornare vel, mattis sed eros.\r\n\r\nUnterdum, lacus et vulputate pellentesque, velit nulla commodo sem, at egestas nulla metus vel sapien!Lorem ipsum dolor sit amet communitas erdum, lacus et vulputate, velit nulla commodo sem, at egestas nulla metus vel sapien! Lorem ipsum dolor sit amet communitas imperdiet eleifend magna, eget dictum urna to lorem gravida quis. Nulla facilisi congue eu ornare vel, mattis sed eros. Sed interdum, lacus et vulputate, velit nulla commodo sem, at egestas nulla metus vel sapien![/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h3>Our experience</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text][dt_progress_bars show_percentage=\"false\"][dt_progress_bar title=\"Web development - 9 years\" color=\"\" percentage=\"94\" /][dt_progress_bar title=\"WordPress - 5 years\" color=\"\" percentage=\"70\" /][dt_progress_bar title=\"Marketing &amp; PR - 3 years\" color=\"\" percentage=\"50\" /][dt_progress_bar title=\"SMM &amp; SEO - 2 years\" color=\"\" percentage=\"40\" /][/dt_progress_bars][/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]\r\n<h3>Our services</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_accordion active_tab=\"1\"][vc_accordion_tab title=\"Web development\"][vc_column_text]Nullam velit nulla commodo sem, at egestas nulla metus vel imperdiet aptent taciti ad litora torquent per conubia mattis nulla eleifend magna.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"Photography\"][vc_column_text]Quisque gravida turpis sit amet nulla posuere lacinia. Cras sed est sit amet ipsum luctus dignissim. Cras nec dolor purus nunc, tempor vel ultrices eu, vehicula quis eros. Sed interdum, lacus et vulputate pellen tesque.[/vc_column_text][/vc_accordion_tab][vc_accordion_tab title=\"SEO &amp; Marketing\"][vc_column_text]Sed  ipsum dolor sit velit nulla commodo sem, at egestas nulla metus vel sapien! Lorem ipsum dolor sit amet communitas imperdiet eleifend magna, eget dictum![/vc_column_text][/vc_accordion_tab][/vc_accordion][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"50\" padding_bottom=\"60\" margin_top=\"25\" margin_bottom=\"0\" full_width_padding_left=\"40\" full_width_padding_right=\"40\" full_width_margin_top=\"0\" full_width_margin_bottom=\"0\" parallax_speed=\"0.1\" padding_left=\"40\" padding_right=\"40\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h3>Our specialisation</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]Vased interdum vulputate pellen tesque, velit nulla commodo sem lacus et vulputate pellen tesque velit nulla lorem nulla sem, at egestas nulla metus vel sapien! Lorem ipsum dolor sit amet commun vitas imperdiet eleifend magna vulputate pellen tesque velit nulla.[/vc_column_text][dt_gap height=\"10\"][dt_button link=\"http://the7.dream-demo.com/features/full-features-list/\" target_blank=\"false\" size=\"link\" animation=\"fade\"]Other features[/dt_button][dt_gap height=\"20\"][/vc_column][vc_column width=\"3/4\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"true\" image_background=\"true\" target_blank=\"false\" header_size=\"h5\" content_size=\"normal\" number=\"6\" orderby=\"date\" order=\"desc\" animation=\"none\" category=\"iconfont,no-button\" image_background_color=\"#ffffff\"][/vc_column][/vc_row][vc_row margin_top=\"50\" margin_bottom=\"40\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h3>Products and services</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]Lorem ipsum dolor sit amet communitas imperdiet eleifend magna, eget dictum urna to lorem gravida quis. Nulla facilisi congue eu ornare vel, mattis sed eros, velit nulla commodo sem, at egestas nulla metus vel sapien! Ipsum dolor sit amet communitas erdum.[/vc_column_text][dt_gap height=\"10\"][dt_button link=\"http://the7.dream-demo.com/pages/pricing-tables-go-pricing/\" target_blank=\"false\" size=\"link\" animation=\"fade\"]Pricing plans[/dt_button][dt_gap height=\"30\"][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/3\"][dt_teaser type=\"image\" image=\"http://demos.the7.dream-demo.com/business/wp-content/uploads/sites/3/2014/03/dt-036.jpg\" style=\"2\" content_size=\"normal\" text_align=\"center\" background=\"fancy\" animation=\"top\" misc_link=\"http://themeforest.net/user/Dream-Theme\" target=\"blank\"]\r\n<h5>Corporate Identity</h5>\r\nPellen tesque velit nulla sem at egestas unitas poten ornare felis porttitor amet sit.\r\n\r\n[dt_gap height=\"5\"]\r\n\r\n[dt_button size=\"small\" color=\"\" link=\"http://themeforest.net/user/Dream-Theme/portfolio\" target_blank=\"true\"]View details[/dt_button][/dt_teaser][/vc_column_inner][vc_column_inner width=\"1/3\"][dt_teaser type=\"image\" image=\"http://demos.the7.dream-demo.com/business/wp-content/uploads/sites/3/2014/03/dt-003.jpg\" style=\"2\" content_size=\"normal\" text_align=\"center\" background=\"fancy\" animation=\"top\" target=\"blank\" misc_link=\"http://themeforest.net/user/Dream-Theme\"]\r\n<h5>Programming</h5>\r\nLacus et vulputate pellen tesque velit nulla commodo sem at egestas lorem ipsum dolor amet.\r\n\r\n[dt_gap height=\"5\"]\r\n\r\n[dt_button size=\"small\" color=\"\" link=\"http://themeforest.net/user/Dream-Theme/portfolio\" target_blank=\"true\"]View details[/dt_button][/dt_teaser][/vc_column_inner][vc_column_inner width=\"1/3\"][dt_teaser type=\"image\" image=\"http://demos.the7.dream-demo.com/business/wp-content/uploads/sites/3/2014/03/dt-041.jpg\" style=\"2\" content_size=\"normal\" text_align=\"center\" background=\"fancy\" animation=\"top\" target=\"blank\" misc_link=\"http://themeforest.net/user/Dream-Theme\"]\r\n<h5>Mobile Apps</h5>\r\nLorem nulla ipsum dolor for amet comma unitas potenti ornare felis porttitor amet sit amante.\r\n\r\n[dt_gap height=\"5\"]\r\n\r\n[dt_button size=\"small\" color=\"\" link=\"http://themeforest.net/user/Dream-Theme/portfolio\" target_blank=\"true\"]View details[/dt_button][/dt_teaser][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"50\" padding_bottom=\"10\" margin_top=\"25\" margin_bottom=\"40\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_column_text]\r\n<h3>Our partners</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]Sed interdum, lacus et vulputate pellen tesque, velit nulla commodo sem, at egestas nulla metus vel sapien! Lorem ipsum dolor sit amet communitas imperdiet eleifend dictum urna.[/vc_column_text][dt_gap height=\"10\"][dt_button link=\"http://the7.dream-demo.com/shortcodes/clients-logos/\" target_blank=\"false\" size=\"link\" animation=\"fade\"]Become a partner[/dt_button][dt_gap height=\"20\"][/vc_column][vc_column width=\"3/4\"][dt_gap height=\"10\"][dt_logos columns=\"5\" dividers=\"true\" number=\"10\" orderby=\"date\" order=\"desc\" animation=\"none\"][dt_gap height=\"50\"][/vc_column][/vc_row][vc_row bg_position=\"bottom\" bg_repeat=\"no-repeat\" bg_cover=\"true\" bg_attachment=\"true\" padding_top=\"34\" padding_bottom=\"40\" margin_top=\"25\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][vc_column_text css_animation=\"bottom-to-top\"]\r\n<h2 style=\"text-align: center;\">Totally renewed <span class=\"paint-accent-color\">The7</span> Premium WordPress Theme</h2>\r\n<h3 style=\"text-align: center;\">Create the site You\'ll be proud of! Without touching a single line of code.</h3>\r\n[/vc_column_text][dt_gap height=\"30\"][vc_column_text]\r\n<p style=\"text-align: center;\">[dt_button animation=\"scale\" size=\"big\" color=\"\" link=\"http://the7.dream-demo.com/features/what-buyers-say-about-the7/\" target_blank=\"true\"]READ REVIEWS[/dt_button][dt_button size=\"big\" animation=\"scale\" color=\"\" link=\"http://themeforest.net/item/the7-responsive-multipurpose-wordpress-theme/5556590\" target_blank=\"true\"]DOWNLOAD[/dt_button]</p>\r\n[/vc_column_text][dt_gap height=\"10\"][/vc_column][/vc_row]','Home','','inherit','open','open','','503-revision-v1','','','2015-04-15 05:35:49','2015-04-15 05:35:49','',503,'http://www.ledstaray.com/503-revision-v1/',0,'revision','',0),(1258,1,'2015-04-27 09:52:40','2015-04-27 09:52:40','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][dt_gap height=\"10\"][dt_fancy_title title=\"CFL Vs LED\" title_align=\"left\" title_size=\"h4\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\" separator_style=\"disabled\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"\" padding_left=\"40\" padding_right=\"40\" animation=\"\" type=\"\" bg_color=\"\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" enable_parallax=\"\" parallax_speed=\"0.1\" bg_video_src_mp4=\"\" bg_video_src_ogv=\"\" bg_video_src_webm=\"\"][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 09:52:40','2015-04-27 09:52:40','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1259,1,'2015-04-27 09:55:03','2015-04-27 09:55:03','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][dt_gap height=\"10\"][dt_fancy_title title=\"CFL Vs LED\" title_align=\"left\" title_size=\"h4\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\" separator_style=\"disabled\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 09:55:03','2015-04-27 09:55:03','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1260,1,'2015-04-27 09:55:55','2015-04-27 09:55:55','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][dt_gap height=\"10\"][dt_fancy_title title=\"CFL Vs LED\" title_align=\"left\" title_size=\"h4\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\" separator_style=\"disabled\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 09:55:55','2015-04-27 09:55:55','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1261,1,'2015-04-27 09:56:50','2015-04-27 09:56:50','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][dt_gap height=\"10\"][dt_fancy_title title=\"CFL Vs LED\" title_align=\"left\" title_size=\"h4\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\" separator_style=\"disabled\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]<div>&lt;script&gt;</div>\n<div>  (function(i,s,o,g,r,a,m){i[\'<wbr />GoogleAnalyticsObject\']=r;i[r]<wbr />=i[r]||function(){</div>\n<div>  (i[r].q=i[r].q||[]).push(<wbr />arguments)},i[r].l=1*new Date();a=s.createElement(o),</div>\n<div>  m=s.getElementsByTagName(o)[0]<wbr />;a.async=1;a.src=g;m.<wbr />parentNode.insertBefore(a,m)</div>\n<div>  })(window,document,\'script\',\'/<wbr />/<a href=\"http://www.google-analytics.com/analytics.js\" target=\"_blank\">www.google-analytics.com/<wbr />analytics.js</a>\',\'ga\');</div>\n<div></div>\n<div>  ga(\'create\', \'UA-61645285-1\', \'auto\');</div>\n<div>  ga(\'send\', \'pageview\');</div>\n<div></div>\n<div>&lt;/script&gt;</div>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 09:56:50','2015-04-27 09:56:50','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1262,1,'2015-04-27 09:57:43','2015-04-27 09:57:43','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][dt_gap height=\"10\"][dt_fancy_title title=\"CFL Vs LED\" title_align=\"left\" title_size=\"h4\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\" separator_style=\"disabled\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 09:57:43','2015-04-27 09:57:43','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1263,1,'2015-04-27 10:01:27','2015-04-27 10:01:27','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][dt_gap height=\"10\"][dt_fancy_title title=\"CFL Vs LED\" title_align=\"left\" title_size=\"h4\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\" separator_style=\"disabled\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_video link=\"https://www.youtube.com/channel/UCCsYNaQ33X-cYdafDtaLzbg\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 10:01:27','2015-04-27 10:01:27','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1264,1,'2015-04-27 10:03:15','2015-04-27 10:03:15','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][dt_gap height=\"10\"][dt_fancy_title title=\"CFL Vs LED\" title_align=\"left\" title_size=\"h4\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\" separator_style=\"disabled\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_video link=\"[embed width=\"123\" height=\"456\"]https://www.youtube.com/channel/UCCsYNaQ33X-cYdafDtaLzbg[/embed]\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 10:03:15','2015-04-27 10:03:15','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1266,1,'2015-04-27 10:28:31','2015-04-27 10:28:31','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][dt_gap height=\"10\"][dt_fancy_title title=\"CFL Vs LED\" title_align=\"left\" title_size=\"h4\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\" separator_style=\"disabled\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_video link=\"[embed width=\"123\" height=\"456\"]https://www.youtube.com/channel/UCCsYNaQ33X-cYdafDtaLzbg[/embed]\"][vc_widget_sidebar show_bg=\"true\" sidebar_id=\"sidebar_1\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 10:28:31','2015-04-27 10:28:31','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1267,1,'2015-04-27 10:31:14','2015-04-27 10:31:14','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][dt_gap height=\"10\"][dt_fancy_title title=\"CFL Vs LED\" title_align=\"left\" title_size=\"h4\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\" separator_style=\"disabled\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_1\"][vc_widget_sidebar show_bg=\"true\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 10:31:14','2015-04-27 10:31:14','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1268,1,'2015-04-27 10:33:28','2015-04-27 10:33:28','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_1\"][vc_widget_sidebar show_bg=\"true\"][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 10:33:28','2015-04-27 10:33:28','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1269,1,'2015-04-27 10:38:40','2015-04-27 10:38:40','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]CFL VS LED[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_1\"][vc_widget_sidebar show_bg=\"true\"][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 10:38:40','2015-04-27 10:38:40','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1270,1,'2015-04-27 10:40:13','2015-04-27 10:40:13','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_1\"][vc_widget_sidebar show_bg=\"true\"][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 10:40:13','2015-04-27 10:40:13','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1271,1,'2015-04-27 10:44:12','2015-04-27 10:44:12','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2; font-size:18px;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_1\"][vc_widget_sidebar show_bg=\"true\"][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 10:44:12','2015-04-27 10:44:12','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1272,1,'2015-04-27 10:59:06','2015-04-27 10:59:06','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2; font-size:18px;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"true\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzOTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRmVtYmVkJTJGNWFxYU56cnJ2TlElMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','Homepage version 2','','inherit','open','open','','594-revision-v1','','','2015-04-27 10:59:06','2015-04-27 10:59:06','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1274,1,'2015-05-15 09:32:03','2015-05-15 09:32:03','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2; font-size:18px;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"true\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzOTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRmVtYmVkJTJGNWFxYU56cnJ2TlElMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','LED Lights | LED lights manufacturer in indore | LED lights supplier in indore','','inherit','open','open','','594-revision-v1','','','2015-05-15 09:32:03','2015-05-15 09:32:03','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1276,1,'2015-10-01 11:09:26','2015-10-01 11:09:26','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"scale\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/home_banner_service.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"top-to-bottom\"][vc_column width=\"1/1\"][dt_fancy_title title=\"Service &amp; Support\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"Service Policy\" title_align=\"left\" title_size=\"h4\" title_color=\"custom\" separator_style=\"disabled\" el_width=\"100\" title_bg=\"disabled\" separator_color=\"default\" custom_title_color=\"#13a042\"][vc_column_text css_animation=\"right-to-left\" css=\".vc_custom_1418805526035{margin-top: 10px !important;margin-bottom: 20px !important;padding-left: 5px !important;}\"]\r\n<div class=\"content-text\">LEDStaray attaches great importance to after-sales service quality. Our customer service department is trained to provide effective support to all questions and queries. Listed below is our customer service policy.</div>\r\n<div class=\"pointingcontent\">Receive and deal with customers’ comprehensive consultation, provide product information and answers to relevant questions for customers.</div>\r\n<div class=\"pointingcontent\">Receive and deal with customers’ complains, track, coordinate, solve problems and improvement suggestions put forward by customers and during business process with our company.</div>\r\n<div class=\"pointingcontent\">communicate and contact customers, get to know their feelings and demands, achieve customers’ information feedback to each relevant management department and production unit, follow up favorable handling.</div>\r\n[/vc_column_text][dt_fancy_title title=\"Support\" title_align=\"left\" title_size=\"h4\" title_color=\"custom\" separator_style=\"disabled\" el_width=\"100\" title_bg=\"disabled\" separator_color=\"default\" custom_title_color=\"#13a042\"][vc_column_text css_animation=\"right-to-left\" css=\".vc_custom_1443742738603{margin-top: 10px !important;margin-bottom: 20px !important;padding-left: 5px !important;}\"]\r\n<div class=\"content-text\">LEDStaray provides technical support to all its clients. We follow “Green Service” as our service philosophy. We offer professional customer service facilities that are in accordance to our policy.</div>\r\n<div class=\"content-text\">\r\n\r\n&nbsp;\r\n<h4 style=\"color: #000;\">Service Center: +91-0731-2536919</h4>\r\n&nbsp;\r\n\r\n</div>\r\n<div class=\"pointingcontent\">Dial this simple number to get your questions answered and your problems solved. Calls can be made through cellphones or fixed telephones.</div>\r\n<div class=\"pointingcontent\">Our stable and favorable system guarantees effective receipt of customers’ information, provides emergency solutions in case parts or the entire network should break down.</div>\r\n[/vc_column_text][/vc_column][/vc_row]','Service & Support','','inherit','open','open','','732-revision-v1','','','2015-10-01 11:09:26','2015-10-01 11:09:26','',732,'http://www.ledstaray.com/732-revision-v1/',0,'revision','',0),(1277,1,'2015-10-01 11:12:40','2015-10-01 11:12:40','[vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" full_width=\"true\" animation=\"fade-in\"][vc_column width=\"1/1\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTQ3MjAuOTMzOTkyODg0MjAyJTIxMmQ3NS44NjY5NDMlMjEzZDIyLjcxOTU2MSUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4NGExYjBlMjFlOGViMDQ5NSUyMTJzQ2FsaWJyYXRlJTJCSW5kaWElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTQyMzIxOTYzMTM5OSUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTIyJTNFJTNDJTJGaWZyYW1lJTNF\" size=\"350\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"10\"][/vc_column][/vc_row][vc_row margin_top=\"10\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Contact information</h3>\r\n[/vc_column_text][vc_column_text]<strong><span style=\"color: #46ab32;\">StaRay LED Lights</span></strong>\r\nMfg. by Calibrate India\r\n[dt_gap height=\"10\" /]\r\n<h6>Address:</h6>\r\n<span class=\"content\" style=\"padding-left: 0px;\">233 Shastri market, 2nd floor</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Indore (M.P.) - 452001</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Contact Person : Mr. Viren Kanadia</span>\r\n[dt_gap height=\"10\" /]\r\n<h6>Phone numbers:</h6>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Phone No. : +91 731 2536919</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Alternate No. : +91 731 4048377</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Mob. No. : +91 98260 11619</span>\r\n[dt_gap height=\"10\" /]\r\n<h6>Email:</h6>\r\nsales@ledstaray.com\r\n[dt_gap height=\"10\" /][/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Send us a message</h3>\r\n[/vc_column_text][dt_gap height=\"10\"][dt_contact_form fields=\"name,email,telephone,message\" message_height=\"3\" required=\"name,email,message\" button_title=\"Send message\" button_size=\"medium\"][/vc_column][/vc_row]','Contact','','inherit','open','open','','11-revision-v1','','','2015-10-01 11:12:40','2015-10-01 11:12:40','',11,'http://www.ledstaray.com/11-revision-v1/',0,'revision','',0),(1282,1,'2016-08-20 11:21:43','2016-08-20 11:21:43','[vc_row margin_top=\"0\" margin_bottom=\"20\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1471692105210{border-top-width: 10px !important;}\"]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-flood-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216041220{margin-top: 10px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Flood Lights','','inherit','open','open','','658-revision-v1','','','2016-08-20 11:21:43','2016-08-20 11:21:43','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1283,1,'2016-08-20 11:33:35','2016-08-20 11:33:35','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in India. In fact, we are the pioneers in the field of Manufacturing of all types of LED lights &amp; bulbs. We provide complete LED lights solutions for Banks, Government Institutions, Retail, Jewellery, Supermarkets, Malls, Showrooms, Residential etc. Our product range include a wide range of bulbs, tube lights, hi-bay, tunnel light, garden light etc.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2; font-size: 18px;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"true\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzOTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRmVtYmVkJTJGNWFxYU56cnJ2TlElMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','LED Lights | LED lights manufacturer in indore | LED lights supplier in indore','','inherit','open','open','','594-revision-v1','','','2016-08-20 11:33:35','2016-08-20 11:33:35','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1284,1,'2017-02-10 06:26:31','2017-02-10 06:26:31','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\n<h3>Welcome!</h3>\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in Indore, India.\n\nIn fact, we are the pioneers in the field of Manufacturing of all types of LED lights like LED Bulbs, LED Tube Lights, LED Down Light, LED Spot Light, COB Lights, LED Flood Lights, LED Hi Bay, LED Strip Light, LED Street Light, LED Garden Lights e.t.c.\n\nWe provide complete LED lights solutions for Home &amp; Offices, Indoor &amp; Outdoor applications, Hotels &amp; malls, Showrooms e.t.c.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\n<h3>Products &amp; services</h3>\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\n[dt_gap height=\"3\" /]\n\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2; font-size: 18px;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\n</tr>\n<tr>\n<td class=\"wf-1-8\">1</td>\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\n</tr>\n<tr>\n<td class=\"wf-1-8\">2</td>\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\n<td class=\"wf-1-4\">No UV Light</td>\n</tr>\n<tr>\n<td class=\"wf-1-8\">3</td>\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\n</tr>\n<tr>\n<td class=\"wf-1-8\">4</td>\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\n<td class=\"wf-1-4\">No UV Light</td>\n</tr>\n<tr>\n<td class=\"wf-1-8\">5</td>\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\n<td class=\"wf-1-4\">Maintenance friendly.</td>\n</tr>\n<tr>\n<td class=\"wf-1-8\">6</td>\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\n</tr>\n<tr>\n<td class=\"wf-1-8\">7</td>\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\n</tr>\n<tr>\n<td class=\"wf-1-8\">8</td>\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\n</tr>\n<tr>\n<td class=\"wf-1-8\">9</td>\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\n</tr>\n<tr>\n<td class=\"wf-1-8\">10</td>\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\n</tr>\n</tbody>\n</table>\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"true\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzOTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRmVtYmVkJTJGNWFxYU56cnJ2TlElMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\n[/vc_raw_html][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','LED Lights | LED lights manufacturer in indore | LED lights supplier in indore','','inherit','open','open','','594-autosave-v1','','','2017-02-10 06:26:31','2017-02-10 06:26:31','',594,'http://www.ledstaray.com/594-autosave-v1/',0,'revision','',0),(1285,1,'2016-08-20 11:45:52','2016-08-20 11:45:52','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in Indore, India.\r\n\r\nIn fact, we are the pioneers in the field of Manufacturing of all types of LED lights like LED Bulbs, LED Tube Lights, LED Down Light, LED Spot Light, COB Lights, LED Flood Lights, LED Hi Bay, LED Strip Light, LED Street Light, LED Garden Lights e.t.c.\r\n\r\nWe provide complete LED lights solutions for Home &amp; Offices, Indoor &amp; Outdoor applications, Hotels &amp; malls, Showrooms e.t.c.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2; font-size: 18px;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"true\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzOTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRmVtYmVkJTJGNWFxYU56cnJ2TlElMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','LED Lights | LED lights manufacturer in indore | LED lights supplier in indore','','inherit','open','open','','594-revision-v1','','','2016-08-20 11:45:52','2016-08-20 11:45:52','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1286,1,'2016-08-20 11:50:32','2016-08-20 11:50:32','[vc_row margin_top=\"0\" margin_bottom=\"20\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1471692105210{border-top-width: 10px !important;}\"]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-flood-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216041220{margin-top: 10px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED Flood Lights','','inherit','open','open','','658-revision-v1','','','2016-08-20 11:50:32','2016-08-20 11:50:32','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1287,1,'2016-08-20 12:00:24','2016-08-20 12:00:24','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"260\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/cob-banner.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED COB Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 7W, 12W &amp; 18W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light-2.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 10W &amp; 15W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED COB Light','','inherit','open','open','','907-revision-v1','','','2016-08-20 12:00:24','2016-08-20 12:00:24','',907,'http://www.ledstaray.com/907-revision-v1/',0,'revision','',0),(1288,1,'2016-08-20 12:22:13','2016-08-20 12:22:13','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"\" padding_left=\"40\" padding_right=\"40\" animation=\"\" type=\"\" bg_color=\"\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" enable_parallax=\"\" parallax_speed=\"0.1\" bg_video_src_mp4=\"\" bg_video_src_ogv=\"\" bg_video_src_webm=\"\"][vc_column width=\"1/1\"][/vc_column][/vc_row]','Outdoor Lighting','','inherit','open','open','','729-revision-v1','','','2016-08-20 12:22:13','2016-08-20 12:22:13','',729,'http://www.ledstaray.com/729-revision-v1/',0,'revision','',0),(1289,1,'2016-08-20 12:34:30','2016-08-20 12:34:30','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/img_48409E40_high_bay_main.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Low bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-low-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum Die Cast</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Low bay','','inherit','open','open','','660-revision-v1','','','2016-08-20 12:34:30','2016-08-20 12:34:30','',660,'http://www.ledstaray.com/660-revision-v1/',0,'revision','',0),(1290,1,'2016-08-20 12:36:20','2016-08-20 12:36:20','[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/wall-washer.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Wall Washer\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n\r\nWallwashing is a popular name for a lighting design technique for illumination of large surfaces. It is mainly used with contemporary architecture; in public cultural buildings, museums and galleries; and in landscape lighting.\r\n\r\nMost of what one actually sees, entering a room, are the vertical surfaces. The illumination requires asymmetric lighting fixtures, which in a number of 3 or more in a line, can produce evenly illuminated walls. It is a tool mainly used by lighting designers, to create lighter spaces or making the rooms seem brighter or higher. The technique is similar to the \"horizon\"-technique used in theater lighting.\r\n\r\nThe high power LED wall washers are high power LED lights that are used for decorative lighting and highlight, or wash walls, of buildings, clubs, hotels, stages, parks, plazas, commercial building facades, art galleries, etc., with different kind of colors.\r\n\r\nThe LED wall washer can even change their colors while projecting. The RGB LED wall washer lights can project 16.7 million colors and change the color by programming the LED wall washer the way you want to.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED Wall Washer','','inherit','open','open','','993-revision-v1','','','2016-08-20 12:36:20','2016-08-20 12:36:20','',993,'http://www.ledstaray.com/993-revision-v1/',0,'revision','',0),(1292,1,'2017-02-10 06:24:32','2017-02-10 06:24:32','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in Indore, India.\r\n\r\nIn fact, we are the pioneers in the field of Manufacturing of all types of LED lights like LED Bulbs, LED Tube Lights, LED Down Light, LED Spot Light, COB Lights, LED Flood Lights, LED Hi Bay, LED Strip Light, LED Street Light, LED Garden Lights e.t.c.\r\n\r\nWe provide complete LED lights solutions for Home &amp; Offices, Indoor &amp; Outdoor applications, Hotels &amp; malls, Showrooms e.t.c.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2; font-size: 18px;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"true\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzOTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRmVtYmVkJTJGNWFxYU56cnJ2TlElMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][vc_raw_html]test[/vc_raw_html][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','LED Lights | LED lights manufacturer in indore | LED lights supplier in indore','','inherit','closed','closed','','594-revision-v1','','','2017-02-10 06:24:32','2017-02-10 06:24:32','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1293,1,'2017-02-10 06:25:25','2017-02-10 06:25:25','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in Indore, India.\r\n\r\nIn fact, we are the pioneers in the field of Manufacturing of all types of LED lights like LED Bulbs, LED Tube Lights, LED Down Light, LED Spot Light, COB Lights, LED Flood Lights, LED Hi Bay, LED Strip Light, LED Street Light, LED Garden Lights e.t.c.\r\n\r\nWe provide complete LED lights solutions for Home &amp; Offices, Indoor &amp; Outdoor applications, Hotels &amp; malls, Showrooms e.t.c.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2; font-size: 18px;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"true\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzOTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRmVtYmVkJTJGNWFxYU56cnJ2TlElMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\r\ntest[/vc_raw_html][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','LED Lights | LED lights manufacturer in indore | LED lights supplier in indore','','inherit','closed','closed','','594-revision-v1','','','2017-02-10 06:25:25','2017-02-10 06:25:25','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1294,1,'2017-02-10 06:29:31','2017-02-10 06:29:31','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in Indore, India.\r\n\r\nIn fact, we are the pioneers in the field of Manufacturing of all types of LED lights like LED Bulbs, LED Tube Lights, LED Down Light, LED Spot Light, COB Lights, LED Flood Lights, LED Hi Bay, LED Strip Light, LED Street Light, LED Garden Lights e.t.c.\r\n\r\nWe provide complete LED lights solutions for Home &amp; Offices, Indoor &amp; Outdoor applications, Hotels &amp; malls, Showrooms e.t.c.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2; font-size: 18px;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"true\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzOTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRmVtYmVkJTJGNWFxYU56cnJ2TlElMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\r\n[/vc_raw_html][vc_column_text]test[/vc_column_text][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','LED Lights | LED lights manufacturer in indore | LED lights supplier in indore','','inherit','closed','closed','','594-revision-v1','','','2017-02-10 06:29:31','2017-02-10 06:29:31','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1295,1,'2017-02-10 06:30:10','2017-02-10 06:30:10','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in Indore, India.\r\n\r\nIn fact, we are the pioneers in the field of Manufacturing of all types of LED lights like LED Bulbs, LED Tube Lights, LED Down Light, LED Spot Light, COB Lights, LED Flood Lights, LED Hi Bay, LED Strip Light, LED Street Light, LED Garden Lights e.t.c.\r\n\r\nWe provide complete LED lights solutions for Home &amp; Offices, Indoor &amp; Outdoor applications, Hotels &amp; malls, Showrooms e.t.c.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2; font-size: 18px;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"true\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzOTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRmVtYmVkJTJGNWFxYU56cnJ2TlElMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\r\n[/vc_raw_html][vc_column_text]<div><a class=\"nf-messages-timeline\" href=\"http://updates.ledstaray.com/\" data-nf-widget-id=\"575bfec79bfed51e10df0e5d\" data-nf-widget-tag=\"CALIBRATEINDIA\"\r\ndata-nf-widget-name=\"UPDATES\"><script type=\"text/javascript\">\r\n(function () {\r\nvar na = document.createElement(\'script\'); na.type = \'text/javascript\';\r\nna.src = \'http://nowfloats.com/Scripts/widget.js\';\r\nvar s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(na, s);\r\n})();\r\n</script></a></div>[/vc_column_text][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','LED Lights | LED lights manufacturer in indore | LED lights supplier in indore','','inherit','closed','closed','','594-revision-v1','','','2017-02-10 06:30:10','2017-02-10 06:30:10','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1296,1,'2017-02-10 06:30:51','2017-02-10 06:30:51','[vc_row margin_top=\"15\" margin_bottom=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Welcome!</h3>\r\n[/vc_column_text][dt_gap height=\"20\"][vc_column_text]StaRay LED Lights is the most leading LED light manufacturer in Indore, India.\r\n\r\nIn fact, we are the pioneers in the field of Manufacturing of all types of LED lights like LED Bulbs, LED Tube Lights, LED Down Light, LED Spot Light, COB Lights, LED Flood Lights, LED Hi Bay, LED Strip Light, LED Street Light, LED Garden Lights e.t.c.\r\n\r\nWe provide complete LED lights solutions for Home &amp; Offices, Indoor &amp; Outdoor applications, Hotels &amp; malls, Showrooms e.t.c.[/vc_column_text][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/2\" animation=\"fade-in\"][vc_column_text]\r\n<h3>Products &amp; services</h3>\r\n[/vc_column_text][dt_gap height=\"23\"][dt_benefits_vc columns=\"2\" style=\"3\" dividers=\"false\" image_background=\"true\" target_blank=\"false\" header_size=\"h4\" content_size=\"normal\" number=\"4\" orderby=\"id\" order=\"asc\" animation=\"scale\" category=\"captions1,home\" image_background_color=\"#ffffff\"][dt_gap height=\"30\"][/vc_column][vc_column width=\"1/4\" animation=\"fade-in\"][dt_banner target_blank=\"false\" bg_opacity=\"20\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"2\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"220\" animation=\"fade\" link=\"led-hi-bay\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/03/hi-bay-banner.png\" bg_color=\"#000000\"]\r\n<h3 style=\"text-align: center;\">LED HI-BAY</h3>\r\n[/dt_banner][dt_gap height=\"30\"][/vc_column][/vc_row][vc_row type=\"2\" bg_position=\"top\" bg_repeat=\"repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"20\" padding_bottom=\"15\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_call_to_action content_size=\"normal\" text_align=\"left\" background=\"no\" line=\"false\" style=\"1\" animation=\"right\"]\r\n<h2 style=\"text-align: left;\">Wide variety of all types of LED lights &amp; lamps.</h2>\r\n<h5 style=\"text-align: left;\">for more information, please contact us by clicking on the button</h5>\r\n[dt_gap height=\"3\" /]\r\n\r\n[dt_button size=\"big\" animation=\"none\" icon=\"fa fa-download\" icon_align=\"left\" color=\"\" link=\"http://www.ledstaray.com/contact\" target_blank=\"false\"]CONTACT US[/dt_button][/dt_call_to_action][/vc_column][/vc_row][vc_row margin_top=\"20\" margin_bottom=\"5\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\" animation=\"fade-in\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]<span style=\"color: #3dc6a2; font-size: 18px;\">CFL VS LED</span>[/vc_column_text][vc_column_text css=\".vc_custom_1418813921118{margin-top: 20px !important;margin-bottom: 25px !important;}\" css_animation=\"appear\"]\r\n<table class=\"tbldetail\" width=\"521\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td class=\"tblmainlefthead\" width=\"5%\">#</td>\r\n<td class=\"tblmainlefthead\" width=\"40%\">CFL</td>\r\n<td class=\"tblmainlefthead\" width=\"45%\">LED</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">1</td>\r\n<td class=\"wf-1-4\">More power consumption / Watt.</td>\r\n<td class=\"wf-1-4\">Energy saving in proportional to reduction in Greenhouse gases from manufacturing plant.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">2</td>\r\n<td class=\"wf-1-4\">Produce ultraviolet light, leakage affects human body cells.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">3</td>\r\n<td class=\"wf-1-4\">CFL content mercury, hence hazardous and disposal problem. (5 CFLs life = 1 LED lamp life)</td>\r\n<td class=\"wf-1-4\">LED light does not contain Mercury, hence no disposal problem.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">4</td>\r\n<td class=\"wf-1-4\">Leakage ultraviolent components affect chemical paints eg. House paint, paintings, clothes etc.</td>\r\n<td class=\"wf-1-4\">No UV Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">5</td>\r\n<td class=\"wf-1-4\">Frequent maintenance damages the interior.</td>\r\n<td class=\"wf-1-4\">Maintenance friendly.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">6</td>\r\n<td class=\"wf-1-4\">Uses glass tube. Chances of breakage during handling &amp; transport.</td>\r\n<td class=\"wf-1-4\">Generally uses acrylic / PVC / PM covers.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">7</td>\r\n<td class=\"wf-1-4\">Life cycle depends upon number of switching (ON/OFF).</td>\r\n<td class=\"wf-1-4\">Life cycle independent of number of switching (ON/OFF).</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">8</td>\r\n<td class=\"wf-1-4\">In cold temperature, efficiency reduces or some time does not function.</td>\r\n<td class=\"wf-1-4\">Functions in -20 deg to 50 deg.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">9</td>\r\n<td class=\"wf-1-4\">Produce more heat than LED. Air Condition consumes more power in CFL environment.</td>\r\n<td class=\"wf-1-4\">Less heat, energy saving.</td>\r\n</tr>\r\n<tr>\r\n<td class=\"wf-1-8\">10</td>\r\n<td class=\"wf-1-4\">Wastage of Light (360deg illumination)</td>\r\n<td class=\"wf-1-4\">Object oriented illumination (Unidirectional light)</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_raw_html]JTNDc2NyaXB0JTNFJTBBJTIwJTIwJTI4ZnVuY3Rpb24lMjhpJTJDcyUyQ28lMkNnJTJDciUyQ2ElMkNtJTI5JTdCaSU1QiUyN0dvb2dsZUFuYWx5dGljc09iamVjdCUyNyU1RCUzRHIlM0JpJTVCciU1RCUzRGklNUJyJTVEJTdDJTdDZnVuY3Rpb24lMjglMjklN0IlMEElMjAlMjAlMjhpJTVCciU1RC5xJTNEaSU1QnIlNUQucSU3QyU3QyU1QiU1RCUyOS5wdXNoJTI4YXJndW1lbnRzJTI5JTdEJTJDaSU1QnIlNUQubCUzRDElMkFuZXclMjBEYXRlJTI4JTI5JTNCYSUzRHMuY3JlYXRlRWxlbWVudCUyOG8lMjklMkMlMEElMjAlMjBtJTNEcy5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOG8lMjklNUIwJTVEJTNCYS5hc3luYyUzRDElM0JhLnNyYyUzRGclM0JtLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlJTI4YSUyQ20lMjklMEElMjAlMjAlN0QlMjklMjh3aW5kb3clMkNkb2N1bWVudCUyQyUyN3NjcmlwdCUyNyUyQyUyNyUyRiUyRnd3dy5nb29nbGUtYW5hbHl0aWNzLmNvbSUyRmFuYWx5dGljcy5qcyUyNyUyQyUyN2dhJTI3JTI5JTNCJTBBJTBBJTIwJTIwZ2ElMjglMjdjcmVhdGUlMjclMkMlMjAlMjdVQS02MTY0NTI4NS0xJTI3JTJDJTIwJTI3YXV0byUyNyUyOSUzQiUwQSUyMCUyMGdhJTI4JTI3c2VuZCUyNyUyQyUyMCUyN3BhZ2V2aWV3JTI3JTI5JTNCJTBBJTBBJTNDJTJGc2NyaXB0JTNF[/vc_raw_html][vc_widget_sidebar show_bg=\"true\"][vc_raw_html]JTNDaWZyYW1lJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIzOTAlMjIlMjBzcmMlM0QlMjJodHRwcyUzQSUyRiUyRnd3dy55b3V0dWJlLmNvbSUyRmVtYmVkJTJGNWFxYU56cnJ2TlElMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=\r\n[/vc_raw_html][vc_column_text]<div style=\"width:100%;\"><a class=\"nf-messages-timeline\" href=\"http://updates.ledstaray.com/\" data-nf-widget-id=\"575bfec79bfed51e10df0e5d\" data-nf-widget-tag=\"CALIBRATEINDIA\"\r\ndata-nf-widget-name=\"UPDATES\"><script type=\"text/javascript\">\r\n(function () {\r\nvar na = document.createElement(\'script\'); na.type = \'text/javascript\';\r\nna.src = \'http://nowfloats.com/Scripts/widget.js\';\r\nvar s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(na, s);\r\n})();\r\n</script></a></div>[/vc_column_text][/vc_column_inner][/vc_row_inner][dt_gap height=\"10\"][/vc_column][/vc_row]','LED Lights | LED lights manufacturer in indore | LED lights supplier in indore','','inherit','closed','closed','','594-revision-v1','','','2017-02-10 06:30:51','2017-02-10 06:30:51','',594,'http://www.ledstaray.com/594-revision-v1/',0,'revision','',0),(1298,1,'2018-02-22 08:38:36','2018-02-22 08:38:36','','Industrial Lighting','','inherit','closed','closed','','629-revision-v1','','','2018-02-22 08:38:36','2018-02-22 08:38:36','',629,'http://www.ledstaray.com/629-revision-v1/',0,'revision','',0),(1300,1,'2018-03-16 12:52:58','2018-03-16 12:52:58','[vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" full_width=\"true\" animation=\"fade-in\"][vc_column width=\"1/1\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTQ3MjAuOTMzOTkyODg0MjAyJTIxMmQ3NS44NjY5NDMlMjEzZDIyLjcxOTU2MSUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4NGExYjBlMjFlOGViMDQ5NSUyMTJzQ2FsaWJyYXRlJTJCSW5kaWElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTQyMzIxOTYzMTM5OSUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTIyJTNFJTNDJTJGaWZyYW1lJTNF\" size=\"350\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"10\"][/vc_column][/vc_row][vc_row margin_top=\"10\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/3\"][vc_column_text]\n<h3>Contact information</h3>\n[/vc_column_text][vc_column_text]<strong><span style=\"color: #46ab32;\">StaRay LED Lights</span></strong>\nMfg. by Calibrate India\n[dt_gap height=\"10\" /]\n<h6>Address:</h6>\n<span class=\"content\" style=\"padding-left: 0px;\">233 Shastri market, 2nd floor</span>\n<span class=\"content\" style=\"padding-left: 0px;\">Indore (M.P.) - 452001</span>\n<span class=\"content\" style=\"padding-left: 0px;\">Contact Person : Mr. Viren Kanadia</span>\n[dt_gap height=\"10\" /]\n<h6>Phone numbers:</h6>\n<span class=\"content\" style=\"padding-left: 0px;\">Phone No. : +91 731 2536919</span>\n<span class=\"content\" style=\"padding-left: 0px;\">Alternate No. : +91 731 4048377</span>\n<span class=\"content\" style=\"padding-left: 0px;\">Mob. No. : +91 98260 11619</span>\n[dt_gap height=\"10\" /]\n<h6>Email:</h6>\nledstaray@gmail.com\n[dt_gap height=\"10\" /][/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_column_text]\n<h3>Send us a message</h3>\n[/vc_column_text][dt_gap height=\"10\"][dt_contact_form fields=\"name,email,telephone,message\" message_height=\"3\" required=\"name,email,message\" button_title=\"Send message\" button_size=\"medium\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-autosave-v1','','','2018-03-16 12:52:58','2018-03-16 12:52:58','',11,'http://www.ledstaray.com/11-autosave-v1/',0,'revision','',0),(1301,1,'2018-03-16 13:13:10','2018-03-16 13:13:10','[vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" full_width=\"true\" animation=\"fade-in\"][vc_column width=\"1/1\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTQ3MjAuOTMzOTkyODg0MjAyJTIxMmQ3NS44NjY5NDMlMjEzZDIyLjcxOTU2MSUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4NGExYjBlMjFlOGViMDQ5NSUyMTJzQ2FsaWJyYXRlJTJCSW5kaWElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTQyMzIxOTYzMTM5OSUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTIyJTNFJTNDJTJGaWZyYW1lJTNF\" size=\"350\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"10\"][/vc_column][/vc_row][vc_row margin_top=\"10\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Contact information</h3>\r\n[/vc_column_text][vc_column_text]<strong><span style=\"color: #46ab32;\">StaRay LED Lights</span></strong>\r\nMfg. by Calibrate India\r\n[dt_gap height=\"10\" /]\r\n<h6>Address:</h6>\r\n<span class=\"content\" style=\"padding-left: 0px;\">233 Shastri market, 2nd floor</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Indore (M.P.) - 452001</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Contact Person : Mr. Viren Kanadia</span>\r\n[dt_gap height=\"10\" /]\r\n<h6>Phone numbers:</h6>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Phone No. : +91 731 2536919</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Alternate No. : +91 731 4048377</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Mob. No. : +91 98260 11619</span>\r\n[dt_gap height=\"10\" /]\r\n<h6>Email:</h6>\r\nledstaray@gmail.com\r\n[dt_gap height=\"10\" /][/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Send us a message</h3>\r\n[/vc_column_text][dt_gap height=\"10\"][dt_contact_form fields=\"name,email,telephone,message\" message_height=\"3\" required=\"name,email,message\" button_title=\"Send message\" button_size=\"medium\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-revision-v1','','','2018-03-16 13:13:10','2018-03-16 13:13:10','',11,'http://www.ledstaray.com/11-revision-v1/',0,'revision','',0),(1302,1,'2018-03-16 14:08:01','2018-03-16 14:08:01','[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n\r\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-16 14:08:01','2018-03-16 14:08:01','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1303,1,'2018-03-16 14:10:17','2018-03-16 14:10:17','[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n\r\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/1\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-16 14:10:17','2018-03-16 14:10:17','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1304,1,'2018-03-16 14:10:43','2018-03-16 14:10:43','[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/1\"][vc_column_text]\r\n\r\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/1\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-16 14:10:43','2018-03-16 14:10:43','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1305,1,'2018-03-16 14:14:25','2018-03-16 14:14:25','[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n\r\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/1\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-16 14:14:25','2018-03-16 14:14:25','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1306,1,'2018-03-16 14:15:54','2018-03-16 14:15:54','[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n\r\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-16 14:15:54','2018-03-16 14:15:54','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1307,1,'2018-03-16 14:20:19','2018-03-16 14:20:19','[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n\r\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-16 14:20:19','2018-03-16 14:20:19','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1308,1,'2018-03-17 06:56:48','2018-03-17 06:56:48','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"30\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"\" type=\"\" bg_color=\"\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" enable_parallax=\"\" parallax_speed=\"0.1\" bg_video_src_mp4=\"\" bg_video_src_ogv=\"\" bg_video_src_webm=\"\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\n\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\n\n<strong>Advantage</strong>\n<ul>\n	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\n	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\n	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\n	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\n	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\n	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\n	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\n	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\n</ul>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Led Street Lights','','inherit','closed','closed','','727-autosave-v1','','','2018-03-17 06:56:48','2018-03-17 06:56:48','',727,'http://www.ledstaray.com/727-autosave-v1/',0,'revision','',0),(1309,1,'2018-03-17 07:00:52','2018-03-17 07:00:52','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n\r\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:00:52','2018-03-17 07:00:52','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1310,1,'2018-03-17 07:04:35','2018-03-17 07:04:35','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n\r\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"30\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"\" type=\"\" bg_color=\"\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" enable_parallax=\"\" parallax_speed=\"0.1\" bg_video_src_mp4=\"\" bg_video_src_ogv=\"\" bg_video_src_webm=\"\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n\r\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\n<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:04:35','2018-03-17 07:04:35','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1311,1,'2018-11-27 12:52:15','2018-11-27 12:52:15','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\n\n[dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"]\n\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\n\n[dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"]\n\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\n\n[dt_gap height=\"20\"]\n\n[/vc_column_text][vc_column_text]\n\n[wpsms_form]\n\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\n\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\noutdoor lighting for the better future.[/vc_column_text][vc_column_text]\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Model : Polaris\n</strong><br /><a href=\"http://www.ledstaray.com/Polaris-datasheet.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\n\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 50</div>\n<div class=\"detailrow\"><strong>Wattage : </strong>50</div>\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\n\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text]\n<h4 style=\"text-align: center;\"><strong>Model : Vega\n</strong><br /><a href=\"http://www.ledstaray.com/Vega-datasheet.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\n\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-1-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Vega</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30</div>\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\n\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-2-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : Vega Plus</strong></div>\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30 L</div>\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">More Common Specification</div>\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\n\n[dt_gap height=\"12\"]\n\n[/vc_column_text][vc_column_text]\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n\n[dt_gap height=\"18\"]\n\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\n<ul>\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\n</ul>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n\n[dt_gap height=\"20\"]\n\n[/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-autosave-v1','','','2018-11-27 12:52:15','2018-11-27 12:52:15','',633,'http://www.ledstaray.com/633-autosave-v1/',0,'revision','',0),(1312,1,'2018-03-17 07:06:19','2018-03-17 07:06:19','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.\r\n\r\n<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"\" type=\"\" bg_color=\"\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" enable_parallax=\"\" parallax_speed=\"0.1\" bg_video_src_mp4=\"\" bg_video_src_ogv=\"\" bg_video_src_webm=\"\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n\r\nStaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\n<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:06:19','2018-03-17 07:06:19','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1313,1,'2018-03-17 07:07:12','2018-03-17 07:07:12','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.\r\n\r\n<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:07:12','2018-03-17 07:07:12','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1314,1,'2018-03-17 07:10:42','2018-03-17 07:10:42','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.\r\n\r\n<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:10:42','2018-03-17 07:10:42','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1315,1,'2018-03-17 07:11:36','2018-03-17 07:11:36','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:11:36','2018-03-17 07:11:36','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1316,1,'2018-03-17 07:14:09','2018-03-17 07:14:09','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:14:09','2018-03-17 07:14:09','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1317,1,'2018-03-17 07:16:28','2018-03-17 07:16:28','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:16:28','2018-03-17 07:16:28','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1318,1,'2018-03-17 07:21:24','2018-03-17 07:21:24','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521271284578{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][/vc_column_text][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text][/vc_column_text][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:21:24','2018-03-17 07:21:24','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1319,1,'2018-03-17 07:25:46','2018-03-17 07:25:46','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1521271548442{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:25:46','2018-03-17 07:25:46','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1320,1,'2018-03-17 07:26:52','2018-03-17 07:26:52','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521271618012{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][vc_column_text css_animation=\"none\" css=\".vc_custom_1521271548442{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:26:52','2018-03-17 07:26:52','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1321,1,'2018-03-17 07:27:25','2018-03-17 07:27:25','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521271618012{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:27:25','2018-03-17 07:27:25','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1322,1,'2018-03-17 07:29:12','2018-03-17 07:29:12','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521271618012{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521271755914{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:29:12','2018-03-17 07:29:12','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1323,1,'2018-03-17 07:30:32','2018-03-17 07:30:32','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521271825968{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521271755914{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:30:32','2018-03-17 07:30:32','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1324,1,'2018-03-17 07:32:06','2018-03-17 07:32:06','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521271825968{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521271925388{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:32:06','2018-03-17 07:32:06','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1325,1,'2018-03-17 07:32:42','2018-03-17 07:32:42','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521271825968{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521271970596{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:32:42','2018-03-17 07:32:42','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1326,1,'2018-03-17 07:33:45','2018-03-17 07:33:45','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272029714{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:33:45','2018-03-17 07:33:45','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1327,1,'2018-03-17 07:34:30','2018-03-17 07:34:30','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272075560{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:34:30','2018-03-17 07:34:30','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1328,1,'2018-03-17 07:36:01','2018-03-17 07:36:01','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272169224{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:36:01','2018-03-17 07:36:01','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1329,1,'2018-03-17 07:37:15','2018-03-17 07:37:15','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272169224{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521272234394{background-image: url(http://www.ledstaray.com/wp-content/uploads/2015/02/led-flood-light.png?id=1212) !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:37:15','2018-03-17 07:37:15','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1330,1,'2018-03-17 07:38:19','2018-03-17 07:38:19','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272169224{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521272234394{background-image: url(http://www.ledstaray.com/wp-content/uploads/2015/02/led-flood-light.png?id=1212) !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:38:19','2018-03-17 07:38:19','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1331,1,'2018-03-17 07:38:40','2018-03-17 07:38:40','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272169224{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521272327906{background-image: url(http://www.ledstaray.com/wp-content/uploads/2015/02/led-flood-light.png?id=1212) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:38:40','2018-03-17 07:38:40','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1332,1,'2018-03-17 07:42:04','2018-03-17 07:42:04','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272169224{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521272327906{background-image: url(http://www.ledstaray.com/wp-content/uploads/2015/02/led-flood-light.png?id=1212) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"3/4\" align=\"center\" css=\".vc_custom_1521272532814{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/hi-bay.png?id=1241) !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-street-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216978047{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:42:04','2018-03-17 07:42:04','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1333,1,'2018-03-17 07:44:41','2018-03-17 07:44:41','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272169224{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521272327906{background-image: url(http://www.ledstaray.com/wp-content/uploads/2015/02/led-flood-light.png?id=1212) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272658140{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:44:41','2018-03-17 07:44:41','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1334,1,'2018-03-17 07:48:45','2018-03-17 07:48:45','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272932942{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521272327906{background-image: url(http://www.ledstaray.com/wp-content/uploads/2015/02/led-flood-light.png?id=1212) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272658140{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:48:45','2018-03-17 07:48:45','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1335,1,'2018-03-17 07:49:20','2018-03-17 07:49:20','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272968800{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521272327906{background-image: url(http://www.ledstaray.com/wp-content/uploads/2015/02/led-flood-light.png?id=1212) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272658140{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:49:20','2018-03-17 07:49:20','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1336,1,'2018-03-17 07:50:35','2018-03-17 07:50:35','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272968800{background-image: url(http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/street-light.png?id=1245) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1245\" img_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521272327906{background-image: url(http://www.ledstaray.com/wp-content/uploads/2015/02/led-flood-light.png?id=1212) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272658140{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:50:35','2018-03-17 07:50:35','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1337,1,'2018-03-17 07:50:57','2018-03-17 07:50:57','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1245\" img_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521272327906{background-image: url(http://www.ledstaray.com/wp-content/uploads/2015/02/led-flood-light.png?id=1212) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272658140{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:50:57','2018-03-17 07:50:57','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1338,1,'2018-03-17 07:52:54','2018-03-17 07:52:54','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1245\" img_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1245\" css=\".vc_custom_1521273179680{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272658140{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:52:54','2018-03-17 07:52:54','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1339,1,'2018-03-17 07:55:25','2018-03-17 07:55:25','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1245\" img_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1245\" css=\".vc_custom_1521273179680{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272658140{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:55:25','2018-03-17 07:55:25','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1340,1,'2018-03-17 07:56:31','2018-03-17 07:56:31','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1245\" img_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1245\" css=\".vc_custom_1521273179680{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1245\" img_size=\"medium\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1245\" css=\".vc_custom_1521273179680{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272658140{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:56:31','2018-03-17 07:56:31','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1342,1,'2018-03-17 07:58:21','2018-03-17 07:58:21','','50W','','inherit','open','closed','','50w','','','2018-03-17 07:58:21','2018-03-17 07:58:21','',633,'http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg',0,'attachment','image/jpeg',0),(1343,1,'2018-03-17 07:58:59','2018-03-17 07:58:59','','100W','','inherit','open','closed','','100w','','','2018-03-17 07:58:59','2018-03-17 07:58:59','',633,'http://www.ledstaray.com/wp-content/uploads/2014/12/100W.jpg',0,'attachment','image/jpeg',0),(1344,1,'2018-03-17 07:59:27','2018-03-17 07:59:27','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521273575738{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 07:59:27','2018-03-17 07:59:27','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1345,1,'2018-03-17 08:08:55','2018-03-17 08:08:55','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" onclick=\"zoom\" css=\".vc_custom_1521274144306{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 08:08:55','2018-03-17 08:08:55','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1346,1,'2018-03-17 08:11:58','2018-03-17 08:11:58','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 08:11:58','2018-03-17 08:11:58','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1347,1,'2018-03-17 08:23:14','2018-03-17 08:23:14','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521275002632{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 55\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : Projector LED\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Warranty </strong>: 2 Years</div>\r\n<div>\r\n<div><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521272676702{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 08:23:14','2018-03-17 08:23:14','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1348,1,'2018-03-17 08:27:36','2018-03-17 08:27:36','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521275252120{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Warranty </strong>: 2 Years</div>\r\n<div>\r\n<div><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521275243294{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No</strong> : Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Warranty </strong>: 2 Years</div>\r\n<div>\r\n<div><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 08:27:36','2018-03-17 08:27:36','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1349,1,'2018-03-17 08:30:06','2018-03-17 08:30:06','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521275252120{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Warranty </strong>: 2 Years</div>\r\n<div>\r\n<div><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521275243294{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No</strong> : Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Warranty </strong>: 2 Years</div>\r\n<div>\r\n<div><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h4><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 08:30:06','2018-03-17 08:30:06','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1350,1,'2018-03-17 08:31:33','2018-03-17 08:31:33','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521275252120{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Warranty </strong>: 2 Years</div>\r\n<div>\r\n<div><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521275243294{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No</strong> : Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Warranty </strong>: 2 Years</div>\r\n<div>\r\n<div><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"10\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 08:31:33','2018-03-17 08:31:33','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1351,1,'2018-03-17 08:33:15','2018-03-17 08:33:15','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521275252120{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Warranty </strong>: 2 Years</div>\r\n<div>\r\n<div><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521275243294{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No</strong> : Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Warranty </strong>: 2 Years</div>\r\n<div>\r\n<div><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 08:33:15','2018-03-17 08:33:15','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1352,1,'2018-03-17 08:40:22','2018-03-17 08:40:22','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521276034752{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n<div><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div><strong>Warranty </strong>: 2 Years</div>\r\n<div><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521276014210{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No</strong> : Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Warranty </strong>: 2 Years</div>\r\n<div>\r\n<div><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 08:40:22','2018-03-17 08:40:22','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1353,1,'2018-03-17 08:42:19','2018-03-17 08:42:19','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521276034752{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n<div><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div><strong>Warranty </strong>: 2 Years</div>\r\n<div><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521276152724{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No</strong> : Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Years</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 08:42:19','2018-03-17 08:42:19','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1354,1,'2018-03-17 08:44:38','2018-03-17 08:44:38','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521276291298{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<div><strong>PF </strong>: More than 0.95</div>\r\n</div>\r\n<div class=\"detailrow\">\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Years</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521276152724{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No</strong> : Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Years</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 08:44:38','2018-03-17 08:44:38','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1355,1,'2018-03-17 08:48:07','2018-03-17 08:48:07','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521273066340{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521276498142{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\">\r\n\r\n<strong>CRI</strong> : Min 80\r\n<div><strong>PF </strong>: More than 0.95</div>\r\n</div>\r\n<div class=\"detailrow\">\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Years</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521276152724{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No</strong> : Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Years</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 08:48:07','2018-03-17 08:48:07','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1356,1,'2018-03-17 08:52:55','2018-03-17 08:52:55','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521276729498{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\">CRI : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\">\r\n\r\n<strong>Driver </strong>: BIS\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Years</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521276152724{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No</strong> : Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED<strong>\r\n</strong></div>\r\n<div class=\"detailrow\">\r\n<div><strong>Color temp</strong> : 6500K</div>\r\n<div><strong>CRI </strong>: Min 80</div>\r\n<strong>PF</strong>:More than 0.95\r\n\r\n</div>\r\n<div class=\"detailrow\">\r\n<div><strong>Driver </strong>: BIS</div>\r\n</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof </strong>: Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Years</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 08:52:55','2018-03-17 08:52:55','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1357,1,'2018-03-17 10:05:41','2018-03-17 10:05:41','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521272006496{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 10:05:41','2018-03-17 10:05:41','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1358,1,'2018-03-17 10:22:10','2018-03-17 10:22:10','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 10:22:10','2018-03-17 10:22:10','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1359,1,'2018-03-17 10:41:21','2018-03-17 10:41:21','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283290862{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-flood-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 10:41:21','2018-03-17 10:41:21','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1360,1,'2018-03-17 10:42:46','2018-03-17 10:42:46','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283290862{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-flood-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-flood-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 10:42:46','2018-03-17 10:42:46','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1361,1,'2018-03-17 10:45:53','2018-03-17 10:45:53','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 10:45:53','2018-03-17 10:45:53','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1362,1,'2018-03-17 10:47:17','2018-03-17 10:47:17','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 10:47:17','2018-03-17 10:47:17','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1363,1,'2018-03-17 10:48:49','2018-03-17 10:48:49','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 10:48:49','2018-03-17 10:48:49','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1364,1,'2018-03-17 10:53:14','2018-03-17 10:53:14',' ','','','publish','closed','closed','','1364','','','2018-03-17 13:28:54','2018-03-17 13:28:54','',0,'http://www.ledstaray.com/?p=1364',20,'nav_menu_item','',0),(1365,1,'2018-03-17 10:58:03','2018-03-17 10:58:03','[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/1-14021G42326205.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Hi Bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]StaRay LED Hi bay lights are high intensity lights used at workshop, industrial sheds and factories. This illuminate large areas and life Upto 50,000 hours.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-hi-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216710221{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED High bay','','inherit','closed','closed','','656-revision-v1','','','2018-03-17 10:58:03','2018-03-17 10:58:03','',656,'http://www.ledstaray.com/656-revision-v1/',0,'revision','',0),(1366,1,'2018-03-17 11:01:51','2018-03-17 11:01:51','','High bay','','publish','closed','closed','','high-bay','','','2018-03-17 13:28:54','2018-03-17 13:28:54','',0,'http://www.ledstaray.com/?p=1366',17,'nav_menu_item','',0),(1367,1,'2018-03-17 11:05:07','2018-03-17 11:05:07','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/1-14021G42326205.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Hi Bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]StaRay LED High bay lights are high intensity lights used at workshop, industrial sheds and factories. This illuminate large areas and life Upto 50,000 hours.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-hi-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216710221{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED High bay','','inherit','closed','closed','','656-revision-v1','','','2018-03-17 11:05:07','2018-03-17 11:05:07','',656,'http://www.ledstaray.com/656-revision-v1/',0,'revision','',0),(1368,1,'2018-03-17 11:05:49','2018-03-17 11:05:49','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/1-14021G42326205.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED High Bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]StaRay LED High bay lights are high intensity lights used at workshop, industrial sheds and factories. This illuminate large areas and life Upto 50,000 hours.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-hi-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216710221{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED High bay','','inherit','closed','closed','','656-revision-v1','','','2018-03-17 11:05:49','2018-03-17 11:05:49','',656,'http://www.ledstaray.com/656-revision-v1/',0,'revision','',0),(1369,1,'2018-03-17 11:07:40','2018-03-17 11:07:40','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1471692105210{border-top-width: 10px !important;}\"]\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\n[/vc_column_text][vc_row_inner 0=\"\"][vc_column_inner width=\"1/2\"][vc_column_text 0=\"\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-flood-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216041220{margin-top: 10px !important;}\"]\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"width: 100%;\" valign=\"middle\">\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\n<div class=\"detailrow\">Repairable</div>\n<div class=\"detailrow\">Short payback period</div>\n<div class=\"detailrow\">Long life, low maintenance</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text 0=\"\"][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row 0=\"\"][vc_column][vc_column_text 0=\"\"][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-03-17 11:07:40','2018-03-17 11:07:40','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1370,1,'2018-03-17 11:10:21','2018-03-17 11:10:21','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-tub-light-banner1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Tube Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1422102741474{padding-top: 10px !important;}\"]Staray LED Slim tube lights will give sophistication to interior with the streamline design. In addition, it provides immediate energy savings and more brightness.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-tube-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208123768{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Tube Lights</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 20%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-tube-light-1.png\" alt=\"\" width=\"120\" height=\"120\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 9W, 12W, 18W &amp; 24W</div>\r\n<div class=\"detailrow\"><strong>Size :</strong> 300mm, 600mm &amp; 1200mm</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Tube Lights','','inherit','closed','closed','','881-revision-v1','','','2018-03-17 11:10:21','2018-03-17 11:10:21','',881,'http://www.ledstaray.com/881-revision-v1/',0,'revision','',0),(1371,1,'2018-03-17 11:12:07','2018-03-17 11:12:07','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Surface Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Surface lights</td>\r\n</tr>\r\n-->\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-surface-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED Surfacelights','','inherit','closed','closed','','663-revision-v1','','','2018-03-17 11:12:07','2018-03-17 11:12:07','',663,'http://www.ledstaray.com/663-revision-v1/',0,'revision','',0),(1372,1,'2018-03-17 11:12:43','2018-03-17 11:12:43','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner6.jpg\" bg_color=\"#000000\"][/dt_banner][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"top-to-bottom\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Spot Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-spot-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423210987018{margin-top: 5px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Spot lights</td>\r\n</tr>\r\n-->\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-spot-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W &amp; 10W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free\r\n</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Spot Lights','','inherit','closed','closed','','666-revision-v1','','','2018-03-17 11:12:43','2018-03-17 11:12:43','',666,'http://www.ledstaray.com/666-revision-v1/',0,'revision','',0),(1373,1,'2018-03-17 11:37:12','2018-03-17 11:37:12','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1471692105210{border-top-width: 10px !important;}\"]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner 0=\"\"][vc_column_inner width=\"1/2\"][vc_column_text 0=\"\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-flood-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216041220{margin-top: 10px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text 0=\"\"][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row 0=\"\"][vc_column][vc_column_text 0=\"\"][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-03-17 11:37:12','2018-03-17 11:37:12','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1374,1,'2018-11-27 12:56:08','2018-11-27 12:56:08','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\n\n[dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"]\n\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\n\n[dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"]\n\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\n\n[dt_gap height=\"20\"]\n\n[/vc_column_text][vc_column_text]\n\n[wpsms_form]\n\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\n\n[/vc_column_text][vc_column_text]\n<h4 style=\"text-align: center;\"><strong>Flame FLN</strong>\n<a href=\"http://www.ledstaray.com/flame-fln.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"> Click here to download datasheet</a></h4>\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\n\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 30</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 30</div>\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\n\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-2.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 50</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 50</div>\n<div class=\"detailrow\"><strong>Wattage : </strong>50</div>\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\n\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-3.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 100</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 100</div>\n<div class=\"detailrow\"><strong>Wattage : </strong>100</div>\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\n<h4 style=\"text-align: center;\"><strong>Flame Plus</strong>\n<a href=\"http://www.ledstaray.com/flame-plus.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"> Click here to download datasheet</a></h4>\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\n\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-4.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\n<div class=\"detailrow\"><strong>Wattage : </strong>80</div>\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\n<h4 style=\"text-align: center;\"><strong>Flame XL</strong>\n<a href=\"http://www.ledstaray.com/flame-xl.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"> Click here to download datasheet</a></h4>\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\n\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-5.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Flame XL</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 100</div>\n<div class=\"detailrow\"><strong>Wattage : </strong>100</div>\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\n\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-6.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\n\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Model No : </strong>Flame XXL</div>\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 150</div>\n<div class=\"detailrow\"><strong>Wattage : </strong>150</div>\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Genera Specification</div>\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV (Upto 10kV optional)</div>\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\n</strong></div>\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\n\n[dt_gap height=\"12\"]\n\n[/vc_column_text][vc_column_text]\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, *Life upto 10 years,*Repairable</strong></h4>\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\n\n[dt_gap height=\"20\"]\n\n[/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-autosave-v1','','','2018-11-27 12:56:08','2018-11-27 12:56:08','',658,'http://www.ledstaray.com/658-autosave-v1/',0,'revision','',0),(1375,1,'2018-03-17 11:40:56','2018-03-17 11:40:56','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1471692105210{border-top-width: 10px !important;}\"]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_column_text css=\".vc_custom_1471692105210{border-top-width: 10px !important;}\"]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner 0=\"\"][vc_column_inner width=\"1/2\"][vc_column_text 0=\"\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-flood-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216041220{margin-top: 10px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 30W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text 0=\"\"][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1342\" img_size=\"medium\" alignment=\"center\"][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_single_image image=\"1343\" img_size=\"medium\" alignment=\"center\" css=\".vc_custom_1521274328644{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-03-17 11:40:56','2018-03-17 11:40:56','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1376,1,'2018-03-17 11:42:15','2018-03-17 11:42:15','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-03-17 11:42:15','2018-03-17 11:42:15','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1377,1,'2018-03-17 11:52:19','2018-03-17 11:52:19','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-03-17 11:52:19','2018-03-17 11:52:19','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1378,1,'2018-03-17 11:55:28','2018-03-17 11:55:28','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 11:55:28','2018-03-17 11:55:28','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1379,1,'2018-03-17 11:59:09','2018-03-17 11:59:09','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-03-17 11:59:09','2018-03-17 11:59:09','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1380,1,'2018-03-17 11:59:23','2018-03-17 11:59:23','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 11:59:23','2018-03-17 11:59:23','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1381,1,'2018-03-17 12:00:57','2018-03-17 12:00:57','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281085276{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521281155200{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 12:00:57','2018-03-17 12:00:57','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1382,1,'2018-03-17 12:01:59','2018-03-17 12:01:59','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 12:01:59','2018-03-17 12:01:59','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1383,1,'2018-03-17 12:07:38','2018-03-17 12:07:38','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521283530078{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288383520{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 12:07:38','2018-03-17 12:07:38','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1384,1,'2018-03-17 12:13:29','2018-03-17 12:13:29','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521288813418{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/led-flood-light.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/led-flood-light.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-03-17 12:13:29','2018-03-17 12:13:29','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1385,1,'2018-03-17 12:15:13','2018-03-17 12:15:13','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521288932874{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"<img src=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-flood-light.png\" />\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/led-flood-light.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-03-17 12:15:13','2018-03-17 12:15:13','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1386,1,'2018-03-17 12:21:14','2018-03-17 12:21:14','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289242914{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-flood-light.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-flood-light.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-03-17 12:21:14','2018-03-17 12:21:14','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1387,1,'2018-03-17 12:23:25','2018-03-17 12:23:25','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289427292{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-flood-light.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-03-17 12:23:25','2018-03-17 12:23:25','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1388,1,'2018-03-17 12:25:51','2018-03-17 12:25:51','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289571132{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/50W.jpg?id=1342) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-flood-light.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-flood-light.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-03-17 12:25:51','2018-03-17 12:25:51','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1389,1,'2018-03-17 12:26:33','2018-03-17 12:26:33','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text 0=\"\"][dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-flood-light.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/led-flood-light.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 60</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong><strong>60</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 8</strong><strong>0</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LED with reflector</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-03-17 12:26:33','2018-03-17 12:26:33','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1390,1,'2018-03-17 12:27:34','2018-03-17 12:27:34','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288383520{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 10</strong>5</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 12:27:34','2018-03-17 12:27:34','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1391,1,'2018-03-17 12:56:43','2018-03-17 12:56:43','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.x</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','publish','closed','closed','','led-emergencylight','','','2018-03-19 13:12:39','2018-03-19 13:12:39','',0,'http://www.ledstaray.com/?page_id=1391',0,'page','',0),(1392,1,'2018-03-17 12:56:43','2018-03-17 12:56:43','','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-17 12:56:43','2018-03-17 12:56:43','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1393,1,'2018-03-17 12:57:04','2018-03-17 12:57:04','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Surface Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Surface lights</td>\r\n</tr>\r\n-->\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-surface-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-17 12:57:04','2018-03-17 12:57:04','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1394,1,'2018-03-17 12:58:28','2018-03-17 12:58:28',' ','','','publish','closed','closed','','1394','','','2018-03-17 13:29:24','2018-03-17 13:29:24','',0,'http://www.ledstaray.com/?p=1394',2,'nav_menu_item','',0),(1395,1,'2018-03-17 12:59:51','2018-03-17 12:59:51',' ','','','publish','closed','closed','','1395','','','2018-03-17 13:28:54','2018-03-17 13:28:54','',0,'http://www.ledstaray.com/?p=1395',16,'nav_menu_item','',0),(1396,1,'2018-03-17 13:01:09','2018-03-17 13:01:09','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Surface Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Surface lights</td>\r\n</tr>\r\n-->\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-surface-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-17 13:01:09','2018-03-17 13:01:09','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1397,1,'2018-03-17 13:02:18','2018-03-17 13:02:18','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Surface lights</td>\r\n</tr>\r\n-->\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-surface-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-17 13:02:18','2018-03-17 13:02:18','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1398,1,'2018-03-17 13:12:24','2018-03-17 13:12:24','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-17 13:12:24','2018-03-17 13:12:24','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1400,1,'2018-03-17 13:17:31','2018-03-17 13:17:31','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]<strong>Product Description:</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-17 13:17:31','2018-03-17 13:17:31','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1401,1,'2018-03-17 13:20:53','2018-03-17 13:20:53','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description:</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"10\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-17 13:20:53','2018-03-17 13:20:53','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1402,1,'2018-03-17 13:23:46','2018-03-17 13:23:46','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"10\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-17 13:23:46','2018-03-17 13:23:46','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1403,1,'2018-03-17 13:24:11','2018-03-17 13:24:11','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-17 13:24:11','2018-03-17 13:24:11','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1404,1,'2018-03-17 13:26:11','2018-03-17 13:26:11','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-17 13:26:11','2018-03-17 13:26:11','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1405,1,'2018-03-17 13:37:22','2018-03-17 13:37:22','[vc_row full_height=\"yes\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" css=\".vc_custom_1521293834804{margin-bottom: 0px !important;}\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">LED Bulbs</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 30%;\" valign=\"top\"><img class=\"alignnone\" src=\"wp-content/uploads/2015/01/led-bulb-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-17 13:37:22','2018-03-17 13:37:22','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1406,1,'2018-03-17 13:38:19','2018-03-17 13:38:19','[vc_row margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" css=\".vc_custom_1521293885931{margin-bottom: 0px !important;}\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">LED Bulbs</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 30%;\" valign=\"top\"><img class=\"alignnone\" src=\"wp-content/uploads/2015/01/led-bulb-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-17 13:38:19','2018-03-17 13:38:19','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1407,1,'2018-03-17 13:44:52','2018-03-17 13:44:52','[vc_row margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"true\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" css=\".vc_custom_1521293885931{margin-bottom: 0px !important;}\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">LED Bulbs</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 30%;\" valign=\"top\"><img class=\"alignnone\" src=\"wp-content/uploads/2015/01/led-bulb-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-17 13:44:52','2018-03-17 13:44:52','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1408,1,'2018-03-17 13:52:13','2018-03-17 13:52:13','[vc_row margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"true\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" css=\".vc_custom_1521293885931{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1521294721887{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg?id=1103) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">LED Bulbs</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 30%;\" valign=\"top\"><img class=\"alignnone\" src=\"wp-content/uploads/2015/01/led-bulb-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-17 13:52:13','2018-03-17 13:52:13','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1409,1,'2018-03-17 13:52:47','2018-03-17 13:52:47','[vc_row full_width=\"stretch_row_content_no_spaces\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"true\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" css=\".vc_custom_1521294759688{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1521294721887{background-image: url(http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg?id=1103) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">LED Bulbs</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 30%;\" valign=\"top\"><img class=\"alignnone\" src=\"wp-content/uploads/2015/01/led-bulb-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-17 13:52:47','2018-03-17 13:52:47','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1410,1,'2018-03-17 13:53:26','2018-03-17 13:53:26','[vc_row full_width=\"stretch_row_content_no_spaces\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"true\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" css=\".vc_custom_1521294759688{margin-bottom: 0px !important;}\"][vc_column css=\".vc_custom_1521294798523{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column_text][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">LED Bulbs</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 30%;\" valign=\"top\"><img class=\"alignnone\" src=\"wp-content/uploads/2015/01/led-bulb-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-17 13:53:26','2018-03-17 13:53:26','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1411,1,'2018-03-17 14:43:18','2018-03-17 14:43:18','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">LED Bulbs</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 30%;\" valign=\"top\"><img class=\"alignnone\" src=\"wp-content/uploads/2015/01/led-bulb-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-17 14:43:18','2018-03-17 14:43:18','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1412,1,'2018-03-17 14:44:29','2018-03-17 14:44:29','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-17 14:44:29','2018-03-17 14:44:29','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1413,1,'2018-03-19 05:22:54','2018-03-19 05:22:54','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/LED-LIGHTING_2.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"0\" padding_bottom=\"0\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"Advantage LED\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_benefits_vc columns=\"3\" style=\"1\" dividers=\"true\" image_background=\"false\" image_background_color=\"#ffffff\" target_blank=\"false\" header_size=\"h1\" content_size=\"normal\" number=\"8\" orderby=\"date\" order=\"desc\" animation=\"scale\" category=\"no-button\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"30\"][/vc_column][/vc_row]','Advantage LED','','inherit','closed','closed','','919-revision-v1','','','2018-03-19 05:22:54','2018-03-19 05:22:54','',919,'http://www.ledstaray.com/919-revision-v1/',0,'revision','',0),(1414,1,'2018-03-19 05:23:25','2018-03-19 05:23:25','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/LED-LIGHTING_2.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"Advantage LED\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_benefits_vc columns=\"3\" style=\"1\" dividers=\"true\" image_background=\"false\" image_background_color=\"#ffffff\" target_blank=\"false\" header_size=\"h1\" content_size=\"normal\" number=\"8\" orderby=\"date\" order=\"desc\" animation=\"scale\" category=\"no-button\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"30\"][/vc_column][/vc_row]','Advantage LED','','inherit','closed','closed','','919-revision-v1','','','2018-03-19 05:23:25','2018-03-19 05:23:25','',919,'http://www.ledstaray.com/919-revision-v1/',0,'revision','',0),(1415,1,'2018-03-19 06:44:23','2018-03-19 06:44:23','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\n\nProduct Specification\nWattage : 5W, 7W, 9W &amp; 12W\nLife Span : 30,000 hrs.\nHealthy Light Source : No UV\nLife Upto : 15,000 Years\nEnergy Saving Upto 80%\nElegant Design\n\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\n\n&nbsp;\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\n<div class=\"detailrow\">Energy Saving upto 80%</div>\n<div class=\"detailrow\">Elegant Design</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-autosave-v1','','','2018-03-19 06:44:23','2018-03-19 06:44:23','',862,'http://www.ledstaray.com/862-autosave-v1/',0,'revision','',0),(1416,1,'2018-03-19 05:45:10','2018-03-19 05:45:10','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">LED Bulbs</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 30%;\" valign=\"top\"><img class=\"alignnone\" src=\"wp-content/uploads/2015/01/led-bulb-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 05:45:10','2018-03-19 05:45:10','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1417,1,'2018-03-19 05:49:43','2018-03-19 05:49:43','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">LED Bulbs</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 30%;\" valign=\"top\"><img class=\"alignnone\" src=\"wp-content/uploads/2015/01/led-bulb-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 05:49:43','2018-03-19 05:49:43','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1418,1,'2018-03-19 05:50:45','2018-03-19 05:50:45','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 05:50:45','2018-03-19 05:50:45','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1419,1,'2018-03-19 05:59:22','2018-03-19 05:59:22','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"30\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 05:59:22','2018-03-19 05:59:22','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1420,1,'2018-03-19 06:00:07','2018-03-19 06:00:07','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"100\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:00:07','2018-03-19 06:00:07','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1421,1,'2018-03-19 06:00:54','2018-03-19 06:00:54','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:00:54','2018-03-19 06:00:54','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1422,1,'2018-03-19 06:03:32','2018-03-19 06:03:32','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:03:32','2018-03-19 06:03:32','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1423,1,'2018-03-19 06:08:19','2018-03-19 06:08:19','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"100\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:08:19','2018-03-19 06:08:19','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1424,1,'2018-03-19 06:08:47','2018-03-19 06:08:47','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:08:47','2018-03-19 06:08:47','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1425,1,'2018-03-19 06:09:27','2018-03-19 06:09:27','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"100\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:09:27','2018-03-19 06:09:27','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1426,1,'2018-03-19 06:09:59','2018-03-19 06:09:59','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:09:59','2018-03-19 06:09:59','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1427,1,'2018-03-19 06:12:27','2018-03-19 06:12:27','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\"            padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:12:27','2018-03-19 06:12:27','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1428,1,'2018-03-19 06:13:48','2018-03-19 06:13:48','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\"  margin_bottom=\"0\"         padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:13:48','2018-03-19 06:13:48','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1429,1,'2018-03-19 06:20:41','2018-03-19 06:20:41','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\"  margin_bottom=\"1000\"         padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:20:41','2018-03-19 06:20:41','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1430,1,'2018-03-19 06:21:07','2018-03-19 06:21:07','[vc_row full_width=\"true\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\"  margin_bottom=\"0\"         padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:21:07','2018-03-19 06:21:07','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1431,1,'2018-03-19 06:23:54','2018-03-19 06:23:54','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"100\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:23:54','2018-03-19 06:23:54','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1432,1,'2018-03-19 06:24:17','2018-03-19 06:24:17','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\">Wattage : 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\">Life Span : 30,000 hrs.</div>\r\n<div class=\"detailrow\">Healthy Light Source : No UV</div>\r\n<div class=\"detailrow\">Life Upto : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving Upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:24:17','2018-03-19 06:24:17','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1433,1,'2018-03-19 06:25:52','2018-03-19 06:25:52','[vc_row full_width=\"true\" margin_bottom=\"0\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\"  margin_bottom=\"0\"         padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:25:52','2018-03-19 06:25:52','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1434,1,'2018-03-19 06:26:25','2018-03-19 06:26:25','[vc_row full_width=\"true\" margin_bottom=\"100\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\"  margin_bottom=\"0\"         padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:26:25','2018-03-19 06:26:25','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1435,1,'2018-03-19 06:27:01','2018-03-19 06:27:01','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\"  margin_bottom=\"0\"         padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text][dt_gap height=\"20\"][/vc_column_text][vc_column_text][wpsms_form][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"18\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-03-19 06:27:01','2018-03-19 06:27:01','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1436,1,'2018-03-19 06:32:16','2018-03-19 06:32:16','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n\r\nProduct Specification\r\nWattage : 5W, 7W, 9W &amp; 12W\r\nLife Span : 30,000 hrs.\r\nHealthy Light Source : No UV\r\nLife Upto : 15,000 Years\r\nEnergy Saving Upto 80%\r\nElegant Design\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:32:16','2018-03-19 06:32:16','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1437,1,'2018-03-19 06:33:39','2018-03-19 06:33:39','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"]\r\nProduct Specification\r\nWattage : 5W, 7W, 9W &amp; 12W\r\nLife Span : 30,000 hrs.\r\nHealthy Light Source : No UV\r\nLife Upto : 15,000 Years\r\nEnergy Saving Upto 80%\r\nElegant Design\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:33:39','2018-03-19 06:33:39','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1438,1,'2018-03-19 06:35:52','2018-03-19 06:35:52','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n\r\nProduct Specification\r\nWattage : 5W, 7W, 9W &amp; 12W\r\nLife Span : 30,000 hrs.\r\nHealthy Light Source : No UV\r\nLife Upto : 15,000 Years\r\nEnergy Saving Upto 80%\r\nElegant Design\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:35:52','2018-03-19 06:35:52','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1439,1,'2018-03-19 06:39:35','2018-03-19 06:39:35','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n\r\nProduct Specification\r\nWattage : 5W, 7W, 9W &amp; 12W\r\nLife Span : 30,000 hrs.\r\nHealthy Light Source : No UV\r\nLife Upto : 15,000 Years\r\nEnergy Saving Upto 80%\r\nElegant Design\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:39:35','2018-03-19 06:39:35','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1440,1,'2018-03-19 06:40:21','2018-03-19 06:40:21','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n\r\nProduct Specification\r\nWattage : 5W, 7W, 9W &amp; 12W\r\nLife Span : 30,000 hrs.\r\nHealthy Light Source : No UV\r\nLife Upto : 15,000 Years\r\nEnergy Saving Upto 80%\r\nElegant Design\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:40:21','2018-03-19 06:40:21','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1441,1,'2018-03-19 06:41:17','2018-03-19 06:41:17','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n\r\nProduct Specification\r\nWattage : 5W, 7W, 9W &amp; 12W\r\nLife Span : 30,000 hrs.\r\nHealthy Light Source : No UV\r\nLife Upto : 15,000 Years\r\nEnergy Saving Upto 80%\r\nElegant Design\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:41:17','2018-03-19 06:41:17','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1442,1,'2018-03-19 06:42:21','2018-03-19 06:42:21','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n\r\nProduct Specification\r\nWattage : 5W, 7W, 9W &amp; 12W\r\nLife Span : 30,000 hrs.\r\nHealthy Light Source : No UV\r\nLife Upto : 15,000 Years\r\nEnergy Saving Upto 80%\r\nElegant Design\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:42:21','2018-03-19 06:42:21','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1443,1,'2018-03-19 06:45:00','2018-03-19 06:45:00','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n\r\nProduct Specification\r\nWattage : 5W, 7W, 9W &amp; 12W\r\nLife Span : 30,000 hrs.\r\nHealthy Light Source : No UV\r\nLife Upto : 15,000 Years\r\nEnergy Saving Upto 80%\r\nElegant Design\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form]\r\n\r\n[/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:45:00','2018-03-19 06:45:00','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1444,1,'2018-03-19 06:45:45','2018-03-19 06:45:45','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form]\r\n\r\n[/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\nProduct Specification\r\nWattage : 5W, 7W, 9W &amp; 12W\r\nLife Span : 30,000 hrs.\r\nHealthy Light Source : No UV\r\nLife Upto : 15,000 Years\r\nEnergy Saving Upto 80%\r\nElegant Design\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form]\r\n\r\n[/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:45:45','2018-03-19 06:45:45','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1445,1,'2018-03-19 06:47:06','2018-03-19 06:47:06','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n\r\nProduct Specification\r\nWattage : 5W, 7W, 9W &amp; 12W\r\nLife Span : 30,000 hrs.\r\nHealthy Light Source : No UV\r\nLife Upto : 15,000 Years\r\nEnergy Saving Upto 80%\r\nElegant Design\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form]\r\n\r\n[/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:47:06','2018-03-19 06:47:06','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1446,1,'2018-03-19 06:47:45','2018-03-19 06:47:45','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-bulb-banner1.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Bulb\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423099935562{padding-top: 10px !important;}\"]StaRay LED Light bulbs are an instant replacement for filament bulbs or CFL, as they fit into same holders. They provide immediate, significant energy savings while giving you more brightness at a less wattage consumption.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-bulb-large.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208719491{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\r\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Bulb','','inherit','closed','closed','','862-revision-v1','','','2018-03-19 06:47:45','2018-03-19 06:47:45','',862,'http://www.ledstaray.com/862-revision-v1/',0,'revision','',0),(1447,1,'2018-03-19 06:48:26','2018-03-19 06:48:26','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/led-tub-light-banner1.jpg\" bg_color=\"#000000\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Tube Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1422102741474{padding-top: 10px !important;}\"]Staray LED Slim tube lights will give sophistication to interior with the streamline design. In addition, it provides immediate energy savings and more brightness.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-tube-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208123768{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Tube Lights</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 20%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-tube-light-1.png\" alt=\"\" width=\"120\" height=\"120\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 9W, 12W, 18W &amp; 24W</div>\r\n<div class=\"detailrow\"><strong>Size :</strong> 300mm, 600mm &amp; 1200mm</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Elegant Design</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Tube Lights','','inherit','closed','closed','','881-revision-v1','','','2018-03-19 06:48:26','2018-03-19 06:48:26','',881,'http://www.ledstaray.com/881-revision-v1/',0,'revision','',0),(1448,1,'2018-03-19 06:52:07','2018-03-19 06:52:07','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner.png\" bg_color=\"#000000\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"top-to-bottom\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Downlights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208365142{margin-top: 5px !important;}\"]\r\n\r\nStaRay LED Downlights has wide range of models to choose from. Elegant and sophisticate design will enhance your atmosphere. With energy saving and more brightness it comes in round and square shape to complement your interior.\r\n\r\nStaRay recessed light or downlight  is a light fixture that is installed into a hollow opening in a ceiling. When installed it appears to have light shining from a hole in the ceiling, concentrating the light in a downward direction as a broad floodlight or narrow spotlight.\r\n\r\nRecessed lighting offers the advantages of being a hidden light source and energy efficiency.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-down-light-2.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-down-light-2.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n--></tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 7W, 12W, 18W &amp; 24W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-down-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\" padding=\"10\" margin_bottom=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Downlights</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-down-light-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 9W, 15W &amp; 21W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Downlights','','inherit','closed','closed','','662-revision-v1','','','2018-03-19 06:52:07','2018-03-19 06:52:07','',662,'http://www.ledstaray.com/662-revision-v1/',0,'revision','',0),(1449,1,'2018-03-19 06:52:40','2018-03-19 06:52:40','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner.png\" bg_color=\"#000000\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"top-to-bottom\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Downlights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"10\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423208365142{margin-top: 5px !important;}\"]\r\n\r\nStaRay LED Downlights has wide range of models to choose from. Elegant and sophisticate design will enhance your atmosphere. With energy saving and more brightness it comes in round and square shape to complement your interior.\r\n\r\nStaRay recessed light or downlight  is a light fixture that is installed into a hollow opening in a ceiling. When installed it appears to have light shining from a hole in the ceiling, concentrating the light in a downward direction as a broad floodlight or narrow spotlight.\r\n\r\nRecessed lighting offers the advantages of being a hidden light source and energy efficiency.\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-down-light-2.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-down-light-2.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n--></tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 7W, 12W, 18W &amp; 24W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-down-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\" padding=\"10\" margin_bottom=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Downlights</td>\r\n</tr>\r\n--></tbody>\r\n</table>\r\n<!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-down-light-1.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 9W, 15W &amp; 21W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][dt_gap height=\"20\"]','LED Downlights','','inherit','closed','closed','','662-revision-v1','','','2018-03-19 06:52:40','2018-03-19 06:52:40','',662,'http://www.ledstaray.com/662-revision-v1/',0,'revision','',0),(1450,1,'2018-03-19 06:56:06','2018-03-19 06:56:06','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Surface Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairabl</div>\r\n<div class=\"detailrow\"></div>\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Surface lights</td>\r\n</tr>\r\n-->\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-surface-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED Surfacelights','','inherit','closed','closed','','663-revision-v1','','','2018-03-19 06:56:06','2018-03-19 06:56:06','',663,'http://www.ledstaray.com/663-revision-v1/',0,'revision','',0),(1451,1,'2018-03-19 06:57:10','2018-03-19 06:57:10','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Surface Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 9W, 15W &amp; 21W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][dt_gap height=\"20\"]\r\n<div class=\"detailrow\"></div>\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Surface lights</td>\r\n</tr>\r\n-->\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-surface-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED Surfacelights','','inherit','closed','closed','','663-revision-v1','','','2018-03-19 06:57:10','2018-03-19 06:57:10','',663,'http://www.ledstaray.com/663-revision-v1/',0,'revision','',0),(1452,1,'2018-03-19 06:59:19','2018-03-19 06:59:19','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Surface Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Surface lights</td>\r\n</tr>\r\n-->\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-surface-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED Surfacelights','','inherit','closed','closed','','663-revision-v1','','','2018-03-19 06:59:19','2018-03-19 06:59:19','',663,'http://www.ledstaray.com/663-revision-v1/',0,'revision','',0),(1453,1,'2018-03-19 07:03:22','2018-03-19 07:03:22','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Surface Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody><!--\n<tr>\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Surface lights</td>\n</tr>\n-->\n<tr><!--\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-surface-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\n-->\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\n<div class=\"detailrow\">Long life, low maintenance</div>\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\n<div class=\"detailrow\">Energy saving upto 80%</div>\n<div class=\"detailrow\">Repairable</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]\n\n&nbsp;\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 7W, 9W &amp; 12W</div>\n<div class=\"detailrow\"><strong>Life Span</strong> : 30,000 hrs.</div>\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\n<div class=\"detailrow\"><strong>Life Upto</strong> : 15,000 Years</div>\n<div class=\"detailrow\">Energy Saving upto 80%</div>\n<div class=\"detailrow\">Elegant Design</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Surfacelights','','inherit','closed','closed','','663-autosave-v1','','','2018-03-19 07:03:22','2018-03-19 07:03:22','',663,'http://www.ledstaray.com/663-autosave-v1/',0,'revision','',0),(1454,1,'2018-03-19 07:04:59','2018-03-19 07:04:59','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Surface Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Surface lights</td>\r\n</tr>\r\n-->\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-surface-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Surfacelights','','inherit','closed','closed','','663-revision-v1','','','2018-03-19 07:04:59','2018-03-19 07:04:59','',663,'http://www.ledstaray.com/663-revision-v1/',0,'revision','',0),(1455,1,'2018-03-19 07:05:47','2018-03-19 07:05:47','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Surface Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Surface lights</td>\r\n</tr>\r\n-->\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-surface-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED Surfacelights','','inherit','closed','closed','','663-revision-v1','','','2018-03-19 07:05:47','2018-03-19 07:05:47','',663,'http://www.ledstaray.com/663-revision-v1/',0,'revision','',0),(1456,1,'2018-03-19 07:06:42','2018-03-19 07:06:42','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Surface Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 18W, 30W &amp; 48W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>No false ceiling required</strong></div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Surfacelights','','inherit','closed','closed','','663-revision-v1','','','2018-03-19 07:06:42','2018-03-19 07:06:42','',663,'http://www.ledstaray.com/663-revision-v1/',0,'revision','',0),(1457,1,'2018-03-19 07:09:06','2018-03-19 07:09:06','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner6.jpg\" bg_color=\"#000000\"][/dt_banner][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"top-to-bottom\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Spot Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-spot-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423210987018{margin-top: 5px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W &amp; 10W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody><!--\r\n<tr>\r\n<td class=\"tblmainlefthead\" colspan=\"2\" width=\"100%\">staRay LED Spot lights</td>\r\n</tr>\r\n-->\r\n<tr><!--\r\n<td style=\"width: 25%;\" valign=\"top\"><img src=\"wp-content/uploads/2015/01/led-spot-light.png\" alt=\"\" width=\"200\" height=\"200\" /></td>\r\n-->\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W &amp; 10W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free\r\n</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Spot Lights','','inherit','closed','closed','','666-revision-v1','','','2018-03-19 07:09:06','2018-03-19 07:09:06','',666,'http://www.ledstaray.com/666-revision-v1/',0,'revision','',0),(1458,1,'2018-03-19 07:09:45','2018-03-19 07:09:45','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner6.jpg\" bg_color=\"#000000\"][/dt_banner][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"top-to-bottom\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Spot Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\" el_width=\"50\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-spot-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423210987018{margin-top: 5px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W &amp; 10W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy Saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Spot Lights','','inherit','closed','closed','','666-revision-v1','','','2018-03-19 07:09:45','2018-03-19 07:09:45','',666,'http://www.ledstaray.com/666-revision-v1/',0,'revision','',0),(1459,1,'2018-03-19 07:12:40','2018-03-19 07:12:40','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"260\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/cob-banner.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED COB Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 7W, 12W, 18W &amp; 24W</div>\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\n<div class=\"detailrow\">Long life, low maintenance</div>\n<div class=\"detailrow\"><strong>Life Span :</strong> upto 50,000 hrs.</div>\n<div class=\"detailrow\">Energy saving upto 80%</div>\n<div class=\"detailrow\">Repairable</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-down-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\" padding=\"10\" margin_bottom=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 5W, 9W, 15W &amp; 21W</div>\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\n<div class=\"detailrow\">Long life, low maintenance</div>\n<div class=\"detailrow\"><strong>Life Span :</strong> upto 50,000 hrs.</div>\n<div class=\"detailrow\">Energy saving upto 80%</div>\n<div class=\"detailrow\">Repairable</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][dt_gap height=\"20\"]\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 7W, 12W &amp; 18W</div>\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\n<div class=\"detailrow\">Long life, low maintenance</div>\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\n<div class=\"detailrow\">Energy saving upto 80%</div>\n<div class=\"detailrow\">Repairable</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light-2.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 10W &amp; 15W</div>\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\n<div class=\"detailrow\">Long life, low maintenance</div>\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\n<div class=\"detailrow\">Energy saving upto 80%</div>\n<div class=\"detailrow\">Repairable</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED COB Light','','inherit','closed','closed','','907-autosave-v1','','','2018-03-19 07:12:40','2018-03-19 07:12:40','',907,'http://www.ledstaray.com/907-autosave-v1/',0,'revision','',0),(1460,1,'2018-03-19 07:14:21','2018-03-19 07:14:21','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"260\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/cob-banner.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED COB Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 7W, 12W &amp; 18W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-down-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\" padding=\"10\" margin_bottom=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong>10W &amp; 15W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][dt_gap height=\"20\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 10W &amp; 15W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light-2.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" align=\"left\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 10W &amp; 15W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED COB Light','','inherit','closed','closed','','907-revision-v1','','','2018-03-19 07:14:21','2018-03-19 07:14:21','',907,'http://www.ledstaray.com/907-revision-v1/',0,'revision','',0),(1461,1,'2018-03-19 07:15:01','2018-03-19 07:15:01','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"260\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/cob-banner.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED COB Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-cob-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 7W, 12W &amp; 18W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-down-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"none\" padding=\"10\" margin_bottom=\"0\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong>10W &amp; 15W</div>\r\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n<div class=\"detailrow\"><strong>Mercury free</strong></div>\r\n<div class=\"detailrow\">Energy saving upto 80%</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][dt_gap height=\"20\"]','LED COB Light','','inherit','closed','closed','','907-revision-v1','','','2018-03-19 07:15:01','2018-03-19 07:15:01','',907,'http://www.ledstaray.com/907-revision-v1/',0,'revision','',0),(1462,1,'2018-03-19 07:25:28','2018-03-19 07:25:28','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][wpsms_form][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:25:28','2018-03-19 07:25:28','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1463,1,'2018-03-19 07:26:32','2018-03-19 07:26:32','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][wpsms_form][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:26:32','2018-03-19 07:26:32','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1464,1,'2018-03-19 07:27:55','2018-03-19 07:27:55','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][wpsms_form][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:27:55','2018-03-19 07:27:55','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1465,1,'2018-03-19 07:28:28','2018-03-19 07:28:28','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text][wpsms_form]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:28:28','2018-03-19 07:28:28','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1466,1,'2018-03-19 07:29:06','2018-03-19 07:29:06','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][wpsms_form][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:29:06','2018-03-19 07:29:06','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1467,1,'2018-03-19 07:29:51','2018-03-19 07:29:51','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][wpsms_form][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:29:51','2018-03-19 07:29:51','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1468,1,'2018-03-19 07:32:10','2018-03-19 07:32:10','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][wpsms_form][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:32:10','2018-03-19 07:32:10','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1469,1,'2018-03-19 07:34:23','2018-03-19 07:34:23','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/1-14021G42326205.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED High Bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]StaRay LED High bay lights are high intensity lights used at workshop, industrial sheds and factories. This illuminate large areas and life Upto 50,000 hours.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-hi-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216710221{margin-top: 20px !important;}\"]\r\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 100%;\" valign=\"middle\">\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED High bay','','inherit','closed','closed','','656-revision-v1','','','2018-03-19 07:34:23','2018-03-19 07:34:23','',656,'http://www.ledstaray.com/656-revision-v1/',0,'revision','',0),(1470,1,'2018-03-19 07:37:38','2018-03-19 07:37:38','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/1-14021G42326205.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED High Bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]StaRay LED High bay lights are high intensity lights used at workshop, industrial sheds and factories. This illuminate large areas and life Upto 50,000 hours.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-hi-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216710221{margin-top: 20px !important;}\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"specification\"><strong>Housing :</strong> Aluminum</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 50W &amp; 100W</div>\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\n<div class=\"detailrow\">Short payback period</div>\n<div class=\"detailrow\">Energy Saving upto 80%</div>\n<div class=\"detailrow\">Elegant Design</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"width: 100%;\" valign=\"middle\">\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 50W &amp; 100W</div>\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\n<div class=\"detailrow\">Repairable</div>\n<div class=\"detailrow\">Short payback period</div>\n<div class=\"detailrow\">Long life, low maintenance</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED High bay','','inherit','closed','closed','','656-autosave-v1','','','2018-03-19 07:37:38','2018-03-19 07:37:38','',656,'http://www.ledstaray.com/656-autosave-v1/',0,'revision','',0),(1471,1,'2018-03-19 07:37:58','2018-03-19 07:37:58','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/1-14021G42326205.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED High Bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]StaRay LED High bay lights are high intensity lights used at workshop, industrial sheds and factories. This illuminate large areas and life Upto 50,000 hours.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-hi-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1423216710221{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"specification\"><strong>Housing :</strong> Aluminum</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W, 50W &amp; 100W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED High bay','','inherit','closed','closed','','656-revision-v1','','','2018-03-19 07:37:58','2018-03-19 07:37:58','',656,'http://www.ledstaray.com/656-revision-v1/',0,'revision','',0),(1472,1,'2018-03-19 07:40:04','2018-03-19 07:40:04','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/img_48409E40_high_bay_main.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Low bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-low-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 9W, 12W, 18W &amp; 24W</div>\n<div class=\"detailrow\"><strong>Size :</strong> 300mm, 600mm &amp; 1200mm</div>\n<div class=\"detailrow\"><strong>Healthy light source :</strong> No UV</div>\n<div class=\"detailrow\">Short payback period</div>\n<div class=\"detailrow\">Energy Saving upto 80%</div>\n<div class=\"detailrow\">Elegant Design</div>\n</div>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\n<table class=\"tbldetail\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"width: 100%;\" valign=\"middle\">\n<div class=\"productdetail\">\n<div class=\"specification\">Product Specification</div>\n<div class=\"detailrow\"><strong>Housing :</strong> Aluminum Die Cast</div>\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W</div>\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\n<div class=\"detailrow\">Repairable</div>\n<div class=\"detailrow\">Short payback period</div>\n<div class=\"detailrow\">Long life, low maintenance</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Low bay','','inherit','closed','closed','','660-autosave-v1','','','2018-03-19 07:40:04','2018-03-19 07:40:04','',660,'http://www.ledstaray.com/660-autosave-v1/',0,'revision','',0),(1473,1,'2018-03-19 07:40:52','2018-03-19 07:40:52','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/img_48409E40_high_bay_main.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Low bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-low-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"specification\"><strong>Housing :</strong> Aluminum Die Cast</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Low bay','','inherit','closed','closed','','660-revision-v1','','','2018-03-19 07:40:52','2018-03-19 07:40:52','',660,'http://www.ledstaray.com/660-revision-v1/',0,'revision','',0),(1474,1,'2018-03-19 07:43:10','2018-03-19 07:43:10','[vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\" full_width=\"true\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/7631612.jpg\" bg_color=\"#000000\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"Solar Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css=\".vc_custom_1423098850975{margin-bottom: 20px !important;}\"]\r\nSolar street lights are raised light sources which are powered by photovoltaic panels generally mounted on the lighting structure. The photovoltaic panels charge a rechargeable battery, which powers a fluorescent or LED lamp during the night.\r\n\r\nLED is usually used as lighting source of modern solar street light, as the LED will provide much higher Lumens with lower energy consumption. The energy consumption of LED fixture is at least 50% lower than HPS fixture which is widely used as lighting source in Traditional street lights. LEDs lack of warm up time also allows for use of motion detectors for additional efficiency gains.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Solar Street Lights','','inherit','closed','closed','','722-revision-v1','','','2018-03-19 07:43:10','2018-03-19 07:43:10','',722,'http://www.ledstaray.com/722-revision-v1/',0,'revision','',0),(1475,1,'2018-03-19 07:46:34','2018-03-19 07:46:34','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/img_48409E40_high_bay_main.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Low Bay\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-low-bay.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"specification\"><strong>Housing :</strong> Aluminum Die Cast</div>\r\n<div class=\"detailrow\"><strong>Wattage :</strong> 20W</div>\r\n<div class=\"detailrow\"><strong>Life Span :</strong> Upto 50,000 hrs.</div>\r\n<div class=\"detailrow\">Repairable</div>\r\n<div class=\"detailrow\">Short payback period</div>\r\n<div class=\"detailrow\">Long life, low maintenance</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','Low bay','','inherit','closed','closed','','660-revision-v1','','','2018-03-19 07:46:34','2018-03-19 07:46:34','',660,'http://www.ledstaray.com/660-revision-v1/',0,'revision','',0),(1476,1,'2018-03-19 07:50:11','2018-03-19 07:50:11','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column[wpsms_form]][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:50:11','2018-03-19 07:50:11','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1477,1,'2018-03-19 07:51:01','2018-03-19 07:51:01','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][wpsms_form][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:51:01','2018-03-19 07:51:01','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1478,1,'2018-03-19 07:51:51','2018-03-19 07:51:51','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][wpsms_form][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:51:51','2018-03-19 07:51:51','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1479,1,'2018-03-19 07:52:29','2018-03-19 07:52:29','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:52:29','2018-03-19 07:52:29','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1480,1,'2018-03-19 07:53:16','2018-03-19 07:53:16','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:53:16','2018-03-19 07:53:16','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1481,1,'2018-03-19 07:54:05','2018-03-19 07:54:05','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:54:05','2018-03-19 07:54:05','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1482,1,'2018-03-19 07:56:50','2018-03-19 07:56:50','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n</div>\r\n<div class=\"detailrow\">Product Specification</div>\r\n<div class=\"detailrow\">\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n<div class=\"productdetail\"></div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/4\"][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:56:50','2018-03-19 07:56:50','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1483,1,'2018-03-19 07:58:01','2018-03-19 07:58:01','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n</div>\r\n<div class=\"detailrow\">Product Specification</div>\r\n<div class=\"detailrow\">\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n<div class=\"productdetail\"></div>\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:58:01','2018-03-19 07:58:01','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1484,1,'2018-03-19 07:59:07','2018-03-19 07:59:07','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n<div class=\"detailrow\">\r\n<div class=\"detailrow\">Product Specification</div>\r\n<div class=\"detailrow\">\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up :</strong> &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On : Yes\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n</div>\r\n</div>\r\n&nbsp;\r\n<div class=\"productdetail\"></div>\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:59:07','2018-03-19 07:59:07','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1485,1,'2018-03-19 07:59:40','2018-03-19 07:59:40','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n<div class=\"detailrow\"></div>\r\n</div>\r\n&nbsp;\r\n<div class=\"productdetail\"></div>\r\n&nbsp;\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 07:59:40','2018-03-19 07:59:40','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1486,1,'2018-03-19 08:05:50','2018-03-19 08:05:50','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"></div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n<div class=\"detailrow\"></div>\r\n</div>\r\n<table style=\"width:100%\">\r\n  <tr>\r\n    <th>Firstname</th>\r\n    <th>Lastname</th> \r\n    <th>Age</th>\r\n  </tr>\r\n  <tr>\r\n    <td>Jill</td>\r\n    <td>Smith</td>\r\n    <td>50</td>\r\n  </tr>\r\n  <tr>\r\n    <td>Eve</td>\r\n    <td>Jackson</td>\r\n    <td>94</td>\r\n  </tr>\r\n  <tr>\r\n    <td>John</td>\r\n    <td>Doe</td>\r\n    <td>80</td>\r\n  </tr>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 08:05:50','2018-03-19 08:05:50','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1487,1,'2018-03-19 08:06:55','2018-03-19 08:06:55','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"></div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n<div class=\"detailrow\"></div>\r\n</div>\r\n<table class=\"productdetail\" style=\"width:100%\">\r\n  <tr>\r\n    <th>Firstname</th>\r\n    <th>Lastname</th> \r\n    <th>Age</th>\r\n  </tr>\r\n  <tr>\r\n    <td>Jill</td>\r\n    <td>Smith</td>\r\n    <td>50</td>\r\n  </tr>\r\n  <tr>\r\n    <td>Eve</td>\r\n    <td>Jackson</td>\r\n    <td>94</td>\r\n  </tr>\r\n  <tr>\r\n    <td>John</td>\r\n    <td>Doe</td>\r\n    <td>80</td>\r\n  </tr>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 08:06:55','2018-03-19 08:06:55','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1488,1,'2018-03-19 08:07:57','2018-03-19 08:07:57','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"></div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n<div class=\"detailrow\"></div>\r\n</div>\r\n<table class=\"productdetail\" style=\"width:100%\">\r\n  <tr>\r\n    <th class=\"specification\">Product Specification</th>\r\n  </tr>\r\n  <tr>\r\n    <td>Jill</td>\r\n    <td>Smith</td>\r\n    <td>50</td>\r\n  </tr>\r\n  <tr>\r\n    <td>Eve</td>\r\n    <td>Jackson</td>\r\n    <td>94</td>\r\n  </tr>\r\n  <tr>\r\n    <td>John</td>\r\n    <td>Doe</td>\r\n    <td>80</td>\r\n  </tr>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 08:07:57','2018-03-19 08:07:57','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1489,1,'2018-03-19 08:08:42','2018-03-19 08:08:42','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"></div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n<div class=\"detailrow\"></div>\r\n</div>\r\n<table class=\"productdetail\">\r\n  <tr>\r\n    <th class=\"specification\">Product Specification</th>\r\n  </tr>\r\n  <tr>\r\n    <td>Jill</td>\r\n    <td>Smith</td>\r\n    <td>50</td>\r\n  </tr>\r\n  <tr>\r\n    <td>Eve</td>\r\n    <td>Jackson</td>\r\n    <td>94</td>\r\n  </tr>\r\n  <tr>\r\n    <td>John</td>\r\n    <td>Doe</td>\r\n    <td>80</td>\r\n  </tr>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 08:08:42','2018-03-19 08:08:42','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1490,1,'2018-03-19 08:11:17','2018-03-19 08:11:17','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"></div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n<div class=\"detailrow\"></div>\r\n</div>\r\n<table class=\"productdetail\">\r\n  <tr>\r\n    <th class=\"specification\">Product Specification</th>\r\n  </tr>\r\n  <tr>\r\n    <td class=\"detailrow\">Model No</td>\r\n    <td class=\"detailrow\">Emergency Light</td>\r\n  </tr>\r\n  <tr>\r\n    <td class=\"detailrow\">Jill</td>\r\n    <td class=\"detailrow\">Smith</td>\r\n  </tr>\r\n  <tr>\r\n    <td>Eve</td>\r\n    <td>Jackson</td>\r\n    <td>94</td>\r\n  </tr>\r\n  <tr>\r\n    <td>John</td>\r\n    <td>Doe</td>\r\n    <td>80</td>\r\n  </tr>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 08:11:17','2018-03-19 08:11:17','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1491,1,'2018-03-19 08:12:23','2018-03-19 08:12:23','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"></div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n<div class=\"detailrow\"></div>\r\n</div>\r\n<table class=\"productdetail\">\r\n  <tr>\r\n    <th class=\"specification\">Product Specification</th>\r\n  </tr>\r\n  <tr>\r\n    <td class=\"detailrow\">Model No</td>\r\n    <td class=\"detailrow\">Emergency Light</td>\r\n   <tr>\r\n    <td class=\"detailrow\">Jill</td>\r\n    <td class=\"detailrow\">Smith</td>\r\n  </tr>\r\n  </tr>\r\n \r\n  <tr>\r\n    <td>Eve</td>\r\n    <td>Jackson</td>\r\n    <td>94</td>\r\n  </tr>\r\n  <tr>\r\n    <td>John</td>\r\n    <td>Doe</td>\r\n    <td>80</td>\r\n  </tr>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 08:12:23','2018-03-19 08:12:23','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1492,1,'2018-03-19 08:14:02','2018-03-19 08:14:02','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"></div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n<div class=\"detailrow\"></div>\r\n</div>\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\">Model No</td>\r\n<td class=\"detailrow\">Emergency Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\">Jill</td>\r\n<td class=\"detailrow\">Smith</td>\r\n</tr>\r\n<tr>\r\n<td>Eve</td>\r\n<td>Jackson</td>\r\n<td>94</td>\r\n</tr>\r\n<tr>\r\n<td>John</td>\r\n<td>Doe</td>\r\n<td>80</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 08:14:02','2018-03-19 08:14:02','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1493,1,'2018-03-19 08:18:07','2018-03-19 08:18:07','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"></div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n<div class=\"detailrow\"></div>\r\n</div>\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\">Model No</td>\r\n<td class=\"detailrow\">Emergency Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\">Jill</td>\r\n<td class=\"detailrow\">Smith</td>\r\n</tr>\r\n<tr>\r\n<td>Eve</td>\r\n<td>Jackson</td>\r\n<td>94</td>\r\n</tr>\r\n<tr>\r\n<td>John</td>\r\n<td>Doe</td>\r\n<td>80</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 08:18:07','2018-03-19 08:18:07','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1494,1,'2018-03-19 08:21:32','2018-03-19 08:21:32','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<strong>PF</strong> : &gt; 0.95\r\n<strong>Battery back up</strong> : &gt; 2 hours\r\n<strong>Driver</strong> : BIS Certified\r\n<strong>Housing</strong> : Aluminium Die Cast\r\n<strong>Warranty</strong> : 2 Year\r\n<strong>Auto On</strong> : Yes\r\n<strong>Repairable</strong> : Yes\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 08:21:32','2018-03-19 08:21:32','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1495,1,'2018-03-19 08:22:14','2018-03-19 08:22:14','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\">[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]</div>\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<strong>PF</strong> : &gt; 0.95\r\n<strong>Battery back up</strong> : &gt; 2 hours\r\n<strong>Driver</strong> : BIS Certified\r\n<strong>Housing</strong> : Aluminium Die Cast\r\n<strong>Warranty</strong> : 2 Year\r\n<strong>Auto On</strong> : Yes\r\n<strong>Repairable</strong> : Yes\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 08:22:14','2018-03-19 08:22:14','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1496,1,'2018-03-19 08:23:24','2018-03-19 08:23:24','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<strong>PF</strong> : &gt; 0.95\r\n<strong>Battery back up</strong> : &gt; 2 hours\r\n<strong>Driver</strong> : BIS Certified\r\n<strong>Housing</strong> : Aluminium Die Cast\r\n<strong>Warranty</strong> : 2 Year\r\n<strong>Auto On</strong> : Yes\r\n<strong>Repairable</strong> : Yes\r\n\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 08:23:24','2018-03-19 08:23:24','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1497,1,'2018-03-19 08:24:51','2018-03-19 08:24:51','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 08:24:51','2018-03-19 08:24:51','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1498,1,'2018-03-19 09:38:07','2018-03-19 09:38:07','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<thwidth=\"148\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:38:07','2018-03-19 09:38:07','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1499,1,'2018-03-19 09:39:13','2018-03-19 09:39:13','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th width=\"148\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:39:13','2018-03-19 09:39:13','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1500,1,'2018-03-19 09:40:09','2018-03-19 09:40:09','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th width=\"148\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"148\"></td>\r\n<td class=\"detailrow\" width=\"148\"></td>\r\n<td class=\"detailrow\" width=\"148\"></td>\r\n<td class=\"detailrow\" width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:40:09','2018-03-19 09:40:09','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1501,1,'2018-03-19 09:42:26','2018-03-19 09:42:26','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th width=\"148\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"148\"><strong>Model No : </strong></td>\r\n<td class=\"detailrow\" width=\"148\"<strong>Code : </strong>></td>\r\n<td class=\"detailrow\" width=\"148\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"148\"><strong>LED</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:42:26','2018-03-19 09:42:26','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1502,1,'2018-03-19 09:43:55','2018-03-19 09:43:55','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"148\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"148\"><strong>Model No : </strong></td>\r\n<td class=\"detailrow\" width=\"148\"<strong>Code : </strong>></td>\r\n<td class=\"detailrow\" width=\"148\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"148\"><strong>LED</strong></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:43:55','2018-03-19 09:43:55','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1503,1,'2018-03-19 09:46:41','2018-03-19 09:46:41','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"148\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"148\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"148\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"148\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"148\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:46:41','2018-03-19 09:46:41','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1504,1,'2018-03-19 09:47:31','2018-03-19 09:47:31','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"148\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"148\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"148\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"148\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"148\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:47:31','2018-03-19 09:47:31','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1505,1,'2018-03-19 09:48:51','2018-03-19 09:48:51','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"300\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:48:51','2018-03-19 09:48:51','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1506,1,'2018-03-19 09:49:50','2018-03-19 09:49:50','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"productdetail\"  width=\"590\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"300\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:49:50','2018-03-19 09:49:50','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1507,1,'2018-03-19 09:50:37','2018-03-19 09:50:37','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table >\r\n<tbody class=\"productdetail\"  width=\"590\">\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"300\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:50:37','2018-03-19 09:50:37','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1508,1,'2018-03-19 09:52:13','2018-03-19 09:52:13','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table >\r\n<tbody class=\"productdetail\"  width=\"590\">\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"300\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:52:13','2018-03-19 09:52:13','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1509,1,'2018-03-19 09:53:02','2018-03-19 09:53:02','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"1/2\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table >\r\n<tbody class=\"productdetail\"  width=\"590\">\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"300\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:53:02','2018-03-19 09:53:02','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1510,1,'2018-03-19 09:57:33','2018-03-19 09:57:33','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table>\r\n<tbody class=\"productdetail\">\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"300\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:57:33','2018-03-19 09:57:33','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1511,1,'2018-03-19 09:58:25','2018-03-19 09:58:25','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table>\r\n<tbody class=\"productdetail\">\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"300\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n<tr>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n<td width=\"148\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 09:58:25','2018-03-19 09:58:25','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1512,1,'2018-03-19 10:01:49','2018-03-19 10:01:49','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table>\r\n<tbody class=\"productdetail\">\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"300\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\"> &gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:01:49','2018-03-19 10:01:49','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1513,1,'2018-03-19 10:08:20','2018-03-19 10:08:20','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table>\r\n<tbody class=\"productdetail\">\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"300\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\"> &gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:08:20','2018-03-19 10:08:20','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1514,1,'2018-03-19 10:09:36','2018-03-19 10:09:36','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tr>\r\n<td colspan=\"4\" width=\"590\"></td>\r\n</tr>\r\n<tr>\r\n<th class=\"specification\" width=\"300\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:09:36','2018-03-19 10:09:36','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1515,1,'2018-03-19 10:11:19','2018-03-19 10:11:19','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n\r\n<strong>Model No :</strong>Emergency Light<strong>PF:</strong>&gt; 0.95\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:11:19','2018-03-19 10:11:19','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1516,1,'2018-03-19 10:13:40','2018-03-19 10:13:40','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Emergency Light</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR EM 18</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : 18</strong></div>\r\n<div class=\"detailrow\"><strong>LED</strong> : LM 80</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n\r\n</div>\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Battery back up</strong> : &gt; 2 hours</div>\r\n<div class=\"detailrow\"><strong>Driver</strong> : BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Housing</strong> : Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty</strong> : 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Repairable</strong> : Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:13:40','2018-03-19 10:13:40','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1517,1,'2018-03-19 10:14:32','2018-03-19 10:14:32','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/2\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:14:32','2018-03-19 10:14:32','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1518,1,'2018-03-19 10:16:49','2018-03-19 10:16:49','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:16:49','2018-03-19 10:16:49','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1519,1,'2018-03-19 10:19:14','2018-03-19 10:19:14','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver:</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:19:14','2018-03-19 10:19:14','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1520,1,'2018-03-19 10:20:24','2018-03-19 10:20:24','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:20:24','2018-03-19 10:20:24','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1521,1,'2018-03-19 10:22:09','2018-03-19 10:22:09','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:22:09','2018-03-19 10:22:09','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1522,1,'2018-03-19 10:27:01','2018-03-19 10:27:01','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text padding=\"237\"][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:27:01','2018-03-19 10:27:01','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1523,1,'2018-03-19 10:29:07','2018-03-19 10:29:07','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:29:07','2018-03-19 10:29:07','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1524,1,'2018-03-19 10:30:09','2018-03-19 10:30:09','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:30:09','2018-03-19 10:30:09','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1525,1,'2018-03-19 10:32:10','2018-03-19 10:32:10','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:32:10','2018-03-19 10:32:10','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1526,1,'2018-03-19 10:33:01','2018-03-19 10:33:01','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:33:01','2018-03-19 10:33:01','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1527,1,'2018-03-19 10:33:55','2018-03-19 10:33:55','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:33:55','2018-03-19 10:33:55','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1528,1,'2018-03-19 10:34:30','2018-03-19 10:34:30','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:34:30','2018-03-19 10:34:30','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1529,1,'2018-03-19 10:36:26','2018-03-19 10:36:26','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"3/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:36:26','2018-03-19 10:36:26','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1530,1,'2018-03-19 10:37:03','2018-03-19 10:37:03','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:37:03','2018-03-19 10:37:03','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1531,1,'2018-03-19 10:38:13','2018-03-19 10:38:13','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"0\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:38:13','2018-03-19 10:38:13','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1532,1,'2018-03-19 10:39:19','2018-03-19 10:39:19','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:39:19','2018-03-19 10:39:19','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1533,1,'2018-03-19 10:44:06','2018-03-19 10:44:06','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n[vc_column_inner width=\"3/4\"][vc_column_text]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:44:06','2018-03-19 10:44:06','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1534,1,'2018-03-19 10:45:30','2018-03-19 10:45:30','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][dt_gap height=\"15\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.[vc_column_inner width=\"3/4\"][vc_column_text]</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:45:30','2018-03-19 10:45:30','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1535,1,'2018-03-19 10:46:29','2018-03-19 10:46:29','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"15\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.x</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:46:29','2018-03-19 10:46:29','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1536,1,'2018-03-19 10:47:13','2018-03-19 10:47:13','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.x</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]\r\n\r\n&nbsp;','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:47:13','2018-03-19 10:47:13','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1537,1,'2018-03-19 10:48:30','2018-03-19 10:48:30','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center; padding-left: 237px;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.x</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:48:30','2018-03-19 10:48:30','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1538,1,'2018-03-19 10:55:51','2018-03-19 10:55:51','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"scale-up\"][vc_column][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/surface-light.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" margin_bottom=\"20\"][vc_column][vc_column_text][dt_fancy_title title=\"StaRay LED Emergency Light\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" el_width=\"50\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" c=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][wpsms_form][/vc_column][vc_column width=\"3/4\"][vc_row_inner][vc_column_inner width=\"1/4\"][dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2015/01/led-surface-light.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" padding=\"10\" margin_top=\"20\" margin_bottom=\"0\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]\r\n<table class=\"productdetail\">\r\n<tbody>\r\n<tr>\r\n<th class=\"specification\" colspan=\"4\" width=\"590\">Product Specification</th>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Model No :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Emergency Light</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>PF :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 0.95</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Code :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">SR EM 18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Battery back up :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">&gt; 2 hours</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>HSN :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">9405</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Driver :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">BIS Certified</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Wattage :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">18</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Housing :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Aluminium Die Cast</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>LED :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">LM 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Warranty :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">2 Year</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>Color temp :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">6500K</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Auto On :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n<tr>\r\n<td class=\"detailrow\" width=\"300\"><strong>CRI :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Min 80</td>\r\n<td class=\"detailrow\" width=\"300\"><strong>Repairable :</strong></td>\r\n<td class=\"detailrow\" width=\"300\">Yes</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text][dt_gap height=\"12\"][/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n<strong>Product Description</strong>\r\n<ul>\r\n 	<li>StaRay LED Emergency light is a highly versatile LED Lamp with inbuilt battery pack.</li>\r\n 	<li>\r\n<div>The battery pack uses the eco-friendly, high efficiency and light weight rechargeable Li-ion battery to Store the electricity energy when grid power is available, and switches over to battery pack.</div></li>\r\n</ul>\r\n<strong>Features:</strong>\r\n<ul>\r\n 	<li>Suitable for Industrial Purpose.</li>\r\n 	<li>\r\n<div>Automatically light up lamp during power blackout, regardless of light is turned ON or OFF.</div></li>\r\n 	<li>Maintanance free, long life span &amp; eco-friendly Li-ion battery.</li>\r\n 	<li>Easy to install even at areas with limited space.x</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][dt_gap height=\"20\"][/vc_column_text][/vc_column][/vc_row]','LED Emergency Light','','inherit','closed','closed','','1391-revision-v1','','','2018-03-19 10:55:51','2018-03-19 10:55:51','',1391,'http://www.ledstaray.com/1391-revision-v1/',0,'revision','',0),(1540,1,'2018-03-19 12:24:54','2018-03-19 12:24:54','[vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"scale\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/2013352035855564.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Strip Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_5\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\"]\r\n\r\nAn LED Strip Light (also known as an LED tape or ribbon light) is a flexible strip of surface mounted light-emitting diodes that usually comes with an adhesive backing. Typically used for decoration, it can also be used for home and task lighting or as a replacement for standard fixtures.\r\n\r\nStrip lights give you the design flexibility of using them as decorative light-rims on anything from the smallest to the largest structures. They can also be wound up, coiled or used in any other non-linear or abstract design. This, combined with their five colour options opens up infinite possibilities.\r\n\r\nStrip lights are designed for both indoor and outdoor use depending on whether they’re water resistant. Since the strip is flexible and can be divided at any point between LEDs, it is extremely versatile and can be used in a number of installations. Outside of traditional lighting, strip lighting is extensively used in DIY projects or lighted clothing. The ability to power strip lights off of a USB device or battery pack makes them extremely portable. Examples include: Computer lighting, costume lights, toys, workspace lighting, monitor and display ambient lighting, and alcove lighting.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','LED Strip Lights','','inherit','closed','closed','','899-revision-v1','','','2018-03-19 12:24:54','2018-03-19 12:24:54','',899,'http://www.ledstaray.com/899-revision-v1/',0,'revision','',0),(1541,1,'2018-03-19 12:45:31','2018-03-19 12:45:31','[vc_row margin_top=\"0\" margin_bottom=\"20\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" animation=\"fade-in\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"scale\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner-smarteye-3.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"StaRay LED Parking lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" full_width=\"\" padding_left=\"40\" padding_right=\"40\" animation=\"\" type=\"\" bg_color=\"\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" enable_parallax=\"\" parallax_speed=\"0.1\" bg_video_src_mp4=\"\" bg_video_src_ogv=\"\" bg_video_src_webm=\"\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text css_animation=\"appear\"]\r\n\r\nParking lights are automotive lamps designed to increase the visibility of a car in a variety of situations. Although most nations no longer require the use of these lights, they can be extremely useful. Almost all cars are fitted with them, although they are often linked with the headlights. Formerly, parking lights were run on a different electrical system, and were intended for use when cars were parked along narrow, poorly lit roads, to alert oncoming drivers to the presence of the parked car. In some regions of the world, they still serve this function.\r\n\r\nUsed for street lighting, campus lighting and garden lighting purposes, LED StaRay\'s LED Street Lights are more energy-efficient, more environment-friendly and more illuminating as compared to regular lights. Their optic lenses give a wider dispersion of light, covering maximum areas and increasing the pole spacing.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Parking Lights','','inherit','closed','closed','','724-revision-v1','','','2018-03-19 12:45:31','2018-03-19 12:45:31','',724,'http://www.ledstaray.com/724-revision-v1/',0,'revision','',0),(1542,1,'2018-03-19 12:54:51','2018-03-19 12:54:51','[vc_row margin_top=\"0\" full_width=\"true\" padding_left=\"0\" padding_right=\"0\" animation=\"fade-in\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_banner target_blank=\"false\" bg_color=\"#000000\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"scale\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/vancouver-banner-4.jpg\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/1\"][dt_fancy_title title=\"LED Garden Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n\r\nGarden lighting refers to the use of outdoor illumination of private gardens and public landscapes; for the enhancement and purposes of safety, nighttime aesthetics, accessibility, security, recreation and sports, and social and event uses.\r\n\r\nConventionally generated and sourced electricity remains the most used source for landscape lighting in the early twenty-first century. With the combination of energy costs from energy demands, increasing availability of sustainable design methods, global warming considerations, and aesthetic and safety concerns in garden and landscape design the methods and equipment of outdoor illumination have been evolving. The increasing use of solar power, low voltage fixtures, energy efficient lamp bulbs-xenon bulbs-fiber optics, and creative lighting design are examples of innovation in the field.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/4\"][vc_column_text][wpsms_form][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"20\"][/vc_column][/vc_row]','Led Garden / Wall Lights','','inherit','closed','closed','','725-revision-v1','','','2018-03-19 12:54:51','2018-03-19 12:54:51','',725,'http://www.ledstaray.com/725-revision-v1/',0,'revision','',0),(1544,1,'2018-11-27 10:43:39','2018-11-27 10:43:39','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n</div>\r\n[/vc_column_text][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"]\r\n[/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"18\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-11-27 10:43:39','2018-11-27 10:43:39','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1545,1,'2018-11-27 10:54:50','2018-11-27 10:54:50','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Polaris\r\n</strong></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Vega\r\n</strong></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-1-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Vega</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-2-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : Vega Plus</strong></div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30 L</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n</div>\r\n[/vc_column_text][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"18\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-11-27 10:54:50','2018-11-27 10:54:50','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1546,1,'2018-11-27 11:05:48','2018-11-27 11:05:48','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Polaris\r\n</strong></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Vega\r\n</strong></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-1-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Vega</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-2-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : Vega Plus</strong></div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30 L</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n</div>\r\n[/vc_column_text][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"18\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-11-27 11:05:48','2018-11-27 11:05:48','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1547,1,'2018-11-27 11:07:24','2018-11-27 11:07:24','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Polaris\r\n</strong></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Vega\r\n</strong></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-1-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Vega</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-2-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : Vega Plus</strong></div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30 L</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED</strong> : Projector LED</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"18\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-11-27 11:07:24','2018-11-27 11:07:24','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1548,1,'2018-11-27 11:10:05','2018-11-27 11:10:05','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Polaris\r\n</strong></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 55</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>55</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Vega\r\n</strong></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-1-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Vega</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-2-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : Vega Plus</strong></div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30 L</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">More Common Specification</div>\r\n<strong>HSN :</strong> 9405\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<strong>Color temp : </strong>6500K\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"18\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-11-27 11:10:05','2018-11-27 11:10:05','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1549,1,'2018-11-27 11:22:05','2018-11-27 11:22:05','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Model : Polaris\r\n</strong></h4>\r\n<a href=\"#\">Click here to datasheet</a>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 50</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>50</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Vega\r\n</strong></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-1-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Vega</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-2-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : Vega Plus</strong></div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30 L</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">More Common Specification</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"18\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-11-27 11:22:05','2018-11-27 11:22:05','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1550,1,'2018-11-27 11:27:48','2018-11-27 11:27:48','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Model : Polaris\r\n</strong><a href=\"http://www.ledstaray.com/Polaris-datasheet.pdf\" target=\"_blank\"><i class=\"fa-hand-o-right\"></i> Click here to datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 50</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>50</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Vega\r\n</strong></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-1-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Vega</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-2-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : Vega Plus</strong></div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30 L</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">More Common Specification</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"18\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-11-27 11:27:48','2018-11-27 11:27:48','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1551,1,'2018-11-27 11:30:49','2018-11-27 11:30:49','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Model : Polaris\r\n</strong><br /><a href=\"http://www.ledstaray.com/Polaris-datasheet.pdf\" target=\"_blank\"><i class=\"fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 50</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>50</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Vega\r\n</strong><br /><a href=\"http://www.ledstaray.com/Vega-datasheet.pdf\" target=\"_blank\"><i class=\"fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-1-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Vega</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-2-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : Vega Plus</strong></div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30 L</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">More Common Specification</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"18\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-11-27 11:30:49','2018-11-27 11:30:49','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1552,1,'2018-11-27 11:32:50','2018-11-27 11:32:50','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Model : Polaris\r\n</strong><br /><a href=\"http://www.ledstaray.com/Polaris-datasheet.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 50</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>50</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Vega\r\n</strong><br /><a href=\"http://www.ledstaray.com/Vega-datasheet.pdf\" target=\"_blank\"><i class=\"fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-1-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Vega</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-2-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : Vega Plus</strong></div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30 L</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">More Common Specification</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"18\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-11-27 11:32:50','2018-11-27 11:32:50','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1553,1,'2018-11-27 11:34:46','2018-11-27 11:34:46','[vc_row full_width=\"true\" margin_bottom=\"20\" margin_top=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/banner_street_light.jpg\" bg_color=\"#000000\" bg_opacity=\"0\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"top-to-bottom\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Street Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" title_bg=\"disabled\" separator_color=\"default\" separator_style=\"disabled\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\" custom_separator_color=\"#46e29f\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]StaRay LED street light is an integrated light that uses light emitting diodes (LED) as its light source.\r\n\r\nStaRay LED Street lights has significant features like eco friendly, energy saver, long life, less maintenance and weather proof console makes it right choice for\r\noutdoor lighting for the better future.[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Model : Polaris\r\n</strong><br /><a href=\"http://www.ledstaray.com/Polaris-datasheet.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/50W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 50</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>50</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521276789964{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/100W-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521288336356{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Polaris XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Model : Vega\r\n</strong><br /><a href=\"http://www.ledstaray.com/Vega-datasheet.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-1-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Vega</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\"][vc_column_text css=\".vc_custom_1521289669228{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/Vega-2-300x300.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : Vega Plus</strong></div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR SL 30 L</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521293194836{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">More Common Specification</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>105</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : More than 0.95</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"18\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_column_text]\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]<strong>Advantage</strong>\r\n<ul>\r\n 	<li>Low energy consumption: The much lower energy usage of LED lighting can dramatically reduce operating costs.</li>\r\n 	<li>Long and predictable lifetime: The lifetime of LED street lights is usually 10 to 15 years, three times the life of current technologies adopted. The much less frequent need to service or replace LEDs means lower maintenance cost.</li>\r\n 	<li>Quick turn on and off: Unlike fluorescent lamps, which take time to heat up once switched on, LEDs come on with full brightness instantly. Unlike mercury vapor, metal halide and sodium vapor lamps (commonly used in street lighting), LEDs do not have a problem restarting immediately (hot ignition) following a brief power failure or inadvertent turn off.</li>\r\n 	<li>RoHS compliance: LEDs don\'t contain mercury or lead, and don\'t release poisonous gases if damaged.</li>\r\n 	<li>Less attractive to nocturnal insects: Nocturnal insects are attracted to ultraviolet, blue and green light emitted by conventional light sources.</li>\r\n 	<li>Fewer electrical losses: All other types of lighting (except incandescent) require ballasts, additional electronic and/or electromagnetic components, in which some power is consumed.</li>\r\n 	<li>Reduced glare: Directing the light downward onto the roadway reduces the amount of light that is directed into driver\'s eyes.</li>\r\n 	<li>Higher light output even at low temperatures: While fluorescent lights are comparably energy efficient, on average they tend to have lesser light output at winter temperatures.</li>\r\n</ul>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Street Lights','','inherit','closed','closed','','633-revision-v1','','','2018-11-27 11:34:46','2018-11-27 11:34:46','',633,'http://www.ledstaray.com/633-revision-v1/',0,'revision','',0),(1554,1,'2018-11-27 11:37:13','2018-11-27 11:37:13','[vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\" full_width=\"true\" animation=\"fade-in\"][vc_column width=\"1/1\"][vc_gmaps link=\"#E-8_JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTQ3MjAuOTMzOTkyODg0MjAyJTIxMmQ3NS44NjY5NDMlMjEzZDIyLjcxOTU2MSUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4NGExYjBlMjFlOGViMDQ5NSUyMTJzQ2FsaWJyYXRlJTJCSW5kaWElMjE1ZTAlMjEzbTIlMjExc2VuJTIxMnNpbiUyMTR2MTQyMzIxOTYzMTM5OSUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyNDUwJTIyJTIwZnJhbWVib3JkZXIlM0QlMjIwJTIyJTIwc3R5bGUlM0QlMjJib3JkZXIlM0EwJTIyJTNFJTNDJTJGaWZyYW1lJTNF\" size=\"350\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/1\"][dt_gap height=\"10\"][/vc_column][/vc_row][vc_row margin_top=\"10\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Contact information</h3>\r\n[/vc_column_text][vc_column_text]<strong><span style=\"color: #46ab32;\">StaRay LED Lights</span></strong>\r\nMfg. by Calibrate India\r\n[dt_gap height=\"10\" /]\r\n<h6>Address:</h6>\r\n<span class=\"content\" style=\"padding-left: 0px;\">233 Shastri market, 2nd floor</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Indore (M.P.) - 452001</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Contact Person : Mr. Viren Kanadia</span>\r\n[dt_gap height=\"10\" /]\r\n<h6>Phone numbers:</h6>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Phone No. : +91 731 2536919</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Alternate No. : +91 731 4048377</span>\r\n<span class=\"content\" style=\"padding-left: 0px;\">Mob. No. : +91 98260 11619</span>\r\n[dt_gap height=\"10\" /]\r\n<h6>Email:</h6>\r\nstarayled@gmail.com\r\n[dt_gap height=\"10\" /][/vc_column_text][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Send us a message</h3>\r\n[/vc_column_text][dt_gap height=\"10\"][dt_contact_form fields=\"name,email,telephone,message\" message_height=\"3\" required=\"name,email,message\" button_title=\"Send message\" button_size=\"medium\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','11-revision-v1','','','2018-11-27 11:37:13','2018-11-27 11:37:13','',11,'http://www.ledstaray.com/11-revision-v1/',0,'revision','',0),(1555,1,'2018-11-27 12:41:41','2018-11-27 12:41:41','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-1.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 30</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-2.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 50</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 50</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>50</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-3.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 100</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>100</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-4.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>80</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-5.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>100</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-5.png\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame XXL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 150</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>150</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Genera Specification</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-11-27 12:41:41','2018-11-27 12:41:41','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1556,1,'2018-11-27 12:57:14','2018-11-27 12:57:14','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Flame FLN</strong>\r\n<a href=\"http://www.ledstaray.com/flame-fln.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 30</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-2.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 50</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 50</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>50</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-3.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 100</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>100</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Flame Plus</strong>\r\n<a href=\"http://www.ledstaray.com/flame-plus.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-4.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>80</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Flame XL</strong>\r\n<a href=\"http://www.ledstaray.com/flame-xl.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-5.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>100</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-6.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame XXL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 150</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>150</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Genera Specification</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV (Upto 10kV optional)</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, *Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-11-27 12:57:14','2018-11-27 12:57:14','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0),(1557,1,'2018-11-27 13:00:27','2018-11-27 13:00:27','[vc_row full_width=\"true\" margin_top=\"0\" margin_bottom=\"20\" padding_left=\"0\" padding_right=\"0\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_banner target_blank=\"false\" bg_opacity=\"0\" text_color=\"#ffffff\" text_size=\"normal\" border_width=\"0\" outer_padding=\"0\" inner_padding=\"0\" min_height=\"350\" animation=\"fade\" bg_image=\"http://www.ledstaray.com/wp-content/uploads/2014/12/floodlight1.jpg\" bg_color=\"#000000\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"20\" padding_left=\"40\" padding_right=\"40\" animation=\"scale-up\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column][vc_column_text]\r\n\r\n[dt_fancy_title title=\"StaRay LED Flood Lights\" title_align=\"center\" title_size=\"h2\" title_color=\"accent\" separator_style=\"disabled\" title_bg=\"disabled\" separator_color=\"default\"][dt_fancy_separator separator_style=\"line\" separator_color=\"accent\" el_width=\"30\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row margin_top=\"0\" margin_bottom=\"0\" padding_left=\"40\" padding_right=\"40\" bg_position=\"top\" bg_repeat=\"no-repeat\" bg_cover=\"false\" bg_attachment=\"false\" padding_top=\"40\" padding_bottom=\"40\" parallax_speed=\"0.1\"][vc_column width=\"1/4\"][vc_widget_sidebar show_bg=\"false\" sidebar_id=\"sidebar_3\"][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[wpsms_form]\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">Select from a large choice of LED Flood Lights for your particular needs and environment.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><span style=\"font-size: 10.0pt; font-family: \'Arial\',sans-serif; color: #333333;\">StaRay Flood lights model comes from 10W to 150W with IP 65 &amp; IP 68 fixture and weather proof construction make them perfect solution for Industrial and outdoor applications.</span></p>\r\n<p style=\"margin: 0cm; margin-bottom: .0001pt; line-height: 14.25pt; background: white;\"><strong>Applications</strong> : Industrial shades, Outdoor, Playing fields, shows &amp; concerts e.t.c.</p>\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>Flame FLN</strong>\r\n<a href=\"http://www.ledstaray.com/flame-fln.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-1.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 30</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 30</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>30</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-2.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 50</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 50</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>50</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-3.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame 100</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FLN 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>100</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Flame Plus</strong>\r\n<a href=\"http://www.ledstaray.com/flame-plus.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-4.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame Plus</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 80</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>80</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Multi LED with reflector</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h4 style=\"text-align: center;margin-top:25px;\"><strong>Flame XL</strong>\r\n<a href=\"http://www.ledstaray.com/flame-xl.pdf\" target=\"_blank\"><i class=\"fa fa-hand-o-right\"></i> Click here to download datasheet</a></h4>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-5.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame XL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 100</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>100</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\" align=\"center\" css=\".vc_custom_1521289386248{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text]\r\n\r\n[dt_fancy_image type=\"image\" image=\"http://www.ledstaray.com/wp-content/uploads/revslider/sliderpreview/flood-light-6.jpg\" lightbox=\"true\" style=\"1\" width=\"200\" margin_top=\"20\" margin_left=\"0\" margin_right=\"0\" align=\"center\" animation=\"left\"]\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1521273143352{background-position: center !important;background-repeat: no-repeat !important;background-size: contain !important;}\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287450596{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Product Specification</div>\r\n<div class=\"detailrow\"><strong>Model No : </strong>Flame XXL</div>\r\n<div class=\"detailrow\"><strong>Code : </strong>SR FL 150</div>\r\n<div class=\"detailrow\"><strong>Wattage : </strong>150</div>\r\n<div class=\"detailrow\"><strong>LED : </strong>Projector LED (with lens)</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/1\" align=\"center\"][vc_column_text css_animation=\"top-to-bottom\" css=\".vc_custom_1521287544312{margin-top: 20px !important;}\"]\r\n<div class=\"productdetail\">\r\n<div class=\"specification\">Genera Specification</div>\r\n<div class=\"detailrow\"><strong>HSN :</strong> 9405</div>\r\n<div class=\"detailrow\"><strong>Color temp : </strong>6500K</div>\r\n<div class=\"detailrow\"><strong>CRI</strong> : Min 80</div>\r\n<div class=\"detailrow\"><strong>PF</strong> : &gt; 0.95</div>\r\n<div class=\"detailrow\"><strong>Surge Protection :</strong> &gt; 4kV (Upto 10kV optional)</div>\r\n<div class=\"detailrow\"><strong>Driver </strong>: BIS Certified</div>\r\n<div class=\"detailrow\"><strong>Weather</strong> <strong>Proof</strong> : Yes</div>\r\n<div class=\"detailrow\"><strong>Housing </strong>: Aluminium Die Cast</div>\r\n<div class=\"detailrow\"><strong>Warranty </strong>: 2 Year</div>\r\n<div class=\"detailrow\"><strong>Auto On/Off : </strong>Dusk to dawn (Optional)<strong>\r\n</strong></div>\r\n<div class=\"detailrow\"><strong>Repairable </strong>: Yes</div>\r\n</div>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n\r\n[dt_gap height=\"12\"]\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h4 style=\"text-align: center;\"><strong>*Saving upto 60%, *Life upto 10 years,*Repairable</strong></h4>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]\r\n\r\n[dt_gap height=\"20\"]\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','LED Flood Lights','','inherit','closed','closed','','658-revision-v1','','','2018-11-27 13:00:27','2018-11-27 13:00:27','',658,'http://www.ledstaray.com/658-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_css`
--

DROP TABLE IF EXISTS `wp_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` text,
  `hover` text,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=52 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_css`
--

LOCK TABLES `wp_revslider_css` WRITE;
/*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */;
INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),(2,'.tp-caption.small_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(3,'.tp-caption.medium_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(4,'.tp-caption.large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(5,'.tp-caption.very_large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),(6,'.tp-caption.very_big_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(9,'.tp-caption.modern_medium_fat_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(10,'.tp-caption.modern_medium_light',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(11,'.tp-caption.modern_big_bluebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),(12,'.tp-caption.modern_big_redbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),(13,'.tp-caption.modern_small_text_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(14,'.tp-caption.boxshadow',NULL,NULL,'{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),(15,'.tp-caption.black',NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),(16,'.tp-caption.noshadow',NULL,NULL,'{\"text-shadow\":\"none\"}'),(17,'.tp-caption.thinheadline_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt',NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey',NULL,NULL,'{\"font-size\":\"50px\",\"line-height\":\"50px\",\"font-weight\":\"700\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(33, 35, 39)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey',NULL,NULL,'{\"font-size\":\"50px\",\"line-height\":\"50px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(33, 35, 39)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey',NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"400\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(33, 35, 39)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red',NULL,NULL,'{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white',NULL,NULL,'{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage',NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black',NULL,NULL,'{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.large_bold_black_new','{\"hover\":\"false\"}','\"\"','{\"font-size\":\"45px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(49,'.tp-caption.modern_big_redbg_new','{\"hover\":\"false\"}','\"\"','{\"font-size\":\"43px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\",sans-serif\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(222, 84, 62)\",\"padding\":\"1px 10px 3px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(50,'.tp-caption.large_text_new','{\"hover\":\"false\"}','\"\"','{\"font-size\":\"50px\",\"line-height\":\"40px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"rgb(155, 248, 109)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(51,'.tp-caption.medium_bold_orange_new','{\"hover\":\"false\"}','\"\"','{\"font-size\":\"46px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}');
/*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wp_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_layer_animations`
--

LOCK TABLES `wp_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */;
INSERT INTO `wp_revslider_layer_animations` VALUES (1,'PopUp','{\"movex\":\"0\",\"movey\":\"0\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"0\",\"scaley\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"600\",\"originx\":\"50\",\"originy\":\"50\"}'),(2,'Zoom Disappear','{\"movex\":\"0\",\"movey\":\"0\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"75\",\"scaley\":\"75\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"600\",\"originx\":\"50\",\"originy\":\"50\"}'),(3,'Zoomed_2','{\"movex\":\"50\",\"movey\":\"150\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"50\",\"scaley\":\"50\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"0\",\"originx\":\"50\",\"originy\":\"50\"}'),(4,'ZoomIn','{\"movex\":\"0\",\"movey\":\"0\",\"movez\":\"0\",\"rotationx\":\"0\",\"rotationy\":\"0\",\"rotationz\":\"0\",\"scalex\":\"500\",\"scaley\":\"500\",\"skewx\":\"0\",\"skewy\":\"0\",\"captionopacity\":\"0\",\"captionperspective\":\"600\",\"originx\":\"50\",\"originy\":\"50\"}');
/*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_settings`
--

DROP TABLE IF EXISTS `wp_revslider_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_settings` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `general` text NOT NULL,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_settings`
--

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

--
-- Table structure for table `wp_revslider_sliders`
--

DROP TABLE IF EXISTS `wp_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_sliders`
--

LOCK TABLES `wp_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wp_revslider_sliders` VALUES (3,'happy-people','sliderpreview','{\"title\":\"happy-people\",\"alias\":\"sliderpreview\",\"shortcode\":\"[rev_slider sliderpreview]\",\"source_type\":\"gallery\",\"post_types\":\"post\",\"post_category\":\"category_1\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"slider_template_id\":\"\",\"posts_list\":\"\",\"slider_type\":\"fullwidth\",\"fullscreen_offset_container\":\"\",\"fullscreen_min_height\":\"\",\"full_screen_align_force\":\"off\",\"auto_height\":\"off\",\"force_full_width\":\"off\",\"width\":\"1300\",\"height\":\"520\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"0\",\"responsitive_sw4\":\"0\",\"responsitive_w5\":\"0\",\"responsitive_sw5\":\"0\",\"responsitive_w6\":\"0\",\"responsitive_sw6\":\"0\",\"delay\":\"8000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":0,\"stop_at_slide\":1,\"position\":\"center\",\"margin_top\":0,\"margin_bottom\":0,\"margin_left\":0,\"margin_right\":0,\"shadow_type\":\"1\",\"show_timerbar\":\"top\",\"padding\":0,\"background_color\":\"#eeeeee\",\"background_dotted_overlay\":\"none\",\"show_background_image\":\"false\",\"background_image\":\"http:\\/\\/demos.the7.dream-demo.com\\/business\\/wp-content\\/uploads\\/sites\\/3\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"use_parallax\":\"off\",\"parallax_type\":\"mouse\",\"parallax_bg_freeze\":\"off\",\"parallax_level_1\":\"5\",\"parallax_level_2\":\"10\",\"parallax_level_3\":\"15\",\"parallax_level_4\":\"20\",\"parallax_level_5\":\"25\",\"parallax_level_6\":\"30\",\"parallax_level_7\":\"35\",\"parallax_level_8\":\"40\",\"parallax_level_9\":\"45\",\"parallax_level_10\":\"50\",\"use_spinner\":\"0\",\"spinner_color\":\"#FFFFFF\",\"stop_on_hover\":\"off\",\"keyboard_navigation\":\"off\",\"navigation_style\":\"round\",\"navigaion_type\":\"bullet\",\"navigation_arrows\":\"none\",\"navigaion_always_on\":\"true\",\"hide_thumbs\":0,\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":10,\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":20,\"leftarrow_offset_vert\":0,\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":20,\"rightarrow_offset_vert\":0,\"thumb_width\":100,\"thumb_height\":50,\"thumb_amount\":5,\"touchenabled\":\"off\",\"swipe_velocity\":0.7,\"swipe_min_touches\":1,\"swipe_max_touches\":1,\"drag_block_vertical\":\"false\",\"disable_on_mobile\":\"off\",\"hide_slider_under\":0,\"hide_defined_layers_under\":767,\"hide_all_layers_under\":0,\"hide_arrows_on_mobile\":\"on\",\"hide_bullets_on_mobile\":\"on\",\"hide_thumbs_on_mobile\":\"off\",\"hide_thumbs_under_resolution\":0,\"hide_thumbs_delay_mobile\":1500,\"loop_slide\":\"loop\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":300,\"first_transition_slot_amount\":7,\"reset_transitions\":\"\",\"reset_transition_duration\":0,\"0\":\"Execute settings on all slides\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"template\":\"false\"}');
/*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_slides`
--

DROP TABLE IF EXISTS `wp_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` text NOT NULL,
  `layers` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_slides`
--

LOCK TABLES `wp_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */;
INSERT INTO `wp_revslider_slides` VALUES (8,3,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/www.ledstaray.com\\/wp-content\\/uploads\\/2014\\/12\\/banner-31.jpg\",\"image_id\":\"795\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":300,\"delay\":\"\",\"save_performance\":\"on\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"0\":\"Remove\"}','[{\"text\":\"MORE POWER SAVING\",\"type\":\"text\",\"left\":33,\"top\":88,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"lfl\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"large_bold_black_new\",\"time\":1000,\"endtime\":\"7700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":452,\"height\":60,\"serial\":\"0\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"2\"},{\"text\":\"MORE BRIGHT\",\"type\":\"text\",\"left\":86,\"top\":176,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"randomrotate\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"modern_big_redbg_new\",\"time\":2000,\"endtime\":\"6100\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":300,\"height\":40,\"serial\":\"1\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"1\"},{\"text\":\"MORE RELIABLE\",\"type\":\"text\",\"left\":154,\"top\":265,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"customin-1\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":500,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"large_text_new\",\"time\":3000,\"endtime\":\"4700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":411,\"height\":40,\"serial\":\"2\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"1\"},{\"style\":\"\",\"text\":\"Image 6\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ledstaray.com\\/wp-content\\/uploads\\/revslider\\/sliderpreview\\/staray-logo.jpg\",\"left\":222,\"top\":352,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"speed\":700,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4000,\"endtime\":\"8100\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":250,\"height\":112,\"serial\":\"3\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-4600,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"static_start\":\"1\",\"static_end\":\"1\"}]'),(9,3,1,'{\"background_type\":\"image\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":500,\"delay\":\"\",\"save_performance\":\"off\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"image_id\":\"1210\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/www.ledstaray.com\\/wp-content\\/uploads\\/2015\\/02\\/CobaltCanvas-LightBlue-1920x1080.jpg\",\"0\":\"Remove\"}','[{\"text\":\"Complete Range of Industrial & Commercial Lights\",\"type\":\"text\",\"left\":37,\"top\":54,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"large_text\",\"time\":500,\"endtime\":\"7700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":579,\"height\":40,\"serial\":\"0\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ledstaray.com\\/wp-content\\/uploads\\/revslider\\/sliderpreview\\/led-bulb-1.png\",\"left\":157,\"top\":146,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1000,\"endtime\":\"1200\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":150,\"height\":150,\"serial\":\"1\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"150\",\"scaleY\":\"150\",\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"text\":\"LED Bulbs\",\"type\":\"text\",\"left\":193,\"top\":306,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"medium_text\",\"time\":1000,\"endtime\":\"1200\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":99,\"height\":20,\"serial\":\"2\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ledstaray.com\\/wp-content\\/uploads\\/revslider\\/sliderpreview\\/led-flood-light.png\",\"left\":408,\"top\":141,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":1500,\"endtime\":\"1300\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":150,\"height\":150,\"serial\":\"3\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"150\",\"scaleY\":\"150\",\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"text\":\"LED Flood Light\",\"type\":\"text\",\"left\":402,\"top\":306,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"medium_text\",\"time\":1500,\"endtime\":\"-300\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":152,\"height\":20,\"serial\":\"4\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ledstaray.com\\/wp-content\\/uploads\\/revslider\\/sliderpreview\\/hi-bay.png\",\"left\":660,\"top\":141,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2000,\"endtime\":\"1300\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":150,\"height\":150,\"serial\":\"5\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"150\",\"scaleY\":\"150\",\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"text\":\"LED Hi-Bay\",\"type\":\"text\",\"left\":681,\"top\":306,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"medium_text\",\"time\":2000,\"endtime\":\"-300\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":107,\"height\":20,\"serial\":\"6\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ledstaray.com\\/wp-content\\/uploads\\/revslider\\/sliderpreview\\/led-cob-light-1.png\",\"left\":926,\"top\":141,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":2500,\"endtime\":\"4200\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":150,\"height\":150,\"serial\":\"7\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"150\",\"scaleY\":\"150\",\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"text\":\"LED COB Light\",\"type\":\"text\",\"left\":931,\"top\":306,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"medium_text\",\"time\":2500,\"endtime\":\"-300\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":143,\"height\":20,\"serial\":\"8\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ledstaray.com\\/wp-content\\/uploads\\/revslider\\/sliderpreview\\/led-down-light-2.png\",\"left\":274,\"top\":339,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":3000,\"endtime\":\"4200\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":150,\"height\":150,\"serial\":\"9\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"150\",\"scaleY\":\"150\",\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"text\":\"LED Downlight\",\"type\":\"text\",\"left\":269,\"top\":493,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"medium_text\",\"time\":3000,\"endtime\":\"1200\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":139,\"height\":20,\"serial\":\"10\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ledstaray.com\\/wp-content\\/uploads\\/revslider\\/sliderpreview\\/led-down-light-1.png\",\"left\":546,\"top\":344,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":3500,\"endtime\":-300,\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":150,\"height\":150,\"serial\":\"11\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-300,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"150\",\"scaleY\":\"150\",\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"text\":\"LED Downlight\",\"type\":\"text\",\"left\":566,\"top\":495,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"medium_text\",\"time\":3500,\"endtime\":\"1200\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":139,\"height\":20,\"serial\":\"12\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/www.ledstaray.com\\/wp-content\\/uploads\\/revslider\\/sliderpreview\\/street-light.png\",\"left\":797,\"top\":342,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"time\":4000,\"endtime\":\"1200\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":150,\"height\":150,\"serial\":\"13\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"150\",\"scaleY\":\"150\",\"scaleProportional\":true,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"text\":\"LED Street Light\",\"type\":\"text\",\"left\":797,\"top\":494,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":400,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"medium_text\",\"time\":4000,\"endtime\":\"7700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":156,\"height\":20,\"serial\":\"14\",\"endTimeFinal\":-300,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":-500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"}]'),(11,3,4,'{\"background_type\":\"image\",\"title\":\"Slide\",\"state\":\"published\",\"date_from\":\"\",\"date_to\":\"\",\"slide_transition\":\"random\",\"0\":\"Remove\",\"slot_amount\":7,\"transition_rotation\":0,\"transition_duration\":500,\"delay\":\"\",\"save_performance\":\"on\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"attr_attr\":\"\",\"data_attr\":\"\",\"image_id\":\"895\",\"slide_bg_color\":\"#E7E7E7\",\"slide_bg_external\":\"\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center top\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_end_position_x\":\"0\",\"bg_end_position_y\":\"0\",\"bg_end_position\":\"center top\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_duration\":\"8000\",\"kb_easing\":\"Linear.easeNone\",\"image\":\"http:\\/\\/www.ledstaray.com\\/wp-content\\/uploads\\/2014\\/12\\/banner2.jpeg\",\"0\":\"Remove\"}','[{\"text\":\"GO GREEN\",\"type\":\"text\",\"left\":123,\"top\":268,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"sft\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"large_bold_white\",\"time\":1000,\"endtime\":\"7700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":291,\"height\":60,\"serial\":\"0\",\"endTimeFinal\":1700,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":1700,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"text\":\"Healthy Light Source\",\"type\":\"text\",\"left\":73,\"top\":353,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"medium_bold_orange_new\",\"time\":2000,\"endtime\":\"7700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":371,\"height\":33,\"serial\":\"1\",\"endTimeFinal\":7700,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":7500,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"},{\"text\":\"*more than 70% saving\",\"type\":\"text\",\"left\":372,\"top\":403,\"loop_animation\":\"none\",\"loop_easing\":\"Power3.easeInOut\",\"loop_speed\":\"2\",\"loop_startdeg\":\"-20\",\"loop_enddeg\":\"20\",\"loop_xorigin\":\"50\",\"loop_yorigin\":\"50\",\"loop_xstart\":\"0\",\"loop_xend\":\"0\",\"loop_ystart\":\"0\",\"loop_yend\":\"0\",\"loop_zoomstart\":\"1\",\"loop_zoomend\":\"1\",\"loop_angle\":\"0\",\"loop_radius\":\"10\",\"animation\":\"tp-fade\",\"easing\":\"Power3.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":\"auto\",\"max_width\":\"auto\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"parallax_level\":\"-\",\"whitespace\":\"nowrap\",\"static_start\":\"1\",\"static_end\":\"2\",\"speed\":300,\"align_hor\":\"left\",\"align_vert\":\"top\",\"hiddenunder\":false,\"resizeme\":true,\"link\":\"\",\"link_open_in\":\"same\",\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"small_text\",\"time\":2000,\"endtime\":\"7700\",\"endspeed\":300,\"endanimation\":\"auto\",\"endeasing\":\"nothing\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"width\":157,\"height\":20,\"serial\":2,\"endTimeFinal\":7700,\"endSpeedFinal\":300,\"realEndTime\":8000,\"timeLast\":6000,\"endWithSlide\":true,\"alt\":\"\",\"scaleX\":\"\",\"scaleY\":\"\",\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\"}]');
/*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_revslider_static_slides`
--

DROP TABLE IF EXISTS `wp_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` text NOT NULL,
  `layers` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_revslider_static_slides`
--

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

--
-- Table structure for table `wp_sent_sms`
--

DROP TABLE IF EXISTS `wp_sent_sms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_sent_sms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `mobile` varchar(15) NOT NULL,
  `message` text NOT NULL,
  `response` text,
  `ip` varchar(20) NOT NULL,
  `sent_time` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sent_sms`
--

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

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!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 (38,29,0),(39,29,0),(40,29,0),(41,29,0),(44,29,0),(45,29,0),(60,23,0),(71,23,0),(72,23,0),(73,23,0),(74,23,0),(75,25,0),(79,25,0),(82,25,0),(85,25,0),(88,25,0),(91,25,0),(99,25,0),(102,25,0),(107,25,0),(110,25,0),(113,25,0),(116,25,0),(228,24,0),(229,24,0),(230,24,0),(231,24,0),(232,24,0),(233,24,0),(234,24,0),(304,28,0),(307,26,0),(309,28,0),(312,30,0),(317,28,0),(319,27,0),(322,30,0),(325,26,0),(328,30,0),(331,28,0),(334,30,0),(345,26,0),(345,28,0),(347,27,0),(347,30,0),(351,27,0),(354,30,0),(356,30,0),(361,30,0),(497,22,0),(498,22,0),(499,22,0),(500,22,0),(501,22,0),(573,31,0),(574,31,0),(575,31,0),(576,31,0),(611,36,0),(612,36,0),(615,36,0),(616,36,0),(668,36,0),(672,36,0),(673,36,0),(695,37,0),(696,37,0),(697,37,0),(698,37,0),(741,38,0),(742,38,0),(743,38,0),(744,38,0),(754,36,0),(762,36,0),(764,36,0),(765,36,0),(766,36,0),(911,39,0),(912,39,0),(913,39,0),(914,39,0),(915,36,0),(916,36,0),(917,36,0),(918,36,0),(926,36,0),(946,40,0),(948,40,0),(951,40,0),(954,40,0),(970,41,0),(971,41,0),(972,41,0),(973,41,0),(974,41,0),(1012,36,0),(1016,39,0),(1017,39,0),(1018,39,0),(1020,39,0),(1021,36,0),(1022,36,0),(1023,36,0),(1032,36,0),(1364,36,0),(1366,36,0),(1394,37,0),(1395,36,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=42 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,0),(2,2,'category','',0,0),(3,3,'category','',0,0),(4,4,'category','',0,0),(5,5,'category','',0,0),(6,6,'category','',0,0),(7,7,'post_tag','',0,0),(8,8,'post_tag','',0,0),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,0),(11,11,'post_tag','',0,0),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,0),(14,14,'post_tag','',0,0),(15,15,'post_tag','',0,0),(16,16,'post_tag','',0,0),(17,17,'post_tag','',0,0),(18,18,'post_tag','',0,0),(19,19,'post_tag','',0,0),(20,20,'post_tag','',0,0),(21,21,'post_tag','',0,0),(22,22,'dt_team_category','',0,5),(23,23,'dt_testimonials_category','',0,5),(24,24,'dt_testimonials_category','',0,7),(25,25,'dt_logos_category','',0,12),(26,26,'dt_portfolio_category','',0,3),(27,27,'dt_portfolio_category','',0,3),(28,28,'dt_portfolio_category','',0,5),(29,29,'dt_benefits_category','',0,6),(30,30,'dt_portfolio_category','',0,8),(31,31,'nav_menu','',0,4),(32,32,'post_format','',0,0),(33,33,'post_format','',0,0),(34,34,'post_format','',0,0),(35,35,'post_format','',0,0),(36,36,'nav_menu','',0,25),(37,37,'nav_menu','',0,5),(38,38,'nav_menu','',0,4),(39,39,'nav_menu','',0,8),(40,40,'dt_benefits_category','',0,4),(41,41,'nav_menu','',0,5);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=42 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,'Business','business-2',0),(3,'Design &amp; Photography','design-photography',0),(4,'Lifestyle &amp; Hobby','lifestyle-hobby',0),(5,'Marketing','marketing',0),(6,'World News','world-news',0),(7,'app','app',0),(8,'aside','aside',0),(9,'blog','blog',0),(10,'business','business',0),(11,'corporate','corporate',0),(12,'design','design',0),(13,'dream-theme','dream-theme',0),(14,'mobile','mobile',0),(15,'news','news',0),(16,'player','player',0),(17,'post','post',0),(18,'tags','tags',0),(19,'video','video',0),(20,'wordpress','wordpress',0),(21,'world','world',0),(22,'1 team','1-team',0),(23,'1 testimonials','1-testimonials',0),(24,'2 testimonials different','2-testimonials-different',0),(25,'color','color',0),(26,'Corporate identity','3-corporate-identity',0),(27,'Misc','4-misc',0),(28,'Mobile Apps','1-mobile-apps',0),(29,'no button','no-button',0),(30,'Photography','1-photography',0),(31,'Useful info','useful-info',0),(32,'Aside','post-format-aside',0),(33,'Image','post-format-image',0),(34,'Video','post-format-video',0),(35,'Gallery','post-format-gallery',0),(36,'main menu','main-menu',0),(37,'Industrial Lighting','industrial-lighting',0),(38,'Outdoor Lights','outdoor-lights',0),(39,'home office menu','home-office-menu',0),(40,'home','home',0),(41,'quick top links','quick-top-links',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_tm_taskmeta`
--

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

--
-- Dumping data for table `wp_tm_taskmeta`
--

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

--
-- Table structure for table `wp_tm_tasks`
--

DROP TABLE IF EXISTS `wp_tm_tasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_tm_tasks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `type` varchar(300) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `class_identifier` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT '0',
  `attempts` int(11) DEFAULT '0',
  `description` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `time_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `last_locked_at` bigint(20) DEFAULT '0',
  `status` varchar(300) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_tm_tasks`
--

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

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=52 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','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets,vc_pointers_backend_editor'),(13,1,'show_welcome_panel','1'),(15,1,'wp_user-settings','hidetb=1&dfw_width=691&editor=html&libraryContent=browse&mfold=o&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=721px&edit_element_vcUIPanelTop=74px&post_dfw=off'),(16,1,'wp_user-settings-time','1543317744'),(17,1,'wp_dashboard_quick_press_last_post_id','1558'),(18,1,'nav_menu_recently_edited','37'),(19,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(20,1,'metaboxhidden_nav-menus','a:16:{i:0;s:8:\"add-post\";i:1;s:16:\"add-dt_portfolio\";i:2;s:19:\"add-dt_testimonials\";i:3;s:11:\"add-dt_team\";i:4;s:12:\"add-dt_logos\";i:5;s:15:\"add-dt_benefits\";i:6;s:14:\"add-dt_gallery\";i:7;s:16:\"add-dt_slideshow\";i:8;s:12:\"add-post_tag\";i:9;s:15:\"add-post_format\";i:10;s:25:\"add-dt_portfolio_category\";i:11;s:28:\"add-dt_testimonials_category\";i:12;s:20:\"add-dt_team_category\";i:13;s:21:\"add-dt_logos_category\";i:14;s:24:\"add-dt_benefits_category\";i:15;s:23:\"add-dt_gallery_category\";}'),(21,1,'closedpostboxes_page','a:3:{i:0;s:18:\"dt_page_box-footer\";i:1;s:12:\"revisionsdiv\";i:2;s:21:\"mymetabox_revslider_0\";}'),(22,1,'metaboxhidden_page','a:22:{i:0;s:21:\"dt_page_box-microsite\";i:1;s:12:\"postimagediv\";i:2;s:19:\"wpb_visual_composer\";i:3;s:29:\"dt_page_box-slideshow_options\";i:4;s:32:\"dt_page_box-fancy_header_options\";i:5;s:24:\"dt_page_box-page_content\";i:6;s:24:\"dt_page_box-display_blog\";i:7;s:24:\"dt_page_box-blog_options\";i:8;s:29:\"dt_page_box-display_portfolio\";i:9;s:29:\"dt_page_box-portfolio_options\";i:10;s:32:\"dt_page_box-display_testimonials\";i:11;s:32:\"dt_page_box-testimonials_options\";i:12;s:24:\"dt_page_box-display_team\";i:13;s:24:\"dt_page_box-team_options\";i:14;s:26:\"dt_page_box-display_albums\";i:15;s:26:\"dt_page_box-albums_options\";i:16;s:32:\"dt_page_box-display_albums_media\";i:17;s:25:\"dt_page_box-media_options\";i:18;s:10:\"postcustom\";i:19;s:16:\"commentstatusdiv\";i:20;s:11:\"commentsdiv\";i:21;s:9:\"authordiv\";}'),(23,1,'closedpostboxes_dashboard','a:1:{i:0;s:21:\"dashboard_quick_press\";}'),(24,1,'metaboxhidden_dashboard','a:0:{}'),(26,1,'closedpostboxes_toplevel_page_wpcf7','a:1:{i:0;s:7:\"formdiv\";}'),(27,1,'metaboxhidden_toplevel_page_wpcf7','a:0:{}'),(29,1,'wpseo_title',''),(30,1,'wpseo_metadesc',''),(31,1,'wpseo_metakey',''),(32,1,'wpseo_noindex_author',''),(33,1,'_yoast_wpseo_profile_updated','1521896708'),(34,1,'googleplus',''),(35,1,'twitter',''),(36,1,'facebook',''),(37,1,'default_password_nag',''),(42,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"125.99.163.0\";}'),(44,1,'meta-box-order_page','a:3:{s:4:\"side\";s:107:\"submitdiv,pageparentdiv,vc_teaser,dt_page_box-microsite,postimagediv,dt_page_box-sidebar,dt_page_box-footer\";s:6:\"normal\";s:589:\"wpb_visual_composer,wpseo_meta,dt_page_box-header_options,dt_page_box-slideshow_options,dt_page_box-fancy_header_options,dt_page_box-page_content,dt_page_box-display_blog,dt_page_box-blog_options,dt_page_box-display_portfolio,dt_page_box-portfolio_options,dt_page_box-display_testimonials,dt_page_box-testimonials_options,dt_page_box-display_team,dt_page_box-team_options,dt_page_box-display_albums,dt_page_box-albums_options,dt_page_box-display_albums_media,dt_page_box-media_options,revisionsdiv,postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,mymetabox_revslider_0\";s:8:\"advanced\";s:0:\"\";}'),(45,1,'screen_layout_page','2'),(46,748173,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(47,748173,'wp_user_level','10'),(48,1,'wpseo_content_analysis_disable',''),(49,1,'wpseo_keyword_analysis_disable',''),(50,1,'locale',''),(51,748173,'session_tokens','a:1:{s:64:\"a6be1ae1e1356c52910e21a41cc4d87f8481546a0ff66d890c1044d55a4c481b\";a:4:{s:10:\"expiration\";i:1552132661;s:2:\"ip\";s:13:\"172.69.130.23\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36\";s:5:\"login\";i:1551959861;}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,'admin','$P$BfhhcSC1yKowo7P01V.oBApG4UQZeD0','admin','vishdhanu@yahoo.co.in','','2014-12-05 07:34:47','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

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

--
-- Table structure for table `wp_yoast_seo_meta`
--

DROP TABLE IF EXISTS `wp_yoast_seo_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_meta`
--

LOCK TABLES `wp_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_yoast_seo_meta` 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 2020-01-13  9:23:17
